summaryrefslogtreecommitdiff
path: root/benchmark.opam
blob: e9bc954637cf45e9a19d6b5ff6e52260e09ec869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version: "1.6"
opam-version: "1.2"
maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
authors: ["Christophe Troestler <Christophe.Troestler@umons.ac.be>"
          "Doug Bagley"]
tags: ["benchmark"]
license: "LGPL-3.0 with OCaml linking exception"
homepage: "https://github.com/Chris00/ocaml-benchmark"
dev-repo: "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: [
  "dune" {build}
  "base-unix"
]
available: [ ocaml-version >= "3.12.0" ]