opam-version: "2.0"
authors: ["Simon Cruanes" "Guillaume Bury"]
synopsis: "Tool to run one or more logic programs, on a set of files, and collect the results"
maintainer: "simon.cruanes.2007@m4x.org"
build: [
  ["dune" "build" "@install" "-p" name "-j" jobs]
  ["dune" "build" "@doc" "-p" name] {with-doc}
]
depends: [
  "dune" { >= "1.11" }
  "base-unix"
  "containers" { >= "2.7" & < "3.0" }
  "re" { >= "1.8" & < "2.0" }
  "csv"
  "cmdliner"
  "iter" { >= "1.0" } # TODO: remove
  "logs"
  "uuidm"
  "base64"
  "ocaml-protoc" { >= "2.0" & < "3.0" }
  "gnuplot" { >= "0.6" & < "0.8" }
  "sqlite3"
  "sqlite3_utils" { >= "0.3" & < "0.4" }
  "printbox" { >= "0.5" & < "0.6" }
  "decoders" { >= "0.3.0" & < "0.4" }
  "ocaml" {>= "4.03" }
]
homepage: "https://github.com/sneeuwballen/benchpress/"
dev-repo: "git+https://github.com/sneeuwballen/benchpress.git"
bug-reports: "https://github.com/sneeuwballen/benchpress/issues"
url {
  src: "https://github.com/sneeuwballen/benchpress/archive/0.1.tar.gz"
  checksum: [
    "md5=e6d75a16321e4840e05052ee4c6bfa7f"
    "sha512=79173afcebe9dbdeabf8e8d6cf31b757bff1021c20d3f29b618081b3601289a939f032773dd3fc939dd005596f3cebc4407c542624ec1fcb2ff6f595b9914834"
  ]
}
