aboutsummaryrefslogtreecommitdiffstats
path: root/srfi-194.egg
blob: c7e75c62c958a995a02459d80a19dae118abb2a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
((author "Shiro Kawai (design), Arvydas Silanskas (implementation), Linas Vepštas (implementation), and John Cowan (editor and shepherd)")
 (maintainer "Peter McGoron")
 (version "1.0.0")
 (synopsis "Random data generators")
 (category "data")
 (license "MIT")
 (dependencies "r7rs" "srfi-133" "srfi-27" "srfi-158")
 (test-dependencies "test")
 (components (extension srfi-194
               (source "194.sld")
               (types-file)
               (source-dependencies "194-impl.scm"
                                    "sphere.scm"
                                    "zipf-zri.scm")
               (csc-options "-O3" "-R" "r7rs" "-X" "r7rs"))))