this repo has no description
1opam-version: "2.0"
2maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
3authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
4homepage: "https://github.com/mirage/bechamel"
5bug-reports: "https://github.com/mirage/bechamel/issues"
6dev-repo: "git+https://github.com/mirage/bechamel.git"
7doc: "https://mirage.github.io/bechamel/"
8license: "MIT"
9synopsis: "Yet Another Benchmark in OCaml"
10description: """BEnchmark for a CHAMEL/camel/caml which
11is agnostic to the system. It's a micro-benchmark tool
12which lets the user to re-analyzes and prints samples."""
13
14build: [
15 [ "dune" "build" "-p" name "-j" jobs ]
16 [ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
17]
18
19depends: [
20 "ocaml" {>= "4.08.0" & < "5.0"}
21 "dune" {>= "2.0.0"}
22 "fmt" {>= "0.9.0"}
23 "base-bytes"
24 "stdlib-shims"
25]
26url {
27 src:
28 "https://github.com/mirage/bechamel/releases/download/v0.2.0/bechamel-0.2.0.tbz"
29 checksum: [
30 "sha256=e0fc3145434b93f5e6a48d03803a5f33d7326698f7b03dbb097ed8c716d68be8"
31 "sha512=fbb558e2e35dbe1756159d52619a48446b1bbeb56e17c88ddb1cb68f79475d5db1c21f5b3c3c077d724102604d3f7940b2a497b64dc8d94dea4d94ad67b89ff1"
32 ]
33}
34x-commit-hash: "51326c7d83ceaa9ea45431b4b539c4e87a63d707"