opam-version: "2.0"
maintainer: "mlin@mlin.net"
authors: ["Mike Lin"]
homepage: "https://github.com/mlin/should.ml"
license: "MIT"
build: [
  ["oasis" "setup"]
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "should"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
  "oasis" {build}
]
dev-repo: "git://github.com/mlin/should.ml"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Literate assertions"
description: "Write assertions in in (roughly) plain English"
flags: light-uninstall
url {
  src: "https://github.com/mlin/should.ml/archive/v0.1.0.tar.gz"
  checksum: "md5=2a2969d9ce15c3be9f58ff2ee562c5c3"
}
