typed-graph/info.rkt

12 lines
285 B
Racket
Raw Normal View History

2020-12-28 22:33:47 +01:00
#lang info
(define collection "typed-graph")
(define deps '("base"
"graph-lib"
"typed-racket-lib"
))
(define scribblings '(("manual.scrbl" ())))
(define build-deps '("racket-doc"
"scribble-lib"
))