phc-adt/phc-adt-lib/info.rkt
2017-04-27 23:36:19 +02:00

26 lines
849 B
Racket

#lang info
(define collection 'multi)
(define deps '("base"
"typed-racket-lib"
"hyper-literate"
"multi-id"
"phc-toolkit"
"remember"
"type-expander"
"extensible-parser-specifications"
"alexis-util"
"typed-struct-props"
"match-string"
"xlist"
"compatibility-lib"
"generic-bind"
"datatype"))
(define build-deps '("at-exp-lib"
"sandbox-lib"
"scribble-enhanced"
"scribble-lib"
"scribble-math"))
(define pkg-desc "Algebraic Datatypes tailored for writing compilers (tests are in phc-adt-test)")
(define version "1.1")
(define pkg-authors '("Georges Dupéron"))