aboutsummaryrefslogtreecommitdiffstats
path: root/srfi-194.egg
blob: d36c68a760b9a14cfbc8d2c8db27033c2a111ab5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
((author "Peter McGoron")
 (version "0.9.0")
 (synopsis "Random data generators")
 (category "data")
 (license "MIT")
 (dependencies "r7rs" "srfi-133" "srfi-27" "srfi-158" "srfi-121")
 (test-dependencies "srfi-64")
 (components (extension srfi-194
               (source "194.sld")
               (source-dependencies "194-impl.scm"
                                    "sphere.scm"
                                    "zipf-zri.scm")
               (csc-options "-R" "r7rs" "-X" "r7rs"))))