this repo has no description
1opam-version: "2.0"
2maintainer: "JHU PL Lab <pl.cs@jhu.edu>"
3authors: "JHU PL Lab <pl.cs@jhu.edu>"
4license: "BSD-3-Clause"
5homepage: "https://github.com/zepalmer/ocaml-monadic"
6dev-repo: "git+https://github.com/zepalmer/ocaml-monadic.git"
7bug-reports: "https://github.com/zepalmer/ocaml-monadic/issues"
8build: [
9 ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
10 ["ocaml" "setup.ml" "-build"]
11 ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test}
12 ["ocaml" "setup.ml" "-build"] {with-test}
13 ["ocaml" "setup.ml" "-test"] {with-test}
14]
15depends: [
16 "ocaml" {>= "4.02.0" & < "5.0.0"}
17 "ocamlbuild" {build}
18 "ocamlfind" {build}
19 "ppx_tools"
20]
21synopsis: "Lightweight monadic syntax extension."
22description:
23 "This project contains a lightweight PPX extension for OCaml to support natural monadic syntax."
24url {
25 src:
26 "https://github.com/zepalmer/ocaml-monadic/archive/16a58948594661ce5d3e4e64229f97d830b12db2.tar.gz"
27 checksum: [
28 "sha256=a184e8379a44ced6ec55b4ec769d3ec1cfe23190b0b3b9eeb9ae0714620ae86d"
29 "md5=92a1e18faeba70e9c7e48546f58afd63"
30 ]
31}