add pkg-desc' and pkg-authors' to each package

This information will be used to construct a catalog from the
package directories.

original commit: 057bfc2ea1a24e85ece2d5f85da30076643ea598
This commit is contained in:
Matthew Flatt 2013-07-30 17:50:52 -06:00
parent 4c90222124
commit 59e23e7239

View File

@ -9,3 +9,7 @@
"parser-tools-lib"))
(define build-deps '("racket-doc"
"scribble-lib"))
(define pkg-desc "An implementation of the Datalog language")
(define pkg-authors '(jay))