this repo has no description

easy-format < 1.3.3 is not compatible with OCaml 5

The deprecated `Format.pp_get_formatter_tag_functions` was removed.
Upstream easy-format is already fixed and has two versions that work on
OCaml 5.0 so the migration shouldn't be overly painful.

Changed files
+19 -7
packages
easy-format
easy-format.1.0.1
easy-format.1.0.2
easy-format.1.1.0
easy-format.1.2.0
easy-format.1.3.0
easy-format.1.3.1
easy-format.1.3.2
+4 -1
packages/easy-format/easy-format.1.0.1/opam
···
maintainer: "https://github.com/ocaml/opam-repository/issues"
build: make
remove: [["ocamlfind" "remove" "easy-format"]]
-
depends: ["ocaml" "ocamlfind"]
+
depends: [
+
"ocaml" {< "5.0"}
+
"ocamlfind"
+
]
patches: [
"easy-format-make.diff"
"meta-tpl.diff"
+4 -1
packages/easy-format/easy-format.1.0.2/opam
···
maintainer: "https://github.com/ocaml/opam-repository/issues"
build: make
remove: [["ocamlfind" "remove" "easy-format"]]
-
depends: ["ocaml" "ocamlfind"]
+
depends: [
+
"ocaml" {< "5.0"}
+
"ocamlfind"
+
]
install: [make "install"]
synopsis:
"High-level and functional interface to the Format module of the OCaml standard library"
+4 -1
packages/easy-format/easy-format.1.1.0/opam
···
[make "install"]
]
remove: [["ocamlfind" "remove" "easy-format"]]
-
depends: ["ocaml" "ocamlfind"]
+
depends: [
+
"ocaml" {< "5.0"}
+
"ocamlfind"
+
]
synopsis:
"High-level and functional interface to the Format module of the OCaml standard library"
flags: light-uninstall
+4 -1
packages/easy-format/easy-format.1.2.0/opam
···
[make "install"]
]
remove: [["ocamlfind" "remove" "easy-format"]]
-
depends: ["ocaml" "ocamlfind"]
+
depends: [
+
"ocaml" {< "5.0"}
+
"ocamlfind"
+
]
synopsis:
"High-level and functional interface to the Format module of the OCaml standard library"
flags: light-uninstall
+1 -1
packages/easy-format/easy-format.1.3.0/opam
···
["jbuilder" "runtest" "-p" name] {with-test}
]
depends: [
-
"ocaml" {>= "4.02.3"}
+
"ocaml" {>= "4.02.3" & < "5.0"}
"jbuilder" {>= "1.0+beta7"}
]
synopsis:
+1 -1
packages/easy-format/easy-format.1.3.1/opam
···
["jbuilder" "runtest" "-p" name] {with-test}
]
depends: [
-
"ocaml" {>= "4.02.3"}
+
"ocaml" {>= "4.02.3" & < "5.0"}
"jbuilder" {>= "1.0+beta7"}
]
synopsis:
+1 -1
packages/easy-format/easy-format.1.3.2/opam
···
labelled with something like "int main", "let x =" or "x:"."""
depends: [
"dune" {>= "1.10"}
-
"ocaml" {>= "4.02.3"}
+
"ocaml" {>= "4.02.3" & < "5.0"}
]
url {
src: