this repo has no description

Merge pull request #19404 from kit-ty-kate/fix-22

colombe: Fix constraint

Kate b1b67d24 f3d8f922

Changed files
+12 -11
packages
colombe
colombe.0.1.0
colombe.0.2.0
colombe.0.3.0
colombe.0.4.0
colombe.0.4.1
+3 -2
packages/colombe/colombe.0.1.0/opam
···
"dune" {>= "1.3"}
"angstrom" {< "0.14.0"}
"ipaddr" {>= "2.9.0"}
-
"fmt"
+
"fmt" {>= "0.8.5"}
"tls" {< "0.13.0"}
+
"cstruct" {>= "3.3.0"}
"logs"
-
"base64"
+
"base64" {>= "3.0.0"}
"rresult"
"hxd" {< "0.3.0"}
"domain-name" {>= "0.2.1"}
+3 -3
packages/colombe/colombe.0.2.0/opam
···
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "1.8.0"}
-
"fmt"
-
"ipaddr" {>= "2.9.0"}
-
"angstrom" {< "0.14.0"}
+
"fmt" {>= "0.8.5"}
+
"ipaddr" {>= "3.0.0"}
+
"angstrom" {>= "0.10.0" & < "0.14.0"}
"ocaml-syntax-shims"
"alcotest" {with-test}
]
+2 -2
packages/colombe/colombe.0.3.0/opam
···
depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "1.8.0"}
-
"fmt"
-
"ipaddr" {>= "2.9.0"}
+
"fmt" {>= "0.8.5"}
+
"ipaddr" {>= "3.0.0"}
"angstrom" {>= "0.14.0"}
"ocaml-syntax-shims"
"alcotest" {with-test}
+2 -2
packages/colombe/colombe.0.4.0/opam
···
depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "1.8.0"}
-
"fmt"
-
"ipaddr" {>= "2.9.0"}
+
"fmt" {>= "0.8.5"}
+
"ipaddr" {>= "3.0.0"}
"angstrom" {>= "0.14.0"}
"ocaml-syntax-shims"
"alcotest" {with-test}
+2 -2
packages/colombe/colombe.0.4.1/opam
···
depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "1.8.0"}
-
"fmt"
-
"ipaddr" {>= "2.9.0"}
+
"fmt" {>= "0.8.5"}
+
"ipaddr" {>= "3.0.0"}
"angstrom" {>= "0.14.0"}
"ocaml-syntax-shims"
"alcotest" {with-test}