aboutsummaryrefslogtreecommitdiffstats
path: root/sris.egg
blob: a3a21e5711aeae92ba1a4dd4df393c94268cd93b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
((author "Peter McGoron")
 (version "0.1.0")
 (synopsis "Parse RIS files")
 (category "parsing")
 (license "Apache-2.0")
 (dependencies "r7rs" "srfi-146" "srfi-113" "srfi-214" "srfi-128"
               "srfi-146" "srfi-41" "srfi-128")
 (test-dependencies "test")
 (components (extension mcgoron.ris.exceptions
               (source "mcgoron.ris.exceptions.sld")
               (csc-options "-R" "r7rs" "-X" "r7rs"))
             (extension mcgoron.ris.data
               (source "mcgoron.ris.data.sld")
               (csc-options "-R" "r7rs" "-X" "r7rs"))
             (extension mcgoron.ris.parse
               (source "mcgoron.ris.parse.sld")
               (csc-options "-R" "r7rs" "-X" "r7rs")
               (component-dependencies mcgoron.ris.exceptions
                                       mcgoron.ris.data))))