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 7864208102
commit b67856a397

View File

@ -2,3 +2,7 @@
(define collection 'multi) (define collection 'multi)
(define deps '("base")) (define deps '("base"))
(define pkg-desc "Networking libraries")
(define pkg-authors '(mflatt))