package ppx_bench

  1. Overview
  2. Docs
Syntax extension for writing in-line benchmarks in ocaml code

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_bench-v0.10.0.tar.gz
md5=384977ac2fab0ed8d63f92797d342348

Description

Part of the Jane Street's PPX rewriters collection.

Published: 15 Dec 2017

README

ppx_bench

Syntax extension for writing in-line benchmarks in OCaml code.

For documentation and examples, see:

example/ppx_bench_sample.ml

Dependencies (7)

  1. ocaml-migrate-parsetree >= "0.4" & < "2.0.0"
  2. jbuilder >= "1.0+beta12"
  3. ppx_metaquot >= "v0.10" & < "v0.11"
  4. ppx_inline_test >= "v0.10" & < "v0.11"
  5. ppx_driver >= "v0.10" & < "v0.11"
  6. ppx_core >= "v0.10" & < "v0.11"
  7. ocaml >= "4.04.1"

Dev Dependencies

None

Used by (2)

  1. ppx_bap < "v0.14.0"
  2. ppx_jane = "v0.10.0"

Conflicts

None