about summary refs log tree commit diff stats
path: root/chicken-scratch.egg
blob: 37bd9bdee3da69c048ebe1f565d2ab61e22a7207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;; chicken-scratch.egg --- heredoc-style expansion for CHICKEN -*- scheme -*-

((synopsis "Heredoc-style expansion for CHICKEN")
 (author "Case Duckworth")
 (category io)
 (license "BSD-3")
 (components
  (extension chicken-scratch-lib
             (source "chicken-scratch.mod.scm")
             (install-name chicken-scratch))
  (program chicken-scratch
           (source "chicken-scratch.scm"))))