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 "alcotest" {with-test} 24] 25url { 26 src: 27 "https://github.com/mirage/bechamel/releases/download/v0.5.0/bechamel-0.5.0.tbz" 28 checksum: [ 29 "sha256=2f9aa544395fa62ea067352782988bf94d977162d4d3ee6e321e49a29c5ec868" 30 "sha512=80af7d3015fd3e63514b6241190f7fc96a1329480d98526dc426c8e24fdf2f196917a9bdae72ac7234e21b2835c38a5ac989cfc00360d9530afe52f97f58c79f" 31 ] 32} 33x-commit-hash: "e6d903bcea41542dde87c5304317357065d1762c"