From a4fea75eeee594707ba1f2dd0205f573fcfde9f6 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 30 Jul 2013 17:50:52 -0600 Subject: [PATCH] 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 --- pkgs/distro-build/info.rkt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/distro-build/info.rkt b/pkgs/distro-build/info.rkt index 5c19cc8..aa2c10c 100644 --- a/pkgs/distro-build/info.rkt +++ b/pkgs/distro-build/info.rkt @@ -7,3 +7,7 @@ "web-server-lib" "scribble-lib" "ds-store-lib")) + +(define pkg-desc "Tools for constructing a distribution of Racket") + +(define pkg-authors '(mflatt))