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"}
21 "dune" {>= "2.0.0"}
22 "fmt" {>= "0.9.0"}
23]
24url {
25 src:
26 "https://github.com/mirage/bechamel/releases/download/v0.4.0/bechamel-0.4.0.tbz"
27 checksum: [
28 "sha256=e9d26f9201fd98f860e9b3afad7a5d520f04ae9c95bea070f5d0ac2c26abff4d"
29 "sha512=eac5f8aa192d66ba70a28ce44bdbf6a849ff1a82a8efbaab87067e2ee06c00bcc04e6f16923948857eec41cb171e3915d1e4cb751be7cf95d4521d5dbe4dd858"
30 ]
31}
32x-commit-hash: "9c495cd4b431b040b42ae64ce74458eb931aed61"