opam-version: "2.0" maintainer: "phil.scott@ed.ac.uk" authors: ["Phil Scott"] 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+https://github.com/Chattered/ocaml-monad" install: ["ocaml" "setup.ml" "-install"] 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.1.tar.gz" checksum: [ "sha256=ac9c4f9093d036942569ca24f3965e51414acdc2555f763bdcf665d13c449cee" "md5=da3aa5a4471d75c2944afed4911be9e0" ] }