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