
This information will be used to construct a catalog from the package directories. original commit: 057bfc2ea1a24e85ece2d5f85da30076643ea598
13 lines
271 B
Racket
13 lines
271 B
Racket
#lang info
|
|
|
|
(define collection 'multi)
|
|
|
|
(define deps '("scribble-lib"
|
|
"scribble-doc"))
|
|
(define implies '("scribble-lib"
|
|
"scribble-doc"))
|
|
|
|
(define pkg-desc "Racket documentatation and typesetting tool")
|
|
|
|
(define pkg-authors '(mflatt eli))
|