;; -*- mode: Scheme; -*- ((category hell) (license "BSD") (author "Jörg F. Wittenberger") (synopsis "Maintain and talk to a pthread pool.") ;(doc-from-wiki) (version "0.2") (dependencies srfi-18) (components (extension pthreads (types-file) (csc-options "-O3" "-d2" "-no-trace" "-no-lambda-info") (link-options "-L" "-pthread"))) )