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

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

original commit: 057bfc2ea1
This commit is contained in:
Matthew Flatt 2013-07-30 17:50:52 -06:00
parent 05a7459d8e
commit b7f32c3cf3

View File

@ -3,3 +3,7 @@
(define collection 'multi)
(define deps '("base"))
(define pkg-desc "Racket compilation tools, such as `raco exe'")
(define pkg-authors '(mflatt))