this repo has no description
1opam-version: "2.0" 2authors: ["Simon Cruanes" "Guillaume Bury"] 3synopsis: "Tool to run one or more logic programs, on a set of files, and collect the results" 4maintainer: "simon.cruanes.2007@m4x.org" 5build: [ 6 ["dune" "build" "@install" "-p" name "-j" jobs] 7 ["dune" "build" "@doc" "-p" name] {with-doc} 8] 9depends: [ 10 "dune" { >= "1.11" } 11 "base-unix" 12 "containers" { >= "2.7" & < "3.0" } 13 "re" { >= "1.8" & < "2.0" } 14 "csv" 15 "cmdliner" 16 "iter" { >= "1.0" } # TODO: remove 17 "logs" 18 "uuidm" {>= "0.9.6"} 19 "base64" 20 "ocaml-protoc" { >= "2.0" & < "3.0" } 21 "gnuplot" { >= "0.6" & < "0.8" } 22 "sqlite3" 23 "sqlite3_utils" { >= "0.3" & < "0.4" } 24 "printbox" { >= "0.5" & < "0.6" } 25 "decoders" { >= "0.3.0" & < "0.4" } 26 "ocaml" {>= "4.03" } 27 "result" 28] 29homepage: "https://github.com/sneeuwballen/benchpress/" 30dev-repo: "git+https://github.com/sneeuwballen/benchpress.git" 31bug-reports: "https://github.com/sneeuwballen/benchpress/issues" 32url { 33 src: "https://github.com/sneeuwballen/benchpress/archive/0.1.tar.gz" 34 checksum: [ 35 "md5=e6d75a16321e4840e05052ee4c6bfa7f" 36 "sha512=79173afcebe9dbdeabf8e8d6cf31b757bff1021c20d3f29b618081b3601289a939f032773dd3fc939dd005596f3cebc4407c542624ec1fcb2ff6f595b9914834" 37 ] 38}