kzccm1d4if10m2xaz1wqy3xar821pp1r-my-site-anaphoric-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit c5ef4cc0cfd557027fc343b119a8af56ee5f7667
parent b11c1eae7a42cac5def86d3ea8e810e1198673b4
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Fri,  8 Apr 2016 12:28:54 +0200

Filled in info.rkt

Diffstat:
Minfo.rkt | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 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|))