Filled in info.rkt

This commit is contained in:
Georges Dupéron 2016-04-08 12:28:54 +02:00
parent b11c1eae7a
commit c5ef4cc0cf

View File

@ -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|))