synopsis: "A Camlp5 PPX Rewriter for String Interpolation " description: """ This is a PPX Rewriter for interpolating strings, meant to be a work-alike to ppx_string, but instead based on Camlp5 (so it's compatible with all the other Camlp5-based PPX rewriters). """ opam-version: "2.0" x-maintenance-intent: [ "(latest)" ] maintainer: "Chet Murthy " authors: ["Chet Murthy"] homepage: "https://github.com/camlp5/pa_ppx_string" license: "BSD-3-Clause" bug-reports: "https://github.com/camlp5/pa_ppx_string/issues" dev-repo: "git+https://github.com/camlp5/pa_ppx_string.git" doc: "https://github.com/camlp5/pa_ppx_string/doc" depends: [ "ocaml" { >= "4.10.0" } "conf-perl" "conf-perl-ipc-system-simple" "conf-perl-string-shellquote" "camlp5" { >= "8.00.04" } "pa_ppx" { >= "0.10" } "not-ocamlfind" { >= "0.01" } "ounit" {with-test} "fmt" "re" { >= "1.10.4" } ] build: [ [make "sys"] [make "test"] {with-test} ] install: [make "install"] url { src: "https://github.com/camlp5/pa_ppx_string/archive/refs/tags/0.01.tar.gz" checksum: [ "sha512=ca5e0507aa2865be1361aadc585425ce9fb7c65239994811ea937da68d925b940723e8250e4e65733e65c65e6b0dc9122c4aa7a9656553b8d181b349cfe0d257" ] }