opam-version: "2.0" maintainer: "JHU PL Lab " authors: "JHU PL Lab " license: "BSD-3-Clause" homepage: "https://github.com/zepalmer/ocaml-monadic" dev-repo: "git+https://github.com/zepalmer/ocaml-monadic.git" bug-reports: "https://github.com/zepalmer/ocaml-monadic/issues" build: [ ["ocaml" "setup.ml" "-configure" "--prefix" prefix] ["ocaml" "setup.ml" "-build"] ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} ["ocaml" "setup.ml" "-build"] {with-test} ["ocaml" "setup.ml" "-test"] {with-test} ] depends: [ "ocaml" {>= "4.02.0" & < "5.0.0"} "ocamlbuild" {build} "ocamlfind" {build} "ppx_tools" ] synopsis: "Lightweight monadic syntax extension." description: "This project contains a lightweight PPX extension for OCaml to support natural monadic syntax." url { src: "https://github.com/zepalmer/ocaml-monadic/archive/16a58948594661ce5d3e4e64229f97d830b12db2.tar.gz" checksum: [ "sha256=a184e8379a44ced6ec55b4ec769d3ec1cfe23190b0b3b9eeb9ae0714620ae86d" "md5=92a1e18faeba70e9c7e48546f58afd63" ] }