about summary refs log tree commit diff stats
path: root/chicanery.egg
blob: d894ab29632e79dacc59f09a437189405a6d204f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
((synopsis "Subtly breaking scheme expectations.")
 (author "Case Duckworth")
 (version "0.3.0")
 (license "God Willing License")
 (category lang-exts)
 (dependencies r7rs utf8)
 (components
  (extension chicanery
             (source chicanery.scm)
             (types-file)
             (inline-file)
             (csc-options -X r7rs -R r7rs
                          -X utf8 -R utf8
                          -no-warnings)
             (source-dependencies extras.scm))))