Added some basic dependencies
This commit is contained in:
parent
9a09370594
commit
1995dae967
9
info.rkt
9
info.rkt
|
@ -1,9 +1,14 @@
|
||||||
#lang info
|
#lang info
|
||||||
(define collection "phc-graph")
|
(define collection "phc-graph")
|
||||||
(define deps '("base"
|
(define deps '("base"
|
||||||
"rackunit-lib"))
|
"rackunit-lib"
|
||||||
|
"phc-toolkit"
|
||||||
|
"phc-adt"
|
||||||
|
"type-expander"
|
||||||
|
"hyper-literate"
|
||||||
|
"scribble-enhanced"))
|
||||||
(define build-deps '("scribble-lib" "racket-doc"))
|
(define build-deps '("scribble-lib" "racket-doc"))
|
||||||
(define scribblings '(("scribblings/phc-graph.scrbl" ())))
|
(define scribblings '(("scribblings/phc-graph.scrbl" ())))
|
||||||
(define pkg-desc "Description Here")
|
(define pkg-desc "Description Here")
|
||||||
(define version "0.0")
|
(define version "0.0")
|
||||||
(define pkg-authors '(georges))
|
(define pkg-authors '("Georges Dupéron"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user