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: "http://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 ["jbuilder" "build" "-p" name "-j" jobs] 10 ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} 11] 12depends: [ 13 "ocaml" {>= "4.04.0"} 14 "jbuilder" {>= "1.0+beta17"} 15 "ocaml-migrate-parsetree" {< "2.0.0"} 16 "ppx_tools_versioned" 17] 18synopsis: "OCaml monadic syntax extensions" 19description: """ 20A simple PPX language extension to include monadic operations that 21blend nicely with OCaml syntax.""" 22url { 23 src: 24 "https://github.com/zepalmer/ocaml-monadic/archive/affad91aeae24a41f088465d9c3ebe0fbc69fa73.zip" 25 checksum: [ 26 "sha256=82240e4d603797ad4ff11cdfcfd64ddbec5b9c1d94f930ddc098ed3457ad5b0e" 27 "md5=b25ae7709e124f5eaabb956e2aa3435b" 28 ] 29}