Add info.rkt.
This commit is contained in:
parent
851c708998
commit
b89fc2d83a
1 changed files with 11 additions and 0 deletions
11
info.rkt
Normal file
11
info.rkt
Normal file
|
@ -0,0 +1,11 @@
|
|||
#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"
|
||||
))
|
Loading…
Reference in a new issue