···
2
+
maintainer: "opensource@janestreet.com"
3
+
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
4
+
homepage: "https://github.com/ocaml-ppx/ppxlib"
5
+
bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues"
6
+
dev-repo: "git+https://github.com/ocaml-ppx/ppxlib.git"
7
+
doc: "https://ocaml-ppx.github.io/ppxlib/"
10
+
["dune" "subst"] {pinned}
11
+
["dune" "build" "-p" name "-j" jobs]
14
+
["dune" "runtest" "-p" name "-j" jobs] { ocaml:version >= "4.07" }
17
+
"ocaml" {>= "4.04.1" & < "4.13"}
19
+
"ocaml-compiler-libs" {>= "v0.11.0"}
20
+
"ocaml-migrate-parsetree" {>= "2.1.0"}
21
+
"ppx_derivers" {>= "1.0"}
24
+
"ocamlfind" {with-test}
25
+
"re" {with-test & >= "1.9.0"}
26
+
"cinaps" {with-test & >= "v0.12.1"}
30
+
synopsis: "Standard library for ppx rewriters"
32
+
Ppxlib is the standard library for ppx rewriters and other programs
33
+
that manipulate the in-memory reprensation of OCaml programs, a.k.a
36
+
It also comes bundled with two ppx rewriters that are commonly used to
37
+
write tools that manipulate and/or generate Parsetree values;
38
+
`ppxlib.metaquot` which allows to construct Parsetree values using the
39
+
OCaml syntax directly and `ppxlib.traverse` which provides various
40
+
ways of automatically traversing values of a given type, in particular
41
+
allowing to inject a complex structured value into generated code.
43
+
x-commit-hash: "e67f1687382daaa4ac352cf97122ea098652e6f7"
46
+
"https://github.com/ocaml-ppx/ppxlib/releases/download/0.21.0/ppxlib-0.21.0.tbz"
48
+
"sha256=8ea7af348d24bf52f359afaab1e8f2aa75824934c97eff76ed84f2613f4e3a3e"
49
+
"sha512=3ae8e9755a276e5b0d8e39b82a5568ca4427de18dca3201ee0678a9c84d52c7fa701351d4fdb781d64a609802020cfb2d3c2ecb000d2e3a6b151282b075aac00"