this repo has no description

Prevent baguette# from building on dune 3.13

With the stricter checking of opam-compatible package names in dune
3.13, some packages with invalid syntax in their dune-project fail to
build. baguette# is one of them, however this has been submitted
upstream and merged:
https://github.com/coco33920/ocaml-baguettesharp-interpreter/pull/34
thus future releases will incorporate the fix.

Examples of failing builds:

https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/fa3e075e57439140df4aacda519ec59df15e0b66/variant/compilers,4.14,dune-configurator.3.13.0~alpha1,revdeps,baguette_sharp.2.0.4
https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/fa3e075e57439140df4aacda519ec59df15e0b66/variant/compilers,4.14,dune-configurator.3.13.0~alpha1,revdeps,baguette_sharp.2.1.1
https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/fa3e075e57439140df4aacda519ec59df15e0b66/variant/compilers,4.14,dune-configurator.3.13.0~alpha1,revdeps,baguette_sharp.2.2.1

Changed files
+3 -3
packages
baguette_sharp
baguette_sharp.2.0.4
baguette_sharp.2.1.1
baguette_sharp.2.2.1
+1 -1
packages/baguette_sharp/baguette_sharp.2.0.4/opam
···
bug-reports:
"https://github.com/coco33920/ocaml-baguettesharp-interpreter/issues"
depends: [
-
"dune" {>= "3.0"}
+
"dune" {>= "3.0" & < "3.13"}
"ocaml" {>="4.13.1"}
"fmt" {>="0.7.0"}
"linenoise" {>="1.3.1"}
+1 -1
packages/baguette_sharp/baguette_sharp.2.1.1/opam
···
bug-reports:
"https://github.com/coco33920/ocaml-baguettesharp-interpreter/issues"
depends: [
-
"dune" {>= "3.0"}
+
"dune" {>= "3.0" & < "3.13"}
"ocaml" {>="4.13.1"}
"fmt" {>="0.7.0"}
"linenoise" {>="1.4.0"}
+1 -1
packages/baguette_sharp/baguette_sharp.2.2.1/opam
···
bug-reports:
"https://github.com/coco33920/ocaml-baguettesharp-interpreter/issues"
depends: [
-
"dune" {>= "3.0"}
+
"dune" {>= "3.0" & < "3.13"}
"ocaml" {>="4.13.1"}
"fmt" {>="0.7.0"}
"linenoise" {>="1.4.0"}