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" license: "MIT" flags: light-uninstall url { src: "https://github.com/ocaml/opam-source-archives/raw/main/monadlib-0.2.tar.gz" checksum: [ "sha256=774fa21b78ae888458807a5e6db43e6e182175e5e9000e3a022e5b57e2f62556" "md5=8e0f3285b291e1313871d241391192cd" ] }