Skip to content

Commit

Permalink
Merge pull request #27118 from chetmurthy/release-pa_ppx_migrate-0.13
Browse files Browse the repository at this point in the history
release pa_ppx_migrate.0.13
  • Loading branch information
shonfeder authored Dec 19, 2024
2 parents b7e2017 + 062ba3c commit b951ce7
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 1 deletion.
47 changes: 47 additions & 0 deletions packages/pa_ppx_migrate/pa_ppx_migrate.0.13/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@

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 5.2.0, with all the
intermediate ASTs, and migrations forward as well as backward.

"""
opam-version: "2.0"
x-maintenance-intent: [ "(latest)" ]
maintainer: "Chet Murthy <[email protected]>"
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"
x-ci-accept-failures: [ "opensuse-tumbleweed" ]

depends: [
"ocaml" { >= "4.10.0" }
"cppo" { >= "1.6.9" }
"camlp5-buildscripts" { >= "0.02" }
"camlp5" { >= "8.03.00" }
"pa_ppx" { >= "0.15" }
"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/archive/refs/tags/0.13.tar.gz"
checksum: [
"sha512=b9934129f5090c4504a57d83734f7664008b20ebdc81a89f334a944b1415a97ff3038164c2a5fa24a221edf8d8bbd7b95596f2211a78619d869997a1305b58bb"
]
}
2 changes: 2 additions & 0 deletions packages/pa_ppx_parsetree/pa_ppx_parsetree.0.02/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ license: "BSD-3-Clause"
bug-reports: "https://github.com/camlp5/pa_ppx_parsetree/issues"
dev-repo: "git+https://github.com/camlp5/pa_ppx_parsetree.git"
doc: "https://github.com/camlp5/pa_ppx_parsetree/doc"
x-ci-accept-failures: [ "opensuse-tumbleweed" ]

depends: [
"conf-perl"
Expand All @@ -27,6 +28,7 @@ depends: [
"camlp5-buildscripts" { >= "0.02" }
"camlp5" { >= "8.00.04" }
"pa_ppx" { >= "0.10" }
"pa_ppx_migrate" { >= "0.10" & < "0.13" }
"pa_ppx_q_ast" { >= "0.10" }
"pa_ppx_quotation2extension"
"not-ocamlfind" { >= "0.09" }
Expand Down
3 changes: 2 additions & 1 deletion packages/pa_ppx_q_ast/pa_ppx_q_ast.0.11/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ license: "BSD-3-Clause"
bug-reports: "https://github.com/camlp5/pa_ppx_q_ast/issues"
dev-repo: "git+https://github.com/camlp5/pa_ppx_q_ast.git"
doc: "https://github.com/camlp5/pa_ppx_q_ast/doc"
x-ci-accept-failures: [ "opensuse-tumbleweed" ]

depends: [
"ocaml" { >= "4.10.0" }
Expand All @@ -23,7 +24,7 @@ depends: [
"camlp5-buildscripts" { >= "0.01" }
"camlp5" { >= "8.00.04" }
"pa_ppx" { >= "0.08" }
"pa_ppx_migrate" { with-test & >= "0.08" }
"pa_ppx_migrate" { with-test & >= "0.08" & < "0.13" }
"pa_ppx_hashcons" { >= "0.08" }
"pa_ppx_unique" { >= "0.08" }
"pa_ppx_regexp"
Expand Down

0 comments on commit b951ce7

Please sign in to comment.