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: "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" "build" "-p" name "-j" jobs ] 15 [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} 16] 17 18depends: [ 19 "ocaml" {>= "4.08.0"} 20 "dune" {>= "2.0.0"} 21 "bechamel" {= version} 22 "notty" 23 "fmt" {>= "0.9.0"} 24] 25url { 26 src: 27 "https://github.com/mirage/bechamel/releases/download/v0.2.0/bechamel-0.2.0.tbz" 28 checksum: [ 29 "sha256=e0fc3145434b93f5e6a48d03803a5f33d7326698f7b03dbb097ed8c716d68be8" 30 "sha512=fbb558e2e35dbe1756159d52619a48446b1bbeb56e17c88ddb1cb68f79475d5db1c21f5b3c3c077d724102604d3f7940b2a497b64dc8d94dea4d94ad67b89ff1" 31 ] 32} 33x-commit-hash: "51326c7d83ceaa9ea45431b4b539c4e87a63d707"