forked from sneeuwballen/benchpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
benchpress.opam
34 lines (34 loc) · 1.02 KB
/
benchpress.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
opam-version: "2.0"
version: "0.1"
authors: ["Simon Cruanes" "Guillaume Bury"]
synopsis: "Tool to run one or more logic programs, on a set of files, and collect the results"
maintainer: "[email protected]"
build: [
["dune" "build" "@install" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
]
depends: [
"dune" { >= "2.2" }
"base-unix"
"containers" { >= "3.3" & < "4.0" }
"containers-thread" { >= "3.0" & < "4.0" }
"re" { >= "1.8" & < "2.0" }
"csv"
"cmdliner" {>= "1.1.0"}
"iter" { >= "1.0" } # TODO: remove
"logs"
"uuidm"
"base64"
"ptime"
"pp_loc" { >= "2.0" & < "3.0" }
"gnuplot" { >= "0.6" & < "0.8" }
"sqlite3"
"sqlite3_utils" { >= "0.4" & < "0.6" }
"printbox" { >= "0.6" }
"printbox-text" { >= "0.6" }
"ocaml" {>= "4.08" }
]
homepage: "https://github.com/sneeuwballen/benchpress/"
dev-repo: "git+https://github.com/sneeuwballen/benchpress.git"
bug-reports: "https://github.com/sneeuwballen/benchpress/issues"