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