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: "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" "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 "rresult" 24 "ocplib-json-typed" {>= "0.7.1"} 25 "jsonm" 26 "fmt" {>= "0.8.4"} 27] 28x-commit-hash: "0d49a0955c69627ae7e1eda0748868e4df15d9fa" 29url { 30 src: 31 "https://github.com/dinosaure/bechamel/releases/download/v0.1.0/bechamel-v0.1.0.tbz" 32 checksum: [ 33 "sha256=d84cb7fef1bc871830154ff09055fb8ccf6304c070f591e8d7cc51f8e4ce6238" 34 "sha512=2f528fea9bdbd2016bf443c1154dd6e8375e85580f145f9ac9a07f5c7a67dfb1376823e4597706cf79732ca5f2d73d21af7289511cc61b7777df9773617cbbd8" 35 ] 36}