this repo has no description

lablgtk3-sourceview 3.3.0 is not compatible with 4.10

This is finally fixed in 3.3.1

Changed files
+4 -4
packages
lablgtk3-sourceview3
lablgtk3-sourceview3.3.0.beta5
lablgtk3-sourceview3.3.0.beta6
lablgtk3-sourceview3.3.0.beta7
lablgtk3-sourceview3.3.0.beta8
+1 -1
packages/lablgtk3-sourceview3/lablgtk3-sourceview3.3.0.beta5/opam
···
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
depends: [
-
"ocaml" { >= "4.05.0" & < "4.10" }
+
"ocaml" { >= "4.05.0" & < "4.09" }
"dune" { >= "1.4.0"
& != "1.7.0"
& != "1.7.1" } # Due to dune/dune#1833
+1 -1
packages/lablgtk3-sourceview3/lablgtk3-sourceview3.3.0.beta6/opam
···
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
depends: [
-
"ocaml" { >= "4.05.0" & < "4.10" }
+
"ocaml" { >= "4.05.0" & < "4.09" }
"dune" { >= "1.4.0"
& != "1.7.0"
& != "1.7.1" } # Due to dune/dune#1833
+1 -1
packages/lablgtk3-sourceview3/lablgtk3-sourceview3.3.0.beta7/opam
···
license: "LGPL with linking exception"
depends: [
-
"ocaml" { >= "4.05.0" & < "4.10" }
+
"ocaml" { >= "4.05.0" & < "4.09" }
"dune" { >= "1.6.0"
& != "1.7.0"
& != "1.7.1" } # Due to dune/dune#1833
+1 -1
packages/lablgtk3-sourceview3/lablgtk3-sourceview3.3.0.beta8/opam
···
license: "LGPL with linking exception"
depends: [
-
"ocaml" { >= "4.05.0" }
+
"ocaml" { >= "4.05.0" & < "4.09" }
"dune" { >= "1.8.0" }
"lablgtk3" { = version }
"conf-gtksourceview3" { build & >= "0" }