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