phc-graph/info.rkt

23 lines
812 B
Racket

#lang info
(define collection "phc-graph")
(define deps '("base"
"rackunit-lib"
"phc-toolkit"
"https://github.com/jsmaniac/phc-adt.git"
"type-expander"
"hyper-literate"
"scribble-enhanced"
"typed-racket-lib"))
(define build-deps '("scribble-lib"
"racket-doc"
"remember"
"typed-racket-doc"))
(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"))