synopsis: "A PPX Rewriter for Migrating AST types (written using Camlp5)" description: """ This is a PPX Rewriter for generating "migrations" like those written by-hand (with some automated support) in "ocaml-migrate-parsetree". The goal here is that the input to the automated tool is the minimum possible, with no need for human massaging of output from the tool. There are two examples: a small one (in a unit-test) and a full set of migrations from Ocaml's AST 4.02 all the way up to 4.11, with all the intermediate ASTs, and migrations forward as well as backward. """ opam-version: "2.0" maintainer: "Chet Murthy " authors: ["Chet Murthy"] homepage: "https://github.com/camlp5/pa_ppx_migrate" license: "BSD-3-Clause" bug-reports: "https://github.com/camlp5/pa_ppx_migrate/issues" dev-repo: "git+https://github.com/camlp5/pa_ppx_migrate.git" doc: "https://github.com/camlp5/pa_ppx_migrate/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" } "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_migrate/archive/0.08.tar.gz" checksum: [ "sha512=ade97571b1c6160579b9b9d29fcc85d1739bfaf6ca20b962780bac0fbd06b6c151f9abc4e0ebc08dc338e981e4718275f08169d0d4256fa27773d1a748eb3341" ] }