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 "base-bytes" 24 "stdlib-shims" 25] 26url { 27 src: 28 "https://github.com/mirage/bechamel/releases/download/v0.3.0/bechamel-0.3.0.tbz" 29 checksum: [ 30 "sha256=d719040841a1a3be6f93699ae9bf1f8cb2c5d294f0218c0bc0a735386c2d71a0" 31 "sha512=dc1233d4dcf01a997a3fcbafc116df0aae22ea5a6c98c09e200e4aa984c558976c8290b3e14b1156519ad12a6cc4b1b9fa4adf3dc2458d373d77a07fb9f7acff" 32 ] 33} 34x-commit-hash: "adf2b19fe09be6f405f11a69e15845529a5d80b7"