From 432f9fed39a2f73182823204136b648a8832ab8c 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/rackunit-lib/info.rkt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/rackunit-lib/info.rkt b/pkgs/rackunit-lib/info.rkt index 1f469cc..24700f7 100644 --- a/pkgs/rackunit-lib/info.rkt +++ b/pkgs/rackunit-lib/info.rkt @@ -4,3 +4,7 @@ (define deps '("base" "data-lib")) + +(define pkg-desc "RackUnit testing framework") + +(define pkg-authors '(ryanc noel))