File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
packages/pa_ppx_quotation2extension/pa_ppx_quotation2extension.0.02 Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ synopsis: "A Camlp5 PPX Rewriter for treating PPX extensions as Camlp5 quotations "
3
+ description:
4
+ """
5
+ This is a PPX Rewriter that processes PPX extensions with string payloads as
6
+ Camlp5 quotations.
7
+ """
8
+ opam-version: "2.0"
9
+ maintainer: "Chet Murthy <
[email protected] >"
10
+ authors: ["Chet Murthy"]
11
+ homepage: "https://github.com/camlp5/pa_ppx_quotation2extension"
12
+ license: "BSD-3-Clause"
13
+ bug-reports: "https://github.com/camlp5/pa_ppx_quotation2extension/issues"
14
+ dev-repo: "git+https://github.com/camlp5/pa_ppx_quotation2extension.git"
15
+ doc: "https://github.com/camlp5/pa_ppx_quotation2extension/doc"
16
+
17
+ depends: [
18
+ "ocaml" { >= "4.10.0" }
19
+ "camlp5-buildscripts" { >= "0.02" }
20
+ "camlp5" { >= "8.01.00" }
21
+ "pa_ppx" { >= "0.12" }
22
+ "pa_ppx_regexp" { >= "0.01" }
23
+ "not-ocamlfind" { >= "0.10" }
24
+ "ounit" { >= "2.2.7" & with-test}
25
+ "fmt"
26
+ "mdx" { >= "2.3.0" & with-test}
27
+ ]
28
+ build: [
29
+ [make "sys"]
30
+ [make "test"] {with-test}
31
+ ]
32
+ install: [make "install"]
33
+ url {
34
+ src: "https://github.com/camlp5/pa_ppx_quotation2extension/archive/refs/tags/0.02.tar.gz"
35
+ checksum: [
36
+ "sha512=7fa8af85f2a14fed728a1fdac435ddee23638547cf6e29615c36ab0149d88f87c23fac4542ef0dd6953c16dcba8285a2fc00f3904a36b204c52c55a05a1daf8c"
37
+ ]
38
+ }
You can’t perform that action at this time.
0 commit comments