Browse Source

Add info.rkt.

master
Sergiu Ivanov 2 years ago
parent
commit
b89fc2d83a
  1. 11
      info.rkt

11
info.rkt

@ -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…
Cancel
Save