blob: 92393fca8c390aef549c7c62ce44ad47643471e7 (
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-rc2")
(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"))))
|