this repo has no description
1 2synopsis: "A Camlp5 PPX Rewriter for treating PPX extensions as Camlp5 quotations " 3description: 4""" 5This is a PPX Rewriter that processes PPX extensions with string payloads as 6Camlp5 quotations. 7""" 8opam-version: "2.0" 9maintainer: "Chet Murthy <chetsky@gmail.com>" 10authors: ["Chet Murthy"] 11homepage: "https://github.com/camlp5/pa_ppx_quotation2extension" 12license: "BSD-3-Clause" 13bug-reports: "https://github.com/camlp5/pa_ppx_quotation2extension/issues" 14dev-repo: "git+https://github.com/camlp5/pa_ppx_quotation2extension.git" 15doc: "https://github.com/camlp5/pa_ppx_quotation2extension/doc" 16 17depends: [ 18 "ocaml" { >= "4.10.0" } 19 "camlp5-buildscripts" { >= "0.02" & < "0.03" } 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" {with-test} 27] 28build: [ 29 [make "sys"] 30 [make "test"] {with-test} 31] 32install: [make "install"] 33url { 34 src: "https://github.com/camlp5/pa_ppx_quotation2extension/archive/refs/tags/0.01.tar.gz" 35 checksum: [ 36 "sha512=5b746d2efc82cd3758f95d67a5920cc4d7e856d7d0ae3c1f95b64d3b17bd3a949a3416fbd31426a4d523a874f3faa9e3e2e5d40ce2e2f1ce4714b2f5312ca79f" 37 ] 38}