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: "HTML generator for bechamel's output" 10description: """A simple tool to generate a standalone HTML 11page which shows results from bechamel's benchmarks.""" 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 "result" {>= "1.5"} 22 "bechamel" {= version} 23 "rresult" 24 "ocplib-json-typed" {>= "0.7.1"} 25 "jsonm" 26 "fmt" {>= "0.9.0"} 27] 28url { 29 src: 30 "https://github.com/mirage/bechamel/releases/download/v0.2.0/bechamel-0.2.0.tbz" 31 checksum: [ 32 "sha256=e0fc3145434b93f5e6a48d03803a5f33d7326698f7b03dbb097ed8c716d68be8" 33 "sha512=fbb558e2e35dbe1756159d52619a48446b1bbeb56e17c88ddb1cb68f79475d5db1c21f5b3c3c077d724102604d3f7940b2a497b64dc8d94dea4d94ad67b89ff1" 34 ] 35} 36x-commit-hash: "51326c7d83ceaa9ea45431b4b539c4e87a63d707"