;;; 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"))))