this repo has no description

colombe >= 0.2.0: Fix constraint (the return type of Ipaddr.of_string changed from option to result in 3.0.0)

Kate 877a995e 5381632a

Changed files
+4 -4
packages
colombe
colombe.0.2.0
colombe.0.3.0
colombe.0.4.0
colombe.0.4.1
+1 -1
packages/colombe/colombe.0.2.0/opam
···
"ocaml" {>= "4.07.0"}
"dune" {>= "1.8.0"}
"fmt"
-
"ipaddr" {>= "2.9.0"}
+
"ipaddr" {>= "3.0.0"}
"angstrom" {< "0.14.0"}
"ocaml-syntax-shims"
"alcotest" {with-test}
+1 -1
packages/colombe/colombe.0.3.0/opam
···
"ocaml" {>= "4.03.0"}
"dune" {>= "1.8.0"}
"fmt"
-
"ipaddr" {>= "2.9.0"}
+
"ipaddr" {>= "3.0.0"}
"angstrom" {>= "0.14.0"}
"ocaml-syntax-shims"
"alcotest" {with-test}
+1 -1
packages/colombe/colombe.0.4.0/opam
···
"ocaml" {>= "4.03.0"}
"dune" {>= "1.8.0"}
"fmt"
-
"ipaddr" {>= "2.9.0"}
+
"ipaddr" {>= "3.0.0"}
"angstrom" {>= "0.14.0"}
"ocaml-syntax-shims"
"alcotest" {with-test}
+1 -1
packages/colombe/colombe.0.4.1/opam
···
"ocaml" {>= "4.03.0"}
"dune" {>= "1.8.0"}
"fmt"
-
"ipaddr" {>= "2.9.0"}
+
"ipaddr" {>= "3.0.0"}
"angstrom" {>= "0.14.0"}
"ocaml-syntax-shims"
"alcotest" {with-test}