typed-graph/info.rkt

13 lines
319 B
Racket
Raw Normal View History

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