summary refs log tree commit diff
path: root/srfi-214.egg
blob: 9040cd3369881ababb8d377818571aa80918f01a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
((synopsis "SRFI-133: Vector Library (R7RS-compatible)")
 (version "0.1")
 (license "BSD")
 (category data)
 (dependencies r7rs)
 (author "Adam Nelson")
 (maintainer "Leah Neukirchen")
 (components
  (extension
   srfi-214
   (types-file)
   (csc-options "-O3" "-d0")
   (source-dependencies "implementation/flexvectors.sld"
                        "implementation/flexvectors-body1.scm"
                        "implementation/flexvectors-body2.scm"
                        "implementation/flexvectors-body3.scm"))))