phc-graph/info.rkt
2016-12-22 18:58:57 +01:00

27 lines
1.0 KiB
Racket

#lang info
(define collection "phc-graph")
(define deps '("base"
"rackunit-lib"
"https://github.com/jsmaniac/phc-toolkit.git#dev"
"https://github.com/jsmaniac/phc-adt.git?path=phc-adt#dev"
"https://github.com/jsmaniac/type-expander.git#Let-Λ"
"hyper-literate"
"scribble-enhanced"
"typed-racket-lib"
"srfi-lite-lib"
"delay-pure"
"backport-template-pr1514"))
(define build-deps '("scribble-lib"
"racket-doc"
"remember"
"typed-racket-doc"
"aful"))
(define scribblings
'(("scribblings/phc-graph.scrbl" ()
("Data Structures"))
("scribblings/phc-graph-implementation.scrbl" (multi-page)
("Data Structures"))))
(define pkg-desc "Description Here")
(define version "0.0")
(define pkg-authors '("Georges Dupéron"))