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 b42ddf0c8f
commit cc19a490b4
2 changed files with 8 additions and 0 deletions

View File

@ -4,3 +4,7 @@
(define deps '("base" (define deps '("base"
"parser-tools-lib" "parser-tools-lib"
"unstable-list-lib")) "unstable-list-lib"))
(define pkg-desc "The macro debugger tool with a console interface")
(define pkg-authors '(ryanc))

View File

@ -14,3 +14,7 @@
(define build-deps '("rackunit-lib" (define build-deps '("rackunit-lib"
"scribble-lib" "scribble-lib"
"racket-doc")) "racket-doc"))
(define pkg-desc "The macro debugger tool")
(define pkg-authors '(ryanc))