opam-version: "2.0"
maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
authors: ["Christophe Troestler <Christophe.Troestler@umons.ac.be>"
          "Doug Bagley"]
tags: ["benchmark"]
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
homepage: "https://github.com/Chris00/ocaml-benchmark"
dev-repo: "git+https://github.com/Chris00/ocaml-benchmark.git"
bug-reports: "https://github.com/Chris00/ocaml-benchmark/issues"
doc: "https://Chris00.github.io/ocaml-benchmark/doc"
build: [
  [ "dune" "subst" ] {pinned}
  [ "dune" "build" "-p" name "-j" jobs ]
]
depends: [
  "ocaml" {>= "3.12.0"}
  "dune"
  "base-unix"
]
synopsis: "Benchmark running times of code"
description: """
This module provides a set of tools to measure the running times of
your functions and to easily compare the results.  A statistical test
is used to determine whether the results truly differ."""
url {
  src:
    "https://github.com/Chris00/ocaml-benchmark/releases/download/1.6/benchmark-1.6.tbz"
  checksum: "md5=425d16d91e11bc81e3d347884f8fe991"
}
