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:
parent
b42ddf0c8f
commit
cc19a490b4
|
@ -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))
|
||||||
|
|
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user