summary refs log tree commit diff
path: root/srfi-214.egg
blob: aa0739c2a4f19e528dc1b178dcf64719da256ef3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
((synopsis "SRFI-214: Flexvectors")
 (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"))))