opam-version: "2.0"
maintainer: "Ben Greenman"
authors: "Ben Greenman"
homepage: "http://github.com/bennn/assertions"
bug-reports: "https://github.com/bennn/assertions/issues"
dev-repo: "git+https://github.com/bennn/assertions.git"
build: [
  ["ocaml" "setup.ml" "-configure"]
  [make "all"]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "assertions"]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
synopsis: "Basic assert statements"
description: """
Provides basic assert statements, like `assert_equal` and `assert_raises`.
To be used independently or as a supplement to `ounit` or `pa_ounit."""
flags: light-uninstall
url {
  src: "https://github.com/bennn/assertions/archive/0.1.tar.gz"
  checksum: "md5=2021486112f018aafc818bce8c318a7a"
}
