this repo has no description

Merge pull request #22774 from kit-ty-kate/fix-189

webmachine < 0.5.0 is not compatible with OCaml 5.0 (uses Pervasives)

Kate 9f1bf727 1038a60b

Changed files
+12 -12
packages
webmachine
webmachine.0.1.0
webmachine.0.1.1
webmachine.0.1.2
webmachine.0.2.0
webmachine.0.2.1
webmachine.0.2.2
webmachine.0.2.3
webmachine.0.2.4
webmachine.0.3.0
webmachine.0.3.1
webmachine.0.3.2
webmachine.0.4.0
+1 -1
packages/webmachine/webmachine.0.1.0/opam
···
]
depends: [
-
"ocaml" {>= "4.01"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"ounit" {with-test}
"ocamlfind" {build}
···
]
depends: [
+
"ocaml" {>= "4.01" & < "5.0"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"ounit" {with-test}
"ocamlfind" {build}
+1 -1
packages/webmachine/webmachine.0.1.1/opam
···
["ocamlfind" "remove" "webmachine"]
]
depends: [
-
"ocaml" {>= "4.01"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"ocamlfind" {build}
"ounit" {with-test & >= "1.0.2"}
···
["ocamlfind" "remove" "webmachine"]
]
depends: [
+
"ocaml" {>= "4.01" & < "5.0"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"ocamlfind" {build}
"ounit" {with-test & >= "1.0.2"}
+1 -1
packages/webmachine/webmachine.0.1.2/opam
···
["ocamlfind" "remove" "webmachine"]
]
depends: [
-
"ocaml" {>= "4.01"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"ocamlfind" {build}
"ounit" {with-test & >= "1.0.2"}
···
["ocamlfind" "remove" "webmachine"]
]
depends: [
+
"ocaml" {>= "4.01" & < "5.0"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"ocamlfind" {build}
"ounit" {with-test & >= "1.0.2"}
+1 -1
packages/webmachine/webmachine.0.2.0/opam
···
["ocamlfind" "remove" "webmachine"]
]
depends: [
-
"ocaml" {>= "4.01"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"dispatch" {< "0.2.0"}
"ocamlfind" {build}
···
["ocamlfind" "remove" "webmachine"]
]
depends: [
+
"ocaml" {>= "4.01" & < "5.0"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"dispatch" {< "0.2.0"}
"ocamlfind" {build}
+1 -1
packages/webmachine/webmachine.0.2.1/opam
···
["ocamlfind" "remove" "webmachine"]
]
depends: [
-
"ocaml" {>= "4.01"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"dispatch" {= "0.2.0"}
"ocamlfind" {build}
···
["ocamlfind" "remove" "webmachine"]
]
depends: [
+
"ocaml" {>= "4.01" & < "5.0"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"dispatch" {= "0.2.0"}
"ocamlfind" {build}
+1 -1
packages/webmachine/webmachine.0.2.2/opam
···
["ocamlfind" "remove" "webmachine"]
]
depends: [
-
"ocaml" {>= "4.01"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"dispatch" {= "0.2.0"}
"ocamlfind" {build}
···
["ocamlfind" "remove" "webmachine"]
]
depends: [
+
"ocaml" {>= "4.01" & < "5.0"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"dispatch" {= "0.2.0"}
"ocamlfind" {build}
+1 -1
packages/webmachine/webmachine.0.2.3/opam
···
["ocamlfind" "remove" "webmachine"]
]
depends: [
-
"ocaml" {>= "4.01"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"dispatch" {>= "0.3.0" & < "0.5.0"}
"ocamlfind" {build}
···
["ocamlfind" "remove" "webmachine"]
]
depends: [
+
"ocaml" {>= "4.01" & < "5.0"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"dispatch" {>= "0.3.0" & < "0.5.0"}
"ocamlfind" {build}
+1 -1
packages/webmachine/webmachine.0.2.4/opam
···
["ocamlfind" "remove" "webmachine"]
]
depends: [
-
"ocaml" {>= "4.01"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"dispatch" {>= "0.3.0" & < "0.5.0"}
"ocamlfind" {build}
···
["ocamlfind" "remove" "webmachine"]
]
depends: [
+
"ocaml" {>= "4.01" & < "5.0"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"dispatch" {>= "0.3.0" & < "0.5.0"}
"ocamlfind" {build}
+1 -1
packages/webmachine/webmachine.0.3.0/opam
···
["ocamlfind" "remove" "webmachine"]
]
depends: [
-
"ocaml" {>= "4.01"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"dispatch" {>= "0.3.0" & < "0.5.0"}
"ocamlfind" {build}
···
["ocamlfind" "remove" "webmachine"]
]
depends: [
+
"ocaml" {>= "4.01" & < "5.0"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"dispatch" {>= "0.3.0" & < "0.5.0"}
"ocamlfind" {build}
+1 -1
packages/webmachine/webmachine.0.3.1/opam
···
["ocamlfind" "remove" "webmachine"]
]
depends: [
-
"ocaml" {>= "4.01"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"dispatch" {>= "0.3.0" & < "0.5.0"}
"ocamlfind" {build}
···
["ocamlfind" "remove" "webmachine"]
]
depends: [
+
"ocaml" {>= "4.01" & < "5.0"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"dispatch" {>= "0.3.0" & < "0.5.0"}
"ocamlfind" {build}
+1 -1
packages/webmachine/webmachine.0.3.2/opam
···
["ocamlfind" "remove" "webmachine"]
]
depends: [
-
"ocaml" {>= "4.01"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"dispatch" {>= "0.3.0" & < "0.5.0"}
"ocamlfind" {build}
···
["ocamlfind" "remove" "webmachine"]
]
depends: [
+
"ocaml" {>= "4.01" & < "5.0"}
"cohttp" {>= "0.12.0" & < "0.21.0"}
"dispatch" {>= "0.3.0" & < "0.5.0"}
"ocamlfind" {build}
+1 -1
packages/webmachine/webmachine.0.4.0/opam
···
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "webmachine"]
depends: [
-
"ocaml" {>= "4.02"}
"calendar" {>= "2.03.2"}
"cohttp" {>= "0.21.0"}
"dispatch" {>= "0.3.0" & < "0.5.0"}
···
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "webmachine"]
depends: [
+
"ocaml" {>= "4.02" & < "5.0"}
"calendar" {>= "2.03.2"}
"cohttp" {>= "0.21.0"}
"dispatch" {>= "0.3.0" & < "0.5.0"}