((synopsis "easily create micro-benchmarks") (version "0.0.9") (author "David Krentzlin") (maintainer "Kon Lovett") (category testing) (license "GPLv3") (dependencies (micro-stats "0.0.5") 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" "-no-procedure-checks-for-usual-bindings") ) ) )