Skip to content

Commit f872de4

Browse files
authored
Merge pull request #27341 from v-gb/release-ocamlmig-5.2-20250129
[new release] ocamlmig (5.2-20250129)
2 parents da2a17f + 149e03b commit f872de4

File tree

1 file changed

+68
-0
lines changed
  • packages/ocamlmig/ocamlmig.5.2-20250129

1 file changed

+68
-0
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
opam-version: "2.0"
2+
synopsis: "OCaml source code rewriting tool"
3+
description:
4+
"Ocamlmig is a command line tool to rewrite ocaml source code, especially to make updating to newer interfaces easier"
5+
maintainer: ["Valentin Gatien-Baron <[email protected]>"]
6+
authors: ["Valentin Gatien-Baron <[email protected]>"]
7+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
8+
homepage: "https://github.com/v-gb/ocamlmig"
9+
bug-reports: "https://github.com/v-gb/ocamlmig/issues"
10+
depends: [
11+
"ocaml" {>= "5.2" & < "5.3"}
12+
"dune" {>= "3.15"}
13+
"base"
14+
"core"
15+
"core_unix"
16+
"csexp"
17+
"ppx_partial"
18+
"ocaml" {>= "4.08"}
19+
"alcotest" {"1" = "0" & >= "1.3.0"}
20+
"base" {>= "v0.12.0"}
21+
"cmdliner" {>= "1.1.0"}
22+
"dune"
23+
"dune-build-info"
24+
"either"
25+
"fix"
26+
"fpath" {>= "0.7.3"}
27+
"menhir" {>= "20201216"}
28+
"menhirLib" {>= "20201216"}
29+
"menhirSdk" {>= "20201216"}
30+
"ocaml-version" {>= "3.5.0"}
31+
"ocamlformat-rpc-lib" {"1" = "0" & = version}
32+
"ocp-indent" {"false" = "false" & >= "1.8.0" | "1" = "0" & >= "1.8.1"}
33+
"stdio"
34+
"uuseg" {>= "10.0.0"}
35+
"uutf" {>= "1.0.1"}
36+
"csexp" {>= "1.4.0"}
37+
"astring"
38+
"camlp-streams"
39+
"re" {>= "1.10.3"}
40+
"odoc" {with-doc}
41+
]
42+
build: [
43+
["dune" "subst"] {dev}
44+
[
45+
"dune"
46+
"build"
47+
"-p"
48+
name
49+
"-j"
50+
jobs
51+
"@install"
52+
"@runtest" {with-test}
53+
"@doc" {with-doc}
54+
]
55+
]
56+
dev-repo: "git+https://github.com/v-gb/ocamlmig.git"
57+
# due to core_unix, but why do we need to restate it? Maybe they added windows to
58+
# the opam CI without ensuring that existing packages work on it.
59+
available: os != "win32"
60+
url {
61+
src:
62+
"https://github.com/v-gb/ocamlmig/releases/download/5.2-20250129/ocamlmig-5.2-20250129.tbz"
63+
checksum: [
64+
"sha256=0deeac498ab94fdb7f7f6879c8b7c5554534f80fd78bdc3ac3091d31abd7fe45"
65+
"sha512=ab36efb8d9ac3bca98ce964f6524feb87ec1cd106012a88e28d6002e9b6aab38f4454fd7b3fc667a104abdabcc58045139259ceb4cc3137c4d835e516010bfaf"
66+
]
67+
}
68+
x-commit-hash: "1a6fea46353e2366d20996cbc16502df319ad6d8"

0 commit comments

Comments
 (0)