this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Ppxlib based make deriver"
4maintainer: ["Boning <me@boni.ng>"]
5authors: ["Boning <me@boni.ng>"]
6license: "MIT"
7homepage: "https://github.com/bn-d/ppx_make"
8doc: "https://github.com/bn-d/ppx_make"
9bug-reports: "https://github.com/bn-d/ppx_make/issues"
10depends: [
11 "dune" {>= "2.7"}
12 "ppxlib" {>= "0.10.0" & < "0.36.0"}
13 "ounit2" {with-test}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/bn-d/ppx_make.git"
31url {
32 src: "https://github.com/bn-d/ppx_make/archive/v0.3.0.tar.gz"
33 checksum: [
34 "md5=7517e7f7ea82ba4d04a834b8a8c95cd2"
35 "sha512=8be282a395ef73b6bd66ac756c5b4f1e7af3abc695d58e9635248a33082b812fff8fa68fd40546137d678d1d1a532144e5c8869ad19244bf1a37337c504b79a8"
36 ]
37}