typed-graph/info.rkt
Sergiu Ivanov e13042e802 Rename the main Racket file and the collection name.
Allows exposing the contents of this package (typed-graph) as
typed/graph (in the collection typed).
2020-12-29 22:46:09 +01:00

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