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 b262a331b2
commit 432f9fed39

View File

@ -4,3 +4,7 @@
(define deps '("base"
"data-lib"))
(define pkg-desc "RackUnit testing framework")
(define pkg-authors '(ryanc noel))