about summary refs log tree commit diff stats
path: root/scramble.egg
blob: 6a8eeaca1ace08600da701d5cff457c2865daa43 (plain)
1
2
3
4
5
6
7
8
9
((author "Case Duckworth")
 (synopsis "Convert an egg to a Makefile")
 (license "BSD-3")
 (dependencies (chicken "5.3.0") utf8 srfi-1)
 ;; (test-dependencies test)
 (component-options
  (csc-options -X utf8))
 (components
  (program scramble)))