this repo has no description

Add upper bound on color dependency

color 0.3.0 renamed the Rgba module to Rgb:
https://github.com/anuragsoni/color/blob/main/CHANGES.md#030

Changed files
+5 -5
packages
spectrum
spectrum.0.2.0
spectrum.0.3.0
spectrum.0.4.0
spectrum.0.5.0
spectrum.0.6.0
+1 -1
packages/spectrum/spectrum.0.2.0/opam
···
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.10"}
-
"color" {>= "0.2"}
+
"color" {>= "0.2" & < "0.3.0"}
"alcotest" {with-test & >= "1.4"}
"junit_alcotest" {with-test & >= "2.0"}
"odoc" {with-doc}
+1 -1
packages/spectrum/spectrum.0.3.0/opam
···
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.10"}
-
"color" {>= "0.2"}
+
"color" {>= "0.2" & < "0.3.0"}
"alcotest" {with-test & >= "1.4"}
"junit_alcotest" {with-test & >= "2.0"}
"odoc" {with-doc}
+1 -1
packages/spectrum/spectrum.0.4.0/opam
···
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.10"}
-
"color" {>= "0.2"}
+
"color" {>= "0.2" & < "0.3.0"}
"pcre" {>= "7.5"}
"opam-state" {>= "2.1" & < "2.2"}
"ppx_deriving" {>= "5.2"}
+1 -1
packages/spectrum/spectrum.0.5.0/opam
···
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.10"}
-
"color" {>= "0.2"}
+
"color" {>= "0.2" & < "0.3.0"}
"pcre" {>= "7.5"}
"opam-state" {>= "2.1" & < "2.2"}
"ppx_deriving" {>= "5.2"}
+1 -1
packages/spectrum/spectrum.0.6.0/opam
···
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.10"}
-
"color" {>= "0.2"}
+
"color" {>= "0.2" & < "0.3.0"}
"pcre" {>= "7.5"}
"opam-state" {>= "2.1" & < "2.2"}
"ppx_deriving" {>= "5.2"}