Skip to content

Commit

Permalink
Merge pull request #27353 from v-gb/release-ocamlmig-5.2-20250202
Browse files Browse the repository at this point in the history
[new release] ocamlmig (5.2-20250202)
  • Loading branch information
mseri authored Feb 5, 2025
2 parents ca721f3 + c73e425 commit 053dec3
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions packages/ocamlmig/ocamlmig.5.2-20250202/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
opam-version: "2.0"
synopsis: "OCaml source code rewriting tool"
description:
"Ocamlmig is a command line tool to rewrite ocaml source code, especially to make updating to newer interfaces easier."
maintainer: ["Valentin Gatien-Baron <[email protected]>"]
authors: ["Valentin Gatien-Baron <[email protected]>"]
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
homepage: "https://github.com/v-gb/ocamlmig"
doc: "https://github.com/v-gb/ocamlmig/blob/main/README.md"
bug-reports: "https://github.com/v-gb/ocamlmig/issues"
depends: [
"ocaml" {>= "5.2" & < "5.3"}
"dune" {>= "3.15"}
"base"
"core"
"core_unix"
"csexp"
"ppx_partial"
"ocaml" {>= "4.08"}
"base" {>= "v0.12.0"}
"cmdliner" {>= "1.1.0"}
"dune"
"dune-build-info"
"either"
"fix"
"fpath" {>= "0.7.3"}
"menhir" {>= "20201216"}
"menhirLib" {>= "20201216"}
"menhirSdk" {>= "20201216"}
"ocaml-version" {>= "3.5.0"}
"ocp-indent" {>= "1.8.0"}
"stdio"
"uuseg" {>= "10.0.0"}
"uutf" {>= "1.0.1"}
"csexp" {>= "1.4.0"}
"astring"
"camlp-streams"
"re" {>= "1.10.3"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/v-gb/ocamlmig.git"
# due to core_unix, but why do we need to restate it? Maybe they added windows to
# the opam CI without ensuring that existing packages work on it.
available: os != "win32"
url {
src:
"https://github.com/v-gb/ocamlmig/releases/download/5.2-20250202/ocamlmig-5.2-20250202.tbz"
checksum: [
"sha256=4e8e966d32d45c5fce23f5310de0ad6885b5879b9c5293d2dfa04ed6f6cb8f93"
"sha512=d1fb37be81b4adb92e4cf38f2f41e1655b522ca1a45103224643fa41ee88603bb4d9b44b8bfa7028fb8e28a680d210209fe1068d8a75102c925139954d037e37"
]
}
x-commit-hash: "d06731abe655ae941e6308ba83ee0237341c2ec7"

0 comments on commit 053dec3

Please sign in to comment.