opam-version: "2.0"
maintainer: "phil.scott@ed.ac.uk"
build: [
  ["oasis" "setup"]
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "monadlib"]]
depends: [
  "ocaml"
  "oasis"
  "ocamlfind"
  "batteries" {>= "2.0"}
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/Chattered/ocaml-monad"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "A starter library for monads, with transformers and applicatives."
flags: light-uninstall
url {
  src: "https://github.com/Chattered/ocaml-monad/archive/v0.1.tar.gz"
  checksum: "md5=da3aa5a4471d75c2944afed4911be9e0"
}
