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: "CLI generator for bechamel's output" 10description: """A simple tool to generate a CLI output with notty 11which shows results from bechamel's benchmarks (as core_bench).""" 12 13build: [ 14 [ "dune" "subst" ] {dev} 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 "bechamel" {= version} 23 "notty" 24 "fmt" 25] 26x-commit-hash: "0d49a0955c69627ae7e1eda0748868e4df15d9fa" 27url { 28 src: 29 "https://github.com/dinosaure/bechamel/releases/download/v0.1.0/bechamel-v0.1.0.tbz" 30 checksum: [ 31 "sha256=d84cb7fef1bc871830154ff09055fb8ccf6304c070f591e8d7cc51f8e4ce6238" 32 "sha512=2f528fea9bdbd2016bf443c1154dd6e8375e85580f145f9ac9a07f5c7a67dfb1376823e4597706cf79732ca5f2d73d21af7289511cc61b7777df9773617cbbd8" 33 ] 34}