profile/pkgs/profile-pkgs/profile-doc/info.rkt
Matthew Flatt 736226359c 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
2013-07-31 07:06:24 -06:00

13 lines
259 B
Racket

#lang info
(define collection 'multi)
(define build-deps '("base"
"scribble-lib"
"profile-lib"
"racket-doc"))
(define pkg-desc "documentation part of \"profile\"")
(define pkg-authors '(eli))