opam-version: "2.0"
maintainer: "zoggy@bat8.org"
authors: "Maxence Guesdon"
homepage: "http://zoggy.github.io/ocaml-testrunner/"
bug-reports: "https://github.com/zoggy/ocaml-testrunner/issues"
license: "GPL-3.0-only"
doc: "http://github.com/zoggy/ocaml-testrunner"
tags: ["test" "continuous integration"]
dev-repo: "git+https://github.com/zoggy/ocaml-testrunner.git"
build: [
  ["./configure" "--prefix" prefix]
  [make "all"]
]
install: [make "install-lib"]
remove: ["ocamlfind" "remove" "testrunner"]
depends: [
  "ocaml" {>= "4.03.0"}
  "ocamlfind"
  "xtmpl" {>= "0.16.0"}
  "yojson" {>= "1.1.18"}
  "re" {>= "1.4.1"}
  "lwt" {>= "2.5" & < "4.0.0"}
  "camlp4"
]
synopsis:
  "Simple framework to run tests and create test reports for OCaml libraries."
description: """
Tests are described in JSON files, with nested JSON values.
Generates report in text and XML formats."""
flags: light-uninstall
url {
  src: "https://github.com/zoggy/ocaml-testrunner/archive/v0.1.0.tar.gz"
  checksum: "md5=31424f1282db7412d3f6669749c758a0"
}
