You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
273 B
Racket
13 lines
273 B
Racket
11 years ago
|
#lang info
|
||
12 years ago
|
|
||
12 years ago
|
(define collection 'multi)
|
||
|
|
||
12 years ago
|
(define deps '("parser-tools-lib"
|
||
|
"parser-tools-doc"))
|
||
12 years ago
|
(define implies '("parser-tools-lib"
|
||
|
"parser-tools-doc"))
|
||
11 years ago
|
|
||
|
(define pkg-desc "Lex- and Yacc-style parsing tools")
|
||
|
|
||
|
(define pkg-authors '(mflatt))
|