aboutsummaryrefslogtreecommitdiffstats
path: root/conspire.egg
blob: 53792af0839af2d3069a927cd95417ec615f66fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
((author "Peter McGoron")
 (version "0.1.0")
 (synopsis "A modern testing suite")
 (category "test")
 (license "MIT")
 (dependencies "r7rs" "srfi-18" "srfi-225")
 (components (extension conspire
               (source "lib/conspire.sld")
               (source-dependencies "lib/conspire.scm"
                                    "lib/r7rs-srfi-18.scm"
                                    "lib/rewriters.chicken.scm")
               (csc-options "-R" "r7rs" "-X" "r7rs"))))