((synopsis "easily create micro-benchmarks") (version "0.0.6") (author "David Krentzlin") (maintainer "[[kon lovett]]") (category testing) (license "GPLv3") (dependencies micro-stats srfi-1) (test-dependencies test) (components (extension micro-benchmark (types-file) (csc-options "-O4" "-d0" "-disable-interrupts" "-strict-types" "-no-procedure-checks-for-toplevel-bindings") ) ) )