From c5ef4cc0cfd557027fc343b119a8af56ee5f7667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 8 Apr 2016 12:28:54 +0200 Subject: [PATCH] Filled in info.rkt --- info.rkt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/info.rkt b/info.rkt index 2dfbb41..e67b713 100644 --- a/info.rkt +++ b/info.rkt @@ -4,6 +4,7 @@ "rackunit-lib")) (define build-deps '("scribble-lib" "racket-doc")) (define scribblings '(("scribblings/anaphoric.scrbl" ()))) -(define pkg-desc "Description Here") +(define compile-omit-paths '("test/")) +(define pkg-desc "Anaphoric versions of `if`, `when` and `cond`. They bind the value of the condition expression to `it`.") (define version "0.0") -(define pkg-authors '(georges)) +(define pkg-authors '(|Georges Dupéron|))