opam-version: "2.0" maintainer: "JHU PL Lab " authors: "JHU PL Lab " homepage: "http://github.com/zepalmer/ocaml-monadic" bug-reports: "https://github.com/zepalmer/ocaml-monadic/issues" license: "BSD-3-Clause" dev-repo: "git+https://github.com/zepalmer/ocaml-monadic.git" build: [ ["oasis" "setup"] ["ocaml" "setup.ml" "-configure" "--prefix" prefix] ["ocaml" "setup.ml" "-build"] ["oasis" "setup"] {with-test} ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} ["ocaml" "setup.ml" "-build"] {with-test} ["ocaml" "setup.ml" "-test"] {with-test} ] install: ["ocaml" "setup.ml" "-install"] remove: [ "ocaml" "%{etc}%/ocaml-monadic/setup.ml" "-C" "%{etc}%/ocaml-monadic" "-uninstall" ] depends: [ "ocaml" {>= "4.02"} "oasis" {build & >= "0.4.7"} "ocamlbuild" {build} "ocamlfind" {build} "ppx_tools" ] synopsis: "OCaml monadic syntax extensions" description: """ A simple PPX language extension to include monadic operations that blend nicely with OCaml syntax.""" url { src: "https://github.com/zepalmer/ocaml-monadic/archive/307ea8f294ae075714958cbc546b96a5fc8adfe0.zip" checksum: [ "sha256=f8ae77d3d983f71885437ca3b3f19b346a9705cdbbbbf5caa9a2922361462d6f" "md5=ed11eaba07eed7c2c293fee82d2d8ae1" ] }