anaphoric/info.rkt
2021-02-26 15:16:06 +00:00

11 lines
431 B
Racket

#lang info
(define collection "anaphoric")
(define deps '("base"
"rackunit-lib"))
(define build-deps '("scribble-lib" "racket-doc"))
(define scribblings '(("scribblings/anaphoric.scrbl" ())))
(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.1")
(define pkg-authors '(|Suzanne Soy|))