this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "A Syntax Extension for all Monadic Syntaxes"
4maintainer: ["Niols <niols@niols.fr>"]
5authors: ["Niols <niols@niols.fr>"]
6license: "LGPL-3.0-or-later"
7homepage: "https://github.com/Niols/ppx_monad"
8bug-reports: "https://github.com/Niols/ppx_monad/issues"
9depends: [
10 "dune" {>= "2.7"}
11 "ppxlib" {>= "0.9.0"}
12 "odoc" {with-doc}
13]
14build: [
15 ["dune" "subst"] {dev}
16 [
17 "dune"
18 "build"
19 "-p"
20 name
21 "-j"
22 jobs
23 "@install"
24 "@runtest" {with-test}
25 "@doc" {with-doc}
26 ]
27]
28dev-repo: "git+https://github.com/Niols/ppx_monad.git"
29url {
30 src: "https://github.com/Niols/ppx_monad/archive/v0.1.0.tar.gz"
31 checksum: [
32 "md5=9fc7e483877beb07c56c1d92875c5034"
33 "sha512=5efb1026d9b12f537d2c1f1c608c450de90267090dd81a4ce521d52ac752628248bed42c1a23898f5742970c81b24f1d030b029fa8beb4e4b7c33b7004ec196b"
34 ]
35}