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.
15 lines
387 B
Racket
15 lines
387 B
Racket
12 years ago
|
#lang info
|
||
12 years ago
|
|
||
|
(define collection 'multi)
|
||
12 years ago
|
(define deps '("base"))
|
||
11 years ago
|
(define build-deps '("scheme-lib"
|
||
|
"racket-doc"
|
||
12 years ago
|
"syntax-color-doc"
|
||
|
"parser-tools-lib"
|
||
12 years ago
|
"scribble-lib"))
|
||
10 years ago
|
(define update-implies '("parser-tools-lib"))
|
||
11 years ago
|
|
||
|
(define pkg-desc "documentation part of \"parser-tools\"")
|
||
|
|
||
|
(define pkg-authors '(mflatt))
|