this repo has no description
1opam-version: "2.0"
2synopsis: "A PPX extension to provide an OCaml-friendly monadic syntax"
3maintainer: "JHU PL Lab <pl.cs@jhu.edu>"
4authors: "JHU PL Lab <pl.cs@jhu.edu>"
5license: "BSD-3-clause"
6homepage: "http://github.com/zepalmer/ocaml-monadic"
7bug-reports: "https://github.com/zepalmer/ocaml-monadic/issues"
8depends: [
9 "ocaml" {>= "4.04.0"}
10 "dune" {>= "2.5"}
11 "ppxlib" {>= "0.18.0"}
12]
13build: [
14 ["dune" "subst"] {dev}
15 [
16 "dune"
17 "build"
18 "-p"
19 name
20 "-j"
21 jobs
22 "@install"
23 "@runtest" {with-test}
24 "@doc" {with-doc}
25 ]
26]
27dev-repo: "git+https://github.com/zepalmer/ocaml-monadic.git"
28url {
29 src:
30 "https://github.com/zepalmer/ocaml-monadic/archive/d45256ba59dc01113bb472171467e43dedaaa65d.zip"
31 checksum: [
32 "md5=97a13f2bd6f914db1255765cf7ec2769"
33 "sha512=03d828166512c52323186ad40d4b3bcd0d171aab6871e3ca4ad652f195eb01384c48ff8efa551eb1837bd3d1835f5e97a61f592d7b2a265466bae196b0502e2e"
34 ]
35}