blob: 3189b279ba520df1d76e2a6450e1286fe33fc424 (
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 srfi-69)
(test-dependencies test)
(components
(extension scsh-process
(csc-options "-O3" "-feature" "has-thread-killer"))))
|