this repo has no description

tezos-rpc-http-server is incompatible with resto.1.2

Changed files
+5 -5
packages
tezos-rpc-http-server
tezos-rpc-http-server.15.0
tezos-rpc-http-server.15.1
tezos-rpc-http-server.16.0
tezos-rpc-http-server.16.1
tezos-rpc-http-server.17.1
+1 -1
packages/tezos-rpc-http-server/tezos-rpc-http-server.15.0/opam
···
"tezos-base-test-helpers" { with-test & = version }
"qcheck-alcotest" { with-test & >= "0.18" }
"alcotest-lwt" { with-test & >= "1.5.0" }
-
"resto-cohttp-server" { >= "1.0" }
+
"resto-cohttp-server" { >= "1.0" & < "1.2" }
"resto-acl" { >= "1.0" }
"tezos-rpc" { = version }
"tezos-rpc-http" { = version }
+1 -1
packages/tezos-rpc-http-server/tezos-rpc-http-server.15.1/opam
···
"dune" { >= "3.0" }
"tezos-base" { = version }
"tezos-stdlib-unix" { = version }
-
"resto-cohttp-server" { >= "1.0" }
+
"resto-cohttp-server" { >= "1.0" & < "1.2" }
"resto-acl" { >= "1.0" }
"tezos-rpc" { = version }
"tezos-rpc-http" { = version }
+1 -1
packages/tezos-rpc-http-server/tezos-rpc-http-server.16.0/opam
···
"ocaml" { >= "4.14" }
"tezos-base" { = version }
"tezos-stdlib-unix" { = version }
-
"resto-cohttp-server" { >= "1.0" }
+
"resto-cohttp-server" { >= "1.0" & < "1.2" }
"resto-acl" { >= "1.0" }
"tezos-rpc" { = version }
"tezos-rpc-http" { = version }
+1 -1
packages/tezos-rpc-http-server/tezos-rpc-http-server.16.1/opam
···
"ocaml" { >= "4.14" }
"tezos-base" { = version }
"tezos-stdlib-unix" { = version }
-
"resto-cohttp-server" { >= "1.0" }
+
"resto-cohttp-server" { >= "1.0" & < "1.2" }
"resto-acl" { >= "1.0" }
"tezos-rpc" { = version }
"tezos-rpc-http" { = version }
+1 -1
packages/tezos-rpc-http-server/tezos-rpc-http-server.17.1/opam
···
"tezos-base" { = version }
"tezos-stdlib-unix" { = version }
"cohttp-lwt-unix" { >= "4.0.0" & != "5.1.0" }
-
"resto-cohttp-server" { >= "1.0" }
+
"resto-cohttp-server" { >= "1.0" & < "1.2" }
"resto-acl" { >= "1.0" }
"tezos-rpc" { = version }
"tezos-rpc-http" { = version }