this repo has no description

cohttp < 2.3.0 is not compatible with OCaml 5.0 (uses Pervasives)

Kate 4987f81b ea9243e8

Changed files
+55 -55
packages
cohttp
cohttp.0.10.0
cohttp.0.10.1
cohttp.0.11.0
cohttp.0.11.1
cohttp.0.11.2
cohttp.0.12.0
cohttp.0.13.0
cohttp.0.14.0
cohttp.0.15.0
cohttp.0.15.1
cohttp.0.15.2
cohttp.0.16.0
cohttp.0.16.1
cohttp.0.17.0
cohttp.0.17.1
cohttp.0.17.2
cohttp.0.18.0
cohttp.0.18.1
cohttp.0.18.2
cohttp.0.18.3
cohttp.0.19.0
cohttp.0.19.1
cohttp.0.19.2
cohttp.0.19.3
cohttp.0.20.0
cohttp.0.20.1
cohttp.0.20.2
cohttp.0.21.0
cohttp.0.21.1
cohttp.0.22.0
cohttp.0.9.1
cohttp.0.9.10
cohttp.0.9.11
cohttp.0.9.12
cohttp.0.9.13
cohttp.0.9.14
cohttp.0.9.15
cohttp.0.9.16
cohttp.0.9.2
cohttp.0.9.3
cohttp.0.9.4
cohttp.0.9.5
cohttp.0.9.6
cohttp.0.9.7
cohttp.0.9.8
cohttp.0.9.9
cohttp.1.0.0
cohttp.1.0.2
cohttp.1.1.0
cohttp.1.1.1
cohttp.1.2.0
cohttp.2.0.0
cohttp.2.1.2
cohttp.2.1.3
cohttp.2.2.0
+1 -1
packages/cohttp/cohttp.0.10.0/opam
···
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.3.13" & < "1.5.0"}
···
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.3.13" & < "1.5.0"}
+1 -1
packages/cohttp/cohttp.0.10.1/opam
···
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.5.0" & < "2.0.0"}
···
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.5.0" & < "2.0.0"}
+1 -1
packages/cohttp/cohttp.0.11.0/opam
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.5.0" & < "2.0.0"}
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.5.0" & < "2.0.0"}
+1 -1
packages/cohttp/cohttp.0.11.1/opam
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.5.0" & < "2.0.0"}
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.5.0" & < "2.0.0"}
+1 -1
packages/cohttp/cohttp.0.11.2/opam
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.5.0" & < "2.0.0"}
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.5.0" & < "2.0.0"}
+1 -1
packages/cohttp/cohttp.0.12.0/opam
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.5.0" & < "2.0.0"}
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.5.0" & < "2.0.0"}
+1 -1
packages/cohttp/cohttp.0.13.0/opam
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
-
"ocaml" {>= "4.01.0"}
"ocamlfind"
"re"
"uri" {>= "1.5.0" & < "2.0.0"}
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.5.0" & < "2.0.0"}
+1 -1
packages/cohttp/cohttp.0.14.0/opam
···
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
-
"ocaml" {>= "4.01.0"}
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
"re"
···
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
"re"
+1 -1
packages/cohttp/cohttp.0.15.0/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml" {>= "4.01.0"}
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
"re"
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
"re"
+1 -1
packages/cohttp/cohttp.0.15.1/opam
···
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
-
"ocaml" {>= "4.01.0"}
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
"re"
···
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
"re"
+1 -1
packages/cohttp/cohttp.0.15.2/opam
···
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
-
"ocaml" {>= "4.01.0"}
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
"re"
···
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
"re"
+1 -1
packages/cohttp/cohttp.0.16.0/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml" {>= "4.01.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
+1 -1
packages/cohttp/cohttp.0.16.1/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml" {>= "4.01.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
+1 -1
packages/cohttp/cohttp.0.17.0/opam
···
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
-
"ocaml" {>= "4.01.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
···
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
+1 -1
packages/cohttp/cohttp.0.17.1/opam
···
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
-
"ocaml" {>= "4.01.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
···
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
+1 -1
packages/cohttp/cohttp.0.17.2/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml" {>= "4.01.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
+1 -1
packages/cohttp/cohttp.0.18.0/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml" {>= "4.01.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
+1 -1
packages/cohttp/cohttp.0.18.1/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml" {>= "4.01.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
+1 -1
packages/cohttp/cohttp.0.18.2/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml" {>= "4.01.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
+1 -1
packages/cohttp/cohttp.0.18.3/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml" {>= "4.01.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
+1 -1
packages/cohttp/cohttp.0.19.0/opam
···
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
-
"ocaml" {>= "4.01.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
···
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
+1 -1
packages/cohttp/cohttp.0.19.1/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml" {>= "4.01.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
+1 -1
packages/cohttp/cohttp.0.19.2/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml" {>= "4.01.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
+1 -1
packages/cohttp/cohttp.0.19.3/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml" {>= "4.01.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
+1 -1
packages/cohttp/cohttp.0.20.0/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml" {>= "4.01.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
+1 -1
packages/cohttp/cohttp.0.20.1/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml" {>= "4.01.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
+1 -1
packages/cohttp/cohttp.0.20.2/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml" {>= "4.01.0"}
"base-bytes"
"ocamlfind" {build}
"ocamlbuild" {build}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"base-bytes"
"ocamlfind" {build}
"ocamlbuild" {build}
+1 -1
packages/cohttp/cohttp.0.21.0/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml" {>= "4.01.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"base-bytes"
"ocamlfind" {build}
"cmdliner" {build & >= "0.9.4"}
+1 -1
packages/cohttp/cohttp.0.21.1/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml" {>= "4.01.0"}
"base-bytes"
"ocamlfind" {build}
"ocamlbuild" {build}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"base-bytes"
"ocamlfind" {build}
"ocamlbuild" {build}
+1 -1
packages/cohttp/cohttp.0.22.0/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml" {>= "4.01.0"}
"base-bytes"
"ocamlfind" {build}
"ocamlbuild" {build}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"base-bytes"
"ocamlfind" {build}
"ocamlbuild" {build}
+1 -1
packages/cohttp/cohttp.0.9.1/opam
···
build: [make "all"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.3.0" & < "1.3.2"}
···
build: [make "all"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.3.0" & < "1.3.2"}
+1 -1
packages/cohttp/cohttp.0.9.10/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.3.8" & < "1.5.0"}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.3.8" & < "1.5.0"}
+1 -1
packages/cohttp/cohttp.0.9.11/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.3.8" & < "1.5.0"}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.3.8" & < "1.5.0"}
+1 -1
packages/cohttp/cohttp.0.9.12/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.3.8" & < "1.5.0"}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.3.8" & < "1.5.0"}
+1 -1
packages/cohttp/cohttp.0.9.13/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.3.8" & < "1.5.0"}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.3.8" & < "1.5.0"}
+1 -1
packages/cohttp/cohttp.0.9.14/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.3.8" & < "1.5.0"}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.3.8" & < "1.5.0"}
+1 -1
packages/cohttp/cohttp.0.9.15/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.3.8" & < "1.5.0"}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.3.8" & < "1.5.0"}
+1 -1
packages/cohttp/cohttp.0.9.16/opam
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.4.0" & < "1.5.0"}
···
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "cohttp"]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.4.0" & < "1.5.0"}
+1 -1
packages/cohttp/cohttp.0.9.2/opam
···
]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.3.2" & < "1.5.0"}
···
]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.3.2" & < "1.5.0"}
+1 -1
packages/cohttp/cohttp.0.9.3/opam
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.3.2" & < "1.5.0"}
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.3.2" & < "1.5.0"}
+1 -1
packages/cohttp/cohttp.0.9.4/opam
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.3.2" & < "1.5.0"}
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.3.2" & < "1.5.0"}
+1 -1
packages/cohttp/cohttp.0.9.5/opam
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.3.2" & < "1.5.0"}
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.3.2" & < "1.5.0"}
+1 -1
packages/cohttp/cohttp.0.9.6/opam
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.3.2" & < "1.5.0"}
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.3.2" & < "1.5.0"}
+1 -1
packages/cohttp/cohttp.0.9.7/opam
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.3.2" & < "1.5.0"}
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.3.2" & < "1.5.0"}
+1 -1
packages/cohttp/cohttp.0.9.8/opam
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.3.8" & < "1.5.0"}
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.3.8" & < "1.5.0"}
+1 -1
packages/cohttp/cohttp.0.9.9/opam
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
-
"ocaml"
"ocamlfind"
"re"
"uri" {>= "1.3.8" & < "1.5.0"}
···
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "cohttp"]]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind"
"re"
"uri" {>= "1.3.8" & < "1.5.0"}
+1 -1
packages/cohttp/cohttp.1.0.0/opam
···
["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
-
"ocaml" {>= "4.03.0"}
"base-bytes"
"jbuilder" {>= "1.0+beta10"}
"re"
···
["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
+
"ocaml" {>= "4.03.0" & < "5.0"}
"base-bytes"
"jbuilder" {>= "1.0+beta10"}
"re"
+1 -1
packages/cohttp/cohttp.1.0.2/opam
···
["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
-
"ocaml" {>= "4.03.0"}
"base-bytes"
"jbuilder" {>= "1.0+beta10"}
"re"
···
["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
+
"ocaml" {>= "4.03.0" & < "5.0"}
"base-bytes"
"jbuilder" {>= "1.0+beta10"}
"re"
+1 -1
packages/cohttp/cohttp.1.1.0/opam
···
["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
-
"ocaml" {>= "4.03.0"}
"jbuilder" {>= "1.0+beta10"}
"re" {>= "1.7.2"}
"uri" {>= "1.9.0" & < "2.0.0"}
···
["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
+
"ocaml" {>= "4.03.0" & < "5.0"}
"jbuilder" {>= "1.0+beta10"}
"re" {>= "1.7.2"}
"uri" {>= "1.9.0" & < "2.0.0"}
+1 -1
packages/cohttp/cohttp.1.1.1/opam
···
homepage: "https://github.com/mirage/ocaml-cohttp"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
-
"ocaml" {>= "4.03.0"}
"dune" {>= "1.1.0"}
"re" {>= "1.7.2"}
"uri" {>= "1.9.0" & < "2.0.0"}
···
homepage: "https://github.com/mirage/ocaml-cohttp"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
+
"ocaml" {>= "4.03.0" & < "5.0"}
"dune" {>= "1.1.0"}
"re" {>= "1.7.2"}
"uri" {>= "1.9.0" & < "2.0.0"}
+1 -1
packages/cohttp/cohttp.1.2.0/opam
···
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
-
"ocaml" {>= "4.04.1"}
"dune" {>= "1.1.0"}
"re" {>= "1.7.2"}
"uri" {>= "2.0.0" & < "3.0.0"}
···
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
+
"ocaml" {>= "4.04.1" & < "5.0"}
"dune" {>= "1.1.0"}
"re" {>= "1.7.2"}
"uri" {>= "2.0.0" & < "3.0.0"}
+1 -1
packages/cohttp/cohttp.2.0.0/opam
···
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
-
"ocaml" {>= "4.04.1"}
"dune" {>= "1.1.0"}
"re" {>= "1.7.2"}
"uri" {>= "2.0.0" & < "3.0.0"}
···
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
+
"ocaml" {>= "4.04.1" & < "5.0"}
"dune" {>= "1.1.0"}
"re" {>= "1.7.2"}
"uri" {>= "2.0.0" & < "3.0.0"}
+1 -1
packages/cohttp/cohttp.2.1.2/opam
···
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
-
"ocaml" {>= "4.04.1"}
"dune" {>= "1.1.0"}
"re" {>= "1.7.2"}
"uri" {>= "2.0.0" & < "3.0.0"}
···
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
+
"ocaml" {>= "4.04.1" & < "5.0"}
"dune" {>= "1.1.0"}
"re" {>= "1.7.2"}
"uri" {>= "2.0.0" & < "3.0.0"}
+1 -1
packages/cohttp/cohttp.2.1.3/opam
···
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
-
"ocaml" {>= "4.04.1"}
"dune" {>= "1.1.0"}
"re" {>= "1.9.0"}
"uri" {>= "2.0.0"}
···
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
+
"ocaml" {>= "4.04.1" & < "5.0"}
"dune" {>= "1.1.0"}
"re" {>= "1.9.0"}
"uri" {>= "2.0.0"}
+1 -1
packages/cohttp/cohttp.2.2.0/opam
···
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
-
"ocaml" {>= "4.04.1"}
"dune" {>= "1.1.0"}
"re" {>= "1.9.0"}
"uri" {>= "2.0.0"}
···
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
+
"ocaml" {>= "4.04.1" & < "5.0"}
"dune" {>= "1.1.0"}
"re" {>= "1.9.0"}
"uri" {>= "2.0.0"}