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: [
  [ "jbuilder" "subst" "-p" name ] {pinned}
  [ "jbuilder" "build" "-p" name "-j" jobs ]
]
depends: [
  "ocaml" {>= "3.12.0"}
  "jbuilder"
  "base-unix"
  "base-bigarray" {with-test}
  "pcre" {with-test}
]
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.5/benchmark-1.5.tbz"
  checksum: "md5=af4bef4028866b21496c583f83a86c7f"
}
