From b67856a397616f004c6319ff391f2e67b3ee1aba 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/net-lib/info.rkt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/net-lib/info.rkt b/pkgs/net-lib/info.rkt index 39ca748024..9783bb73d4 100644 --- a/pkgs/net-lib/info.rkt +++ b/pkgs/net-lib/info.rkt @@ -2,3 +2,7 @@ (define collection 'multi) (define deps '("base")) + +(define pkg-desc "Networking libraries") + +(define pkg-authors '(mflatt))