this repo has no description
1opam-version: "2.0"
2authors: ["Simon Cruanes" "Guillaume Bury"]
3synopsis: "Server and web UI for benchpress"
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" }
13 "csv"
14 "benchpress" { = version }
15 "cmdliner"
16 "logs"
17 "uuidm"
18 "base64"
19 "gnuplot" { >= "0.6" & < "0.8" }
20 "sqlite3"
21 "sqlite3_utils" { >= "0.3" & < "0.4" }
22 "tiny_httpd" { >= "0.6" & < "0.7" }
23 "tiny_httpd_camlzip" { >= "0.5" }
24 "printbox" { >= "0.5" & < "0.6" }
25 "tyxml" # for printbox.tyxml
26 "ocaml" {>= "4.03" }
27]
28homepage: "https://github.com/sneeuwballen/benchpress/"
29dev-repo: "git+https://github.com/sneeuwballen/benchpress.git"
30bug-reports: "https://github.com/sneeuwballen/benchpress/issues"
31url {
32 src: "https://github.com/sneeuwballen/benchpress/archive/0.1.tar.gz"
33 checksum: [
34 "md5=e6d75a16321e4840e05052ee4c6bfa7f"
35 "sha512=79173afcebe9dbdeabf8e8d6cf31b757bff1021c20d3f29b618081b3601289a939f032773dd3fc939dd005596f3cebc4407c542624ec1fcb2ff6f595b9914834"
36 ]
37}