aboutsummaryrefslogtreecommitdiffstats
path: root/conspire.egg
blob: ece198fad5929cfbc88790cd4c149136a480ccef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
((author "Peter McGoron")
 (version "0.1.0")
 (synopsis "A R6RS/R7RS 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")
               (csc-options "-R" "r7rs" "-X" "r7rs"))))