synopsis: "A PPX Rewriter for Uniqifying ASTs" description: """ This is a PPX Rewriter for uniqifying ASTs: inserting unique IDs systematically throughout an AST. """ opam-version: "2.0" maintainer: "Chet Murthy " authors: ["Chet Murthy"] homepage: "https://github.com/camlp5/pa_ppx_unique" license: "BSD-3-Clause" bug-reports: "https://github.com/camlp5/pa_ppx_unique/issues" dev-repo: "git+https://github.com/camlp5/pa_ppx_unique.git" doc: "https://github.com/camlp5/pa_ppx_unique/doc" depends: [ "ocaml" { >= "4.10.0" & < "5.01.0" } "cppo" { >= "1.6.9" } "camlp5-buildscripts" { >= "0.02" & < "0.03" } "camlp5" { >= "8.01.00" } "pa_ppx" { >= "0.12" } "pa_ppx_migrate" { with-test & >= "0.10" } "not-ocamlfind" { >= "0.10" } "pcre" { >= "7.4.3" } "ounit" { >= "2.2.7" & with-test} "bos" { >= "0.2.0" } "fmt" ] build: [ [make "sys"] [make "test"] {with-test} ] install: [make "install"] url { src: "https://github.com/camlp5/pa_ppx_unique/archive/refs/tags/0.10.tar.gz" checksum: [ "sha512=7fa53e2e5ea22fd9989827e97c6e52c7ef25fdfa0bd146454b712f0697ea447a628dc6cbe95f8de412b1f5bdf8f91f4e345cd3ece4fd899b6f95dba358b0de56" ] }