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" & < "4.14.0" } "conf-perl" "conf-perl-ipc-system-simple" "conf-perl-string-shellquote" "camlp5" { >= "8.00" } "pa_ppx" { = "0.08" } "pa_ppx_migrate" { with-test & >= "0.08" } "not-ocamlfind" { >= "0.01" } "pcre" { >= "7.4.3" } "ounit" {with-test} "bos" { >= "0.2.0" } ] build: [ [make "sys"] [make "test"] {with-test} ] install: [make "install"] url { src: "https://github.com/camlp5/pa_ppx_unique/archive/0.08.tar.gz" checksum: [ "sha512=1d74f235b061a744a5ffb962eeb0c8b6d90d31c9782f6ff4ba9c441eedf023de0948fc89fd3a370e36649d4d4c63bf83d27e8a31b9c341783534ceb02f473170" ] }