···
2
+
synopsis: "OCaml source code rewriting tool"
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 <valentin.gatienbaron@gmail.com>"]
6
+
authors: ["Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>"]
7
+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
8
+
homepage: "https://github.com/v-gb/ocamlmig"
9
+
doc: "https://github.com/v-gb/ocamlmig/blob/main/README.md"
10
+
bug-reports: "https://github.com/v-gb/ocamlmig/issues"
12
+
"ocaml" {>= "5.2" & < "5.3"}
20
+
"alcotest" {"1" = "0" & >= "1.3.0"}
21
+
"base" {>= "v0.12.0"}
22
+
"cmdliner" {>= "1.1.0"}
27
+
"fpath" {>= "0.7.3"}
28
+
"menhir" {>= "20201216"}
29
+
"menhirLib" {>= "20201216"}
30
+
"menhirSdk" {>= "20201216"}
31
+
"ocaml-version" {>= "3.5.0"}
32
+
"ocamlformat-rpc-lib" {"1" = "0" & = version}
33
+
"ocp-indent" {"false" = "false" & >= "1.8.0" | "1" = "0" & >= "1.8.1"}
35
+
"uuseg" {>= "10.0.0"}
37
+
"csexp" {>= "1.4.0"}
44
+
["dune" "subst"] {dev}
53
+
"@runtest" {with-test}
57
+
dev-repo: "git+https://github.com/v-gb/ocamlmig.git"
58
+
# due to core_unix, but why do we need to restate it? Maybe they added windows to
59
+
# the opam CI without ensuring that existing packages work on it.
60
+
available: os != "win32"
63
+
"https://github.com/v-gb/ocamlmig/releases/download/5.2-20250202/ocamlmig-5.2-20250202.tbz"
65
+
"sha256=4e8e966d32d45c5fce23f5310de0ad6885b5879b9c5293d2dfa04ed6f6cb8f93"
66
+
"sha512=d1fb37be81b4adb92e4cf38f2f41e1655b522ca1a45103224643fa41ee88603bb4d9b44b8bfa7028fb8e28a680d210209fe1068d8a75102c925139954d037e37"
69
+
x-commit-hash: "d06731abe655ae941e6308ba83ee0237341c2ec7"