opam-version: "2.0"
maintainer: "hez@0ok.org"
authors: [ "Stevan Little" ]
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
homepage: "https://github.com/hcarty/ocaml-testsimple"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [
  ["ocamlfind" "remove" "testsimple"]
]
depends: [
  "ocaml" {< "4.06.0"}
  "batteries"
  "ocamlfind"
  "ocamlbuild" {build}
]
depexts: [
  ["perl"] {os-family = "debian"}
]
dev-repo: "git://github.com/hcarty/ocaml-testsimple"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "A simple unit testing framework"
flags: light-uninstall
url {
  src: "https://github.com/hcarty/ocaml-testsimple/archive/v0.3.1.tar.gz"
  checksum: "md5=44412a6418b819f247b89439b7a6386d"
}
