aboutsummaryrefslogtreecommitdiffstats
path: root/mcgoron-srfi-64.egg
blob: aecbeefe62c1e282275e0c0305379b66bf4cd835 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
((author "Peter McGoron")
 (version "0.1.0")
 (synopsis "A test runner for SRFI 64 that outputs SEXPRs")
 (category "test")
 (license "Apache-2.0")
 (dependencies "r7rs" "srfi-64")
 (test-dependencies "test")
 (components (extension mcgoron.srfi.64
               (source "mcgoron.srfi.64.sld")
               (source-dependencies "mcgoron.srfi.64.scm")
               (csc-options "-R" "r7rs" "-X" "r7rs"))))