typed-graph/info.rkt

12 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"
))