this repo has no description

webidl 1.0-1.2: remove menhir upper bound

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

Changed files
+3 -3
packages
webidl
webidl.1.0
webidl.1.1
webidl.1.2
+1 -1
packages/webidl/webidl.1.0/opam
···
"ocaml" {>= "4.03.0"}
"ocamlfind" {build & >= "1.7.1"}
"ocamlbuild" {build & >= "0.9.3"}
-
"menhir" {build & >= "20170101" & < "20211215"}
+
"menhir" {build & >= "20170101"}
"ppx_deriving" {>= "4.1"}
]
synopsis: "Web IDL parser"
+1 -1
packages/webidl/webidl.1.1/opam
···
"ocaml" {>= "4.03.0"}
"ocamlfind" {build & >= "1.7.1"}
"ocamlbuild" {build & >= "0.11.0"}
-
"menhir" {build & >= "20170101" & < "20211215"}
+
"menhir" {build & >= "20170101"}
"ppx_deriving" {>= "4.1"}
]
synopsis: "Web IDL parser"
+1 -1
packages/webidl/webidl.1.2/opam
···
"ocaml" {>= "4.03.0"}
"ocamlfind" {build & >= "1.7.1"}
"ocamlbuild" {build & >= "0.9.3"}
-
"menhir" {build & >= "20170607" & < "20211215"}
+
"menhir" {build & >= "20170607"}
"ppx_deriving" {>= "4.1"}
]
synopsis: "Web IDL parser"