aboutsummaryrefslogtreecommitdiffstats
path: root/srfi-252.egg
blob: 4a7275447eca9e6dfb5f5bedaf4bcda5f6180b4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
((author "Antero Mejr")
 (maintainer "Peter McGoron")
 (version "0.9.0")
 (synopsis "Property Testing")
 (category "test")
 (license "MIT")
 (dependencies "r7rs" "srfi-1" "srfi-64" "srfi-158" "srfi-194" "srfi-143" "srfi-144")
 (test-dependencies "srfi-1" "srfi-27" "srfi-64" "srfi-158" "srfi-194")
 (components (extension srfi-252
               (source "srfi-252.sld")
               (csc-options "-R" "r7rs" "-X" "r7rs"))))