summaryrefslogtreecommitdiff
path: root/scsh-process.egg
blob: 25b83f8d81a18cbc87d2e5ec9191a943c5a343f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
;;; scsh-process.egg -*- Scheme -*-

((synopsis "A reimplementation for CHICKEN of SCSH's process notation.")
 (author "Peter Bex")
 (category os)
 (license "BSD")
 (dependencies srfi-18 llrb-tree)
 (test-dependencies test)
 (components
  (extension scsh-process
             (csc-options "-O3" "-feature" "has-thread-killer"))))