e13042e802
Allows exposing the contents of this package (typed-graph) as typed/graph (in the collection typed).
11 lines
279 B
Racket
11 lines
279 B
Racket
#lang info
|
|
|
|
(define collection "typed")
|
|
(define deps '("base"
|
|
"graph-lib"
|
|
"typed-racket-lib"
|
|
))
|
|
(define scribblings '(("manual.scrbl" ())))
|
|
(define build-deps '("racket-doc"
|
|
"scribble-lib"
|
|
))
|