this repo has no description
1opam-version: "2.0"
2synopsis: "A sample syntax extension using OCaml's new extension points API"
3maintainer: ["whitequark <whitequark@whitequark.org>"]
4authors: ["whitequark <whitequark@whitequark.org>"]
5license: "Public domain"
6tags: ["syntax"]
7homepage: "https://github.com/ocaml-ppx/ppx_getenv"
8bug-reports: "https://github.com/ocaml-ppx/ppx_getenv/issues"
9depends: [
10 "dune" {>= "2.0"}
11 "ocaml" {>= "4.04.0"}
12 "ppxlib" {>= "0.18.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/ocaml-ppx/ppx_getenv.git"
31url {
32 src:
33 "https://github.com/ocaml-ppx/ppx_getenv/releases/download/v2.1/ppx_getenv-v2.1.tbz"
34 checksum: [
35 "sha256=b3045cea25ba4139e4425be87b4f77acc3bac4907d22ad618a7ea6e2d8c0b0f1"
36 "sha512=a56ce0cd37b564048a7a94776f6031b8409aa3f703891911237bfe12e84b2e70b5cd229bda5a73386ff7a51b7dc1c1ee1a5896b64cfcf0e8a9f152c0d17224cd"
37 ]
38}
39x-commit-hash: "eb6cb4b77d832b0b4fd062c80b728b12ef01b87e"