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/dinosaure/bechamel" 5bug-reports: "https://github.com/dinosaure/bechamel/issues" 6dev-repo: "git+https://github.com/dinosaure/bechamel.git" 7doc: "https://dinosaure.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" "subst" ] {dev} 16 [ "dune" "build" "-p" name "-j" jobs ] 17 [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} 18] 19 20depends: [ 21 "ocaml" {>= "4.08.0" & < "5.0"} 22 "dune" {>= "2.0.0"} 23 "fmt" 24 "base-bytes" 25 "stdlib-shims" 26] 27x-commit-hash: "0d49a0955c69627ae7e1eda0748868e4df15d9fa" 28url { 29 src: 30 "https://github.com/dinosaure/bechamel/releases/download/v0.1.0/bechamel-v0.1.0.tbz" 31 checksum: [ 32 "sha256=d84cb7fef1bc871830154ff09055fb8ccf6304c070f591e8d7cc51f8e4ce6238" 33 "sha512=2f528fea9bdbd2016bf443c1154dd6e8375e85580f145f9ac9a07f5c7a67dfb1376823e4597706cf79732ca5f2d73d21af7289511cc61b7777df9773617cbbd8" 34 ] 35}