this repo has no description

first release of pa_ppx_migrate_ocaml_parsetree

This is broken out of pa_ppx_migrate, provides migrations
between ocaml 4.02.0 <-> 5.3.0 and all intermediate versions.

Changed files
+39
packages
pa_ppx_migrate_ocaml_parsetree
pa_ppx_migrate_ocaml_parsetree.0.01
+39
packages/pa_ppx_migrate_ocaml_parsetree/pa_ppx_migrate_ocaml_parsetree.0.01/opam
···
+
+
synopsis: "Migrations from one version of the OCaml AST to another"
+
description:
+
"""
+
This package provides migrations from one version of the OCaml AST to another,
+
using Camlp5-based pa_ppx_migrate to do the actual heavy lifting.
+
+
"""
+
opam-version: "2.0"
+
maintainer: "Chet Murthy <chetsky@gmail.com>"
+
authors: ["Chet Murthy"]
+
homepage: "https://github.com/camlp5/pa_ppx_migrate_ocaml_parsetree"
+
license: "BSD-3-Clause"
+
bug-reports: "https://github.com/camlp5/pa_ppx_migrate_ocaml_parsetree/issues"
+
dev-repo: "git+https://github.com/camlp5/pa_ppx_migrate_ocaml_parsetree.git"
+
doc: "https://github.com/camlp5/pa_ppx_migrate_ocaml_parsetree/doc"
+
+
depends: [
+
"ocaml" { >= "4.10.0" }
+
"cppo" { >= "1.6.9" }
+
"camlp5-buildscripts" { >= "0.02" }
+
"camlp5" { >= "8.03.00" }
+
"pa_ppx_migrate" { >= "0.12" }
+
"not-ocamlfind" { >= "0.10" }
+
"ounit" { >= "2.2.7" & with-test}
+
"fmt"
+
"bos" { >= "0.2.0" }
+
]
+
build: [
+
[make "-j%{jobs}%" "sys"]
+
[make "test"] {with-test}
+
]
+
install: [make "install"]
+
url {
+
src: "https://github.com/camlp5/pa_ppx_migrate_ocaml_parsetree/archive/refs/tags/0.01.tar.gz"
+
checksum: [
+
"sha512=1be729af306f505295a055e86b1bdc7eed899cd4c8c9a818f710038001ce6b61f8c6d954abb88ff3f7789c688e8318cbdb4a48372c10e6adc4a285db21cbf5ce"
+
]
+
}