aboutsummaryrefslogtreecommitdiffstats
path: root/weight-balanced-trees.egg
blob: 273a99847919e5e3d4b53d740dbede088a26d4c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
((author "Peter McGoron")
 (version "0.1.0")
 (synopsis "Persistent weight balanced trees")
 (category "data")
 (license "Apache-2.0")
 (dependencies "r7rs" "srfi-128")
 (test-dependencies "srfi-133" "srfi-132" "srfi-194" "srfi-132" "srfi-128" "srfi-1" "srfi-64" "srfi-252" "srfi-158" "sexpr-srfi-64-runner" "srfi-197")
 (components (extension mcgoron.weight-balanced-trees.internal
               (source "mcgoron.weight-balanced-trees.internal.sld")
               (source-dependencies "mcgoron.weight-balanced-trees.internal.scm")
               (csc-options "-R" "r7rs" "-X" "r7rs"))))