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
6469b0b2b3
commit
5565b4fceb
|
@ -14,3 +14,7 @@
|
||||||
"gui-lib"
|
"gui-lib"
|
||||||
"racket-doc"))
|
"racket-doc"))
|
||||||
(define deps '("base"))
|
(define deps '("base"))
|
||||||
|
|
||||||
|
(define pkg-desc "documentation part of \"gui\"")
|
||||||
|
|
||||||
|
(define pkg-authors '(mflatt))
|
||||||
|
|
|
@ -20,3 +20,7 @@
|
||||||
("gui-win32-i386" #:platform "win32\\i386")
|
("gui-win32-i386" #:platform "win32\\i386")
|
||||||
("gui-win32-x86_64" #:platform "win32\\x86_64")))
|
("gui-win32-x86_64" #:platform "win32\\x86_64")))
|
||||||
(define build-deps '("at-exp-lib"))
|
(define build-deps '("at-exp-lib"))
|
||||||
|
|
||||||
|
(define pkg-desc "implementation (no documentation) part of \"gui\"")
|
||||||
|
|
||||||
|
(define pkg-authors '(mflatt))
|
||||||
|
|
|
@ -14,3 +14,7 @@
|
||||||
"snip-lib"
|
"snip-lib"
|
||||||
"wxme-lib"
|
"wxme-lib"
|
||||||
))
|
))
|
||||||
|
|
||||||
|
(define pkg-desc "tests for \"gui\"")
|
||||||
|
|
||||||
|
(define pkg-authors '(mflatt))
|
||||||
|
|
|
@ -6,3 +6,7 @@
|
||||||
"gui-doc"))
|
"gui-doc"))
|
||||||
(define implies '("gui-lib"
|
(define implies '("gui-lib"
|
||||||
"gui-doc"))
|
"gui-doc"))
|
||||||
|
|
||||||
|
(define pkg-desc "Graphical user interface toolkit")
|
||||||
|
|
||||||
|
(define pkg-authors '(mflatt))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user