;;;; srfi-102.meta -*- Hen -*- ((egg "srfi-102.egg") (category misc) (author "David Van Horn, for Chicken by [[kon lovett]]") (license "BSD") (doc-from-wiki) (synopsis "Procedure Introspection (From Draft SRFI 102)") (depends (setup-helper "1.5.2")) (test-depends test) (files "srfi-102.scm" "srfi-102.meta" "procedure-introspection.scm" "tests/run.scm" "srfi-102.setup") )