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" 9x-maintenance-intent: [ "(latest)" ] 10maintainer: "Chet Murthy <chetsky@gmail.com>" 11authors: ["Chet Murthy"] 12homepage: "https://github.com/camlp5/pa_ppx_quotation2extension" 13license: "BSD-3-Clause" 14bug-reports: "https://github.com/camlp5/pa_ppx_quotation2extension/issues" 15dev-repo: "git+https://github.com/camlp5/pa_ppx_quotation2extension.git" 16doc: "https://github.com/camlp5/pa_ppx_quotation2extension/doc" 17 18depends: [ 19 "ocaml" { >= "4.10.0" } 20 "camlp5-buildscripts" { >= "0.02" } 21 "camlp5" { >= "8.01.00" } 22 "pa_ppx" { >= "0.12" } 23 "pa_ppx_regexp" { >= "0.01" } 24 "not-ocamlfind" { >= "0.10" } 25 "ounit" { >= "2.2.7" & with-test} 26 "fmt" 27 "mdx" { >= "2.3.0" & with-test} 28] 29build: [ 30 [make "sys"] 31 [make "test"] {with-test} 32] 33install: [make "install"] 34url { 35 src: "https://github.com/camlp5/pa_ppx_quotation2extension/archive/refs/tags/0.02.tar.gz" 36 checksum: [ 37 "sha512=7fa8af85f2a14fed728a1fdac435ddee23638547cf6e29615c36ab0149d88f87c23fac4542ef0dd6953c16dcba8285a2fc00f3904a36b204c52c55a05a1daf8c" 38 ] 39}