aboutsummaryrefslogtreecommitdiffstats
path: root/weight-balanced-trees.egg
blob: b6c5d82e6af6556991600efe1d25a8d4e4426ac4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
((author "Peter McGoron")
 (version "0.1.0")
 (synopsis "Persistent weight balanced trees")
 (category data)
 (license "Apache-2.0")
 (dependencies r7rs srfi-1 srfi-128 srfi-158)
 (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")
               (types-file)
               (source-dependencies "mcgoron/weight-balanced-trees/internal.scm")
               (csc-options "-O3" "-R" "r7rs" "-X" "r7rs")))
 (components (extension mcgoron.weight-balanced-trees.srfi.113.sets
               (source "mcgoron/weight-balanced-trees/srfi/113/sets.sld")
               (types-file)
               (source-dependencies "mcgoron/weight-balanced-trees/srfi/113/sets.scm")
               (component-dependencies mcgoron.weight-balanced-trees.internal)
               (csc-options "-O3" "-R" "r7rs" "-X" "r7rs")))
 (components (extension mcgoron.weight-balanced-trees.srfi.113.252
               (source "mcgoron/weight-balanced-trees/srfi/113/252.sld")
               (types-file)
               (source-dependencies "mcgoron/weight-balanced-trees/srfi/113/252.scm")
               (component-dependencies mcgoron.weight-balanced-trees.srfi.113.sets)
               (csc-options "-O3" "-R" "r7rs" "-X" "r7rs"))))
/td>1-1/+15 2021-07-25new exampleGravatar John Cowan 1-1/+4 2021-07-25updatesGravatar John Cowan 1-2/+4 2021-07-24dtd always first argumentGravatar John Cowan 1-9/+9 2021-07-23DTO to DTDGravatar John Cowan 1-55/+52 2021-07-22typoGravatar John Cowan 1-1/+1 2021-07-22switching to explicit dtosGravatar John Cowan 1-88/+102 2021-07-22errorsGravatar John Cowan 1-1/+4 2021-07-22more MN-W reviewGravatar John Cowan 1-5/+5 2021-07-20update preview linkGravatar John Cowan 1-1/+1 2021-07-20MN-W reviewGravatar John Cowan 1-6/+6 2021-07-18Fix typo.Gravatar Arthur A. Gleckler 2-4/+4 2021-07-18Add <p> around abstract.Gravatar Arthur A. Gleckler 1-2/+2 2021-07-18Publish first draft.draft-1Gravatar Arthur A. Gleckler 3-0/+114 2021-07-18Ignore trailing whitespace.Gravatar Arthur A. Gleckler 11-129/+129 2021-07-18Ignore "Dictionaries.log".Gravatar Arthur A. Gleckler 1-1/+2 2021-07-18Fix errors reported by W3C HTML Validator.Gravatar Arthur A. Gleckler 1-27/+27 2021-07-18Eliminate unnecessary redirect by using TLS/SSL.Gravatar Arthur A. Gleckler 1-1/+1