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

info.rkt (431B)


      1 #lang info
      2 (define collection "anaphoric")
      3 (define deps '("base"
      4                "rackunit-lib"))
      5 (define build-deps '("scribble-lib" "racket-doc"))
      6 (define scribblings '(("scribblings/anaphoric.scrbl" ())))
      7 (define compile-omit-paths '("test/"))
      8 (define pkg-desc "Anaphoric versions of `if`, `when` and `cond`. They bind the value of the condition expression to `it`.")
      9 (define version "0.1")
     10 (define pkg-authors '(|Suzanne Soy|))