this repo has no description

Merge pull request #19643 from kit-ty-kate/fix-72

tar-mirage is not compatible with OCaml 4.13 (opens Int and uses min later)

Changed files
+4 -4
packages
tar-mirage
tar-mirage.0.9.0
tar-mirage.1.0.0
tar-mirage.1.0.1
tar-mirage.1.1.0
+1 -1
packages/tar-mirage/tar-mirage.0.9.0/opam
···
["jbuilder" "runtest"] {with-test}
]
depends: [
-
"ocaml" {>= "4.04.2"}
+
"ocaml" {>= "4.04.2" & < "4.13"}
"jbuilder" {>= "1.0+beta7"}
"tar" {< "1.0.0"}
"cstruct" {>= "1.9.0"}
+1 -1
packages/tar-mirage/tar-mirage.1.0.0/opam
···
doc: "https://mirage.github.io/ocaml-tar/"
bug-reports: "https://github.com/mirage/ocaml-tar/issues"
depends: [
-
"ocaml" {>= "4.04.2"}
+
"ocaml" {>= "4.04.2" & < "4.13"}
"dune" {>= "1.0"}
"tar" {>= "1.0.0"}
"cstruct" {>= "1.9.0"}
+1 -1
packages/tar-mirage/tar-mirage.1.0.1/opam
···
doc: "https://mirage.github.io/ocaml-tar/"
bug-reports: "https://github.com/mirage/ocaml-tar/issues"
depends: [
-
"ocaml" {>= "4.04.2"}
+
"ocaml" {>= "4.04.2" & < "4.13"}
"dune" {>= "1.0"}
"tar" {>= "1.0.0"}
"cstruct" {>= "1.9.0"}
+1 -1
packages/tar-mirage/tar-mirage.1.1.0/opam
···
doc: "https://mirage.github.io/ocaml-tar/"
bug-reports: "https://github.com/mirage/ocaml-tar/issues"
depends: [
-
"ocaml" {>= "4.05.0"}
+
"ocaml" {>= "4.05.0" & < "4.13"}
"dune" {>= "1.0"}
"tar"
"cstruct" {>= "1.9.0"}