this repo has no description

Remove dune constraint

The previous issue
https://github.com/ocaml/opam-repository/pull/25078/commits/273303427102d0fef2e1513a425f6d2de1f10756
should be fixed by the patch.

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