;;;; thread-utils.meta -*- Hen -*- ((egg "thread-utils.egg") (category misc) (author "[[kon lovett]]") (license "BSD") (doc-from-wiki) (synopsis "Thread Utilities") (depends (setup-helper "1.5.2") (miscmacros "2.96") (record-variants "0.5") (synch "2.1.0") (check-errors "1.12.2")) (test-depends test) (files "thread-utils.meta" "thread-utils.setup" "thread-reaper.scm" "thread-utils.scm" "tests/run.scm" "tests/atom-test.scm") )