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.2.2.tar.gz"
33 checksum: [
34 "md5=b8441d617acc8e7ed325117374c78891"
35 "sha512=8c3f6537348efa5c24be022bed4059430bf3ec0a7feba54273b76c4b6539962c87b2191242f229d40f423566138baeb5caa01fd2a5ad156a8ecd1635a1a088ba"
36 ]
37}