this repo has no description

Merge pull request #21625 from kit-ty-kate/fix-65

tcpip >= 4.1.0 < 6.0.0 has a missing dependency to result

Kate 1df4d256 a4b61709

Changed files
+3
packages
tcpip
tcpip.4.1.0
tcpip.5.0.0
tcpip.5.0.1
+1
packages/tcpip/tcpip.4.1.0/opam
···
"dune"
"dune-configurator"
"ocaml" {>= "4.06.0"}
"rresult" {>= "0.5.0"}
"cstruct" {>= "3.2.0" & < "6.1.0"}
"cstruct-lwt"
···
"dune"
"dune-configurator"
"ocaml" {>= "4.06.0"}
+
"result"
"rresult" {>= "0.5.0"}
"cstruct" {>= "3.2.0" & < "6.1.0"}
"cstruct-lwt"
+1
packages/tcpip/tcpip.5.0.0/opam
···
"dune"
"dune-configurator"
"ocaml" {>= "4.06.0"}
"rresult" {>= "0.5.0"}
"cstruct" {>= "3.2.0" & < "6.1.0"}
"cstruct-lwt"
···
"dune"
"dune-configurator"
"ocaml" {>= "4.06.0"}
+
"result"
"rresult" {>= "0.5.0"}
"cstruct" {>= "3.2.0" & < "6.1.0"}
"cstruct-lwt"
+1
packages/tcpip/tcpip.5.0.1/opam
···
"dune"
"dune-configurator"
"ocaml" {>= "4.06.0"}
"rresult" {>= "0.5.0"}
"cstruct" {>= "3.2.0" & < "6.1.0"}
"cstruct-lwt"
···
"dune"
"dune-configurator"
"ocaml" {>= "4.06.0"}
+
"result"
"rresult" {>= "0.5.0"}
"cstruct" {>= "3.2.0" & < "6.1.0"}
"cstruct-lwt"