phc-graph/info.rkt
2016-08-17 14:09:56 +02:00

10 lines
299 B
Racket

#lang info
(define collection "phc-graph")
(define deps '("base"
"rackunit-lib"))
(define build-deps '("scribble-lib" "racket-doc"))
(define scribblings '(("scribblings/phc-graph.scrbl" ())))
(define pkg-desc "Description Here")
(define version "0.0")
(define pkg-authors '(georges))