this repo has no description

cppo -V was added in 1.1.0

CI failure: https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/95be4980c8ce70abf50c3de92bbe25484dd66746/variant/opam-2.1,compilers,4.03,gettext-camomile.0.4.2,lower-bounds

Changed files
+1 -1
packages
gettext
gettext.0.4.2
+1 -1
packages/gettext/gettext.0.4.2/opam
···
depends: [
"ocaml" {>= "4.03.0" & < "5.0"}
"dune" {>= "1.11.0"}
-
"cppo" {build}
"fileutils"
"ounit" {with-test & > "2.0.8" & < "2.2.6"}
]
···
depends: [
"ocaml" {>= "4.03.0" & < "5.0"}
"dune" {>= "1.11.0"}
+
"cppo" {build & >= "1.1.0"}
"fileutils"
"ounit" {with-test & > "2.0.8" & < "2.2.6"}
]