this repo has no description
1opam-version: "2.0" 2maintainer: "phil.scott@ed.ac.uk" 3authors: ["Phil Scott"] 4build: [ 5 ["oasis" "setup"] 6 ["ocaml" "setup.ml" "-configure" "--prefix" prefix] 7 ["ocaml" "setup.ml" "-build"] 8] 9remove: [["ocamlfind" "remove" "monadlib"]] 10depends: [ 11 "ocaml" 12 "oasis" 13 "ocamlfind" 14 "batteries" {>= "2.0"} 15 "ocamlbuild" {build} 16] 17dev-repo: "git+https://github.com/Chattered/ocaml-monad" 18install: ["ocaml" "setup.ml" "-install"] 19synopsis: "A starter library for monads, with transformers and applicatives" 20license: "MIT" 21flags: light-uninstall 22url { 23 src: 24 "https://github.com/ocaml/opam-source-archives/raw/main/monadlib-0.1.tar.gz" 25 checksum: [ 26 "sha256=ac9c4f9093d036942569ca24f3965e51414acdc2555f763bdcf665d13c449cee" 27 "md5=da3aa5a4471d75c2944afed4911be9e0" 28 ] 29}