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