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