info.rkt (2048B)
1 #lang info 2 (define collection "phc-thesis") 3 (define deps '("base" 4 "rackunit-lib" 5 ("scribble-lib" #:version "1.20") 6 "typed-racket-lib")) 7 (define build-deps '("compatibility-lib" 8 "racket-doc" 9 "at-exp-lib" 10 "scribble-enhanced" 11 "scribble-math" 12 "phc-toolkit" 13 "srfi-doc" 14 "srfi-lite-lib" 15 "datalog" 16 "racklog" 17 "scribble-doc" 18 "slideshow-doc" 19 "r5rs-doc" 20 "r6rs-doc" 21 "redex-doc" 22 "turnstile" 23 "turnstile-doc" ;; was split into a separate package starting from ~racket 7.0 ###REMOVE_BEFORE_7_0### 24 "extensible-functions" 25 "zippers" 26 ;; Literate programming dependencies: 27 ;; phc-graph: 28 "aful" 29 "delay-pure" 30 "phc-adt-doc" 31 "https://github.com/jsmaniac/phc-graph.git#main" ;; "phc-graph" 32 "stxparse-info" 33 "subtemplate" 34 "type-expander" 35 "typed-racket-doc" 36 "typed-worklist" 37 ;; phc-adt: 38 "alexis-util" 39 "extensible-parser-specifications" 40 "multi-id" 41 "remember" 42 "threading-doc" 43 "trivial" 44 "typed-struct-props" 45 "xlist" 46 ;; remember, multi-id, type-expander: 47 "auto-syntax-e" 48 "mutable-match-lambda" 49 )) 50 (define scribblings '(("scribblings/phc-thesis.scrbl" ()))) 51 (define pkg-desc "Description Here") 52 (define version "0.0") 53 (define pkg-authors '(|Suzanne Soy|))