this repo has no description

Add upper bounds for menhir 20211215

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

Changed files
+105 -71
packages
atd
atd.1.0.2
atd.1.0.3
atd.1.1.0
atd.1.1.1
atd.1.1.2
atd.1.12.0
atd.1.13.0
atd.1.2.0
atd.1.2.1
atd.2.0.0
atd.2.2.1
coin
coin.0.1.0
coin.0.1.1
coin.0.1.2
coin.0.1.3
logtk
logtk.0.8.1
logtk.1.5.1
logtk.1.6
logtk.2.0
logtk.2.1
tip-parser
tip-parser.0.4
tip-parser.0.5
tip-parser.0.6
toml
toml.1.0.0
toml.2.0.0
toml.2.1.0
toml.2.2.0
toml.2.2.1
toml.3.0.0
toml.4.0.0
toml.5.0.0
toml.6.0.0
toml.7.0.0
uuuu
uuuu.0.1.0
uuuu.0.1.1
uuuu.0.2.0
zipperposition
zipperposition.1.5
zipperposition.1.6
zipperposition.2.0
zipperposition.2.1
+6 -1
packages/atd/atd.1.0.2/opam
···
homepage: "https://github.com/MyLifeLabs/atd"
build: make
remove: [["ocamlfind" "remove" "atd"]]
-
depends: ["ocaml" "ocamlfind" "menhir" "easy-format"]
+
depends: [
+
"ocaml"
+
"ocamlfind"
+
"menhir" {< "20211215"}
+
"easy-format"
+
]
dev-repo: "git+https://github.com/MyLifeLabs/atd"
install: [make "install" "BINDIR=%{bin}%"]
synopsis: "Parser for the ATD data format description language"
+6 -1
packages/atd/atd.1.0.3/opam
···
homepage: "https://github.com/mjambon/atd"
build: make
remove: [["ocamlfind" "remove" "atd"]]
-
depends: ["ocaml" "ocamlfind" "menhir" "easy-format"]
+
depends: [
+
"ocaml"
+
"ocamlfind"
+
"menhir" {< "20211215"}
+
"easy-format"
+
]
install: [make "install" "BINDIR=%{bin}%"]
synopsis: "Parser for the ATD data format description language"
description: """
+6 -1
packages/atd/atd.1.1.0/opam
···
homepage: "https://github.com/mjambon/atd"
build: make
remove: [["ocamlfind" "remove" "atd"]]
-
depends: ["ocaml" "ocamlfind" "menhir" "easy-format"]
+
depends: [
+
"ocaml"
+
"ocamlfind"
+
"menhir" {< "20211215"}
+
"easy-format"
+
]
install: [make "install" "BINDIR=%{bin}%"]
synopsis: "Parser for the ATD data format description language"
description: """
+6 -1
packages/atd/atd.1.1.1/opam
···
homepage: "https://github.com/mjambon/atd"
build: make
remove: [["ocamlfind" "remove" "atd"]]
-
depends: ["ocaml" "ocamlfind" "menhir" "easy-format"]
+
depends: [
+
"ocaml"
+
"ocamlfind"
+
"menhir" {< "20211215"}
+
"easy-format"
+
]
install: [make "install" "BINDIR=%{bin}%"]
synopsis: "Parser for the ATD data format description language"
description: """
+6 -1
packages/atd/atd.1.1.2/opam
···
homepage: "https://github.com/mjambon/atd"
build: make
remove: [["ocamlfind" "remove" "atd"]]
-
depends: ["ocaml" "ocamlfind" "menhir" "easy-format"]
+
depends: [
+
"ocaml"
+
"ocamlfind"
+
"menhir" {< "20211215"}
+
"easy-format"
+
]
install: [make "install" "BINDIR=%{bin}%"]
synopsis: "Parser for the ATD data format description language"
description: """
+1 -1
packages/atd/atd.1.12.0/opam
···
depends: [
"ocaml"
"jbuilder" {>= "1.0+beta7"}
-
"menhir" {build}
+
"menhir" {build & < "20211215"}
"easy-format"
"atdgen" {with-test}
]
+1 -1
packages/atd/atd.1.13.0/opam
···
depends: [
"ocaml" {>= "4.02.3"}
"jbuilder"
-
"menhir" {build}
+
"menhir" {nuild & < "20211215"}
"easy-format"
]
synopsis: "Parser for the ATD data format description language"
+6 -1
packages/atd/atd.1.2.0/opam
···
dev-repo: "git+https://github.com/mjambon/atd.git"
build: [ [make] ]
remove: [["ocamlfind" "remove" "atd"]]
-
depends: ["ocaml" "ocamlfind" "menhir" "easy-format"]
+
depends: [
+
"ocaml"
+
"ocamlfind"
+
"menhir" {< "20211215"}
+
"easy-format"
+
]
install: [make "install" "BINDIR=%{bin}%"]
synopsis: "Parser for the ATD data format description language"
description: """
+1 -1
packages/atd/atd.1.2.1/opam
···
depends: [
"ocaml"
"jbuilder" {>= "1.0+beta7"}
-
"menhir"
+
"menhir" {< "20211215"}
"easy-format"
]
synopsis: "Parser for the ATD data format description language"
+1 -1
packages/atd/atd.2.0.0/opam
···
depends: [
"ocaml" {>= "4.03.0"}
"jbuilder"
-
"menhir" {build}
+
"menhir" {build & < "20211215"}
"easy-format"
]
synopsis: "Parser for the ATD data format description language"
+1 -1
packages/atd/atd.2.2.1/opam
···
depends: [
"ocaml" {>= "4.02"}
"dune" {>= "2.0"}
-
"menhir"
+
"menhir" {< "20211215"}
"easy-format"
"re"
]
+1 -1
packages/coin/coin.0.1.0/opam
···
"bos"
"uutf"
"ptmap"
-
"menhir"
+
"menhir" {< "20211215"}
"rresult"
"angstrom"
"cmdliner"
+1 -1
packages/coin/coin.0.1.1/opam
···
"bos"
"uutf"
"ptmap"
-
"menhir"
+
"menhir" {< "20211215"}
"rresult"
"angstrom"
"cmdliner"
+1 -1
packages/coin/coin.0.1.2/opam
···
"ocamlfind" {build}
"dune"
"re"
-
"menhir"
+
"menhir" {< "20211215"}
"angstrom" {>= "0.11.0"}
]
url {
+1 -1
packages/coin/coin.0.1.3/opam
···
"ocamlfind" {build}
"dune"
"re"
-
"menhir"
+
"menhir" {< "20211215"}
]
url {
src:
+1
packages/logtk/logtk.0.8.1/opam
···
"containers" {>= "0.22.1" & < "1.0"}
"sequence" {>= "0.6" & < "1.0"}
"base-bytes"
+
"menhir" {< "20211215"}
]
depopts: [
"menhir" {build}
+4 -4
packages/logtk/logtk.1.5.1/opam
···
"base-bytes"
"base-unix"
"zarith"
-
"containers" { >= "1.0" & < "3.0" }
-
"iter" { >= "1.2" }
-
"menhir" {build}
-
"dune" { >= "1.1" }
+
"containers" {>= "1.0" & < "3.0"}
+
"iter" {>= "1.2"}
+
"menhir" {build & < "20211215"}
+
"dune" {>= "1.1"}
"alcotest" {with-test & < "1.0.0"}
"qcheck-core" {with-test & >= "0.9"}
"qcheck-alcotest" {with-test & >= "0.9"}
+4 -4
packages/logtk/logtk.1.6/opam
···
"base-unix"
"zarith"
"oseq"
-
"containers" { >= "1.0" & < "3.0" }
-
"iter" { >= "1.2" }
-
"menhir" {build}
-
"dune" { >= "1.1" }
+
"containers" {>= "1.0" & < "3.0"}
+
"iter" {>= "1.2"}
+
"menhir" {build & < "20211215"}
+
"dune" {>= "1.1"}
"alcotest" {with-test}
"qcheck-core" {with-test & >= "0.9"}
"qcheck-alcotest" {with-test & >= "0.9"}
+6 -6
packages/logtk/logtk.2.0/opam
···
"base-bytes"
"base-unix"
"zarith"
-
"oseq" { >= "0.3" & < "0.4" }
-
"containers" { >= "3.0" & < "4.0" }
-
"containers-data" { >= "3.0" & < "4.0" }
-
"iter" { >= "1.2" }
-
"menhir" {build}
-
"dune" { >= "1.11" }
+
"oseq" {>= "0.3" & < "0.4"}
+
"containers" {>= "3.0" & < "4.0"}
+
"containers-data" {>= "3.0" & < "4.0"}
+
"iter" {>= "1.2"}
+
"menhir" {build & < "20211215"}
+
"dune" {>= "1.11"}
"alcotest" {with-test}
"qcheck-core" {with-test & >= "0.9"}
"qcheck-alcotest" {with-test & >= "0.9"}
+7 -7
packages/logtk/logtk.2.1/opam
···
"base-bytes"
"base-unix"
("zarith" | "num")
-
"oseq" { >= "0.3" & < "0.4" }
-
"containers" { >= "3.0" & < "4.0" }
-
"containers-data" { >= "3.0" & < "4.0" }
-
"mtime" { >= "1.0" }
-
"iter" { >= "1.2" }
-
"menhir" {build}
-
"dune" { >= "1.11" }
+
"oseq" {>= "0.3" & < "0.4"}
+
"containers" {>= "3.0" & < "4.0"}
+
"containers-data" {>= "3.0" & < "4.0"}
+
"mtime" {>= "1.0"}
+
"iter" {>= "1.2"}
+
"menhir" {build & < "20211215"}
+
"dune" {>= "1.11"}
"alcotest" {with-test}
"qcheck-core" {with-test & >= "0.9"}
"qcheck-alcotest" {with-test & >= "0.9"}
+1 -1
packages/tip-parser/tip-parser.0.4/opam
···
"dune"
"base-bytes"
"result"
-
"menhir" {build}
+
"menhir" {build & < "20211215"}
"odoc" {with-doc}
]
synopsis: "Parser for TIP (Tons of Inductive Problems)"
+1 -1
packages/tip-parser/tip-parser.0.5/opam
···
"dune"
"base-bytes"
"result"
-
"menhir" {build}
+
"menhir" {build & < "20211215"}
"odoc" {with-doc}
]
build: [
+1 -1
packages/tip-parser/tip-parser.0.6/opam
···
"dune"
"base-bytes"
"result"
-
"menhir" {build}
+
"menhir" {build & < "20211215"}
"odoc" {with-doc}
]
build: [
+1 -1
packages/toml/toml.1.0.0/opam
···
"ocaml" {>= "4.01.0" & < "4.06.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
-
"menhir"
+
"menhir" {< "20211215"}
]
dev-repo: "git+https://github.com/sagotch/To.ml"
install: [make "install"]
+1 -1
packages/toml/toml.2.0.0/opam
···
"ocaml" {>= "4.02.0" & < "4.06.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
-
"menhir"
+
"menhir" {< "20211215"}
]
dev-repo: "git+https://github.com/sagotch/To.ml"
install: [make "install"]
+1 -1
packages/toml/toml.2.1.0/opam
···
"ocaml" {>= "4.02.0" & < "4.06.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
-
"menhir"
+
"menhir" {< "20211215"}
]
dev-repo: "git+https://github.com/sagotch/To.ml"
install: [make "install"]
+1 -1
packages/toml/toml.2.2.0/opam
···
"ocamlfind" {build}
"ocamlbuild" {build}
"oasis" {build}
-
"menhir"
+
"menhir" {< "20211215"}
]
dev-repo: "git+https://github.com/mackwic/To.ml"
install: [make "install"]
+1 -1
packages/toml/toml.2.2.1/opam
···
"ocaml" {>= "4.01.0" & < "4.06.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
-
"menhir"
+
"menhir" {< "20211215"}
]
dev-repo: "git+https://github.com/mackwic/To.ml"
install: [make "install"]
+1 -1
packages/toml/toml.3.0.0/opam
···
"ocaml" {>= "4.01.0" & < "4.06.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
-
"menhir"
+
"menhir" {< "20211215"}
"ISO8601" {>= "0.2.0"}
]
bug-reports: "https://github.com/mackwic/To.ml/issues"
+1 -1
packages/toml/toml.4.0.0/opam
···
"ocaml" {>= "4.01.0" & < "4.06.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
-
"menhir"
+
"menhir" {< "20211215"}
"ISO8601" {>= "0.2.0"}
]
bug-reports: "https://github.com/mackwic/To.ml/issues"
+1
packages/toml/toml.5.0.0/opam
···
"bisect" {with-test}
"odoc" {with-doc}
"ISO8601" {>= "0.2.0"}
+
"menhir" {< "20211215"}
]
synopsis: "TOML parser."
description: """
+1
packages/toml/toml.6.0.0/opam
···
"bisect" {with-test}
"odoc" {with-doc}
"ISO8601" {>= "0.2.0"}
+
"menhir" {< "20211215"}
]
bug-reports: "https://github.com/ocaml-toml/to.ml/issues"
dev-repo: "git+ttps://github.com/ocaml-toml/to.ml.git"
+1
packages/toml/toml.7.0.0/opam
···
"ocb" {with-test & >= "0.1" & dev}
"odoc" {with-doc}
"ISO8601" {>= "0.2"}
+
"menhir" {< "20211215"}
]
# Workaround for https://github.com/ocaml-toml/To.ml/issues/74
build-env: [TZ = ""]
+1 -1
packages/uuuu/uuuu.0.1.0/opam
···
"bos"
"uutf"
"ptmap"
-
"menhir"
+
"menhir" {< "20211215"}
"rresult"
"angstrom"
"cmdliner"
+1 -1
packages/uuuu/uuuu.0.1.1/opam
···
"bos"
"uutf"
"ptmap"
-
"menhir"
+
"menhir" {< "20211215"}
"rresult"
"angstrom"
"cmdliner"
+1 -1
packages/uuuu/uuuu.0.2.0/opam
···
"ocamlfind" {build}
"dune"
"re" {>= "1.7.2"}
-
"menhir"
+
"menhir" {< "20211215"}
"angstrom" {>= "0.11.0"}
]
url {
+1 -1
packages/zipperposition/zipperposition.1.5/opam
···
"sequence" {>= "0.4"}
"jbuilder" {>= "1.0+beta7"}
"msat" {>= "0.5" & < "0.8"}
-
"menhir" {build}
+
"menhir" {build & < "20211215"}
]
synopsis:
"A fully automatic theorem prover for typed first-order and beyond."
+7 -7
packages/zipperposition/zipperposition.1.6/opam
···
depends: [
"base-unix"
"zarith"
-
"logtk" { = version }
-
"libzipperposition" { = version }
-
"containers" { >= "1.0" & < "3.0" }
-
"iter" { >= "1.2" }
+
"logtk" {= version}
+
"libzipperposition" {= version}
+
"containers" {>= "1.0" & < "3.0"}
+
"iter" {>= "1.2"}
"oseq"
-
"dune" { >= "1.1" }
-
"msat" { >= "0.8" & < "0.9" }
-
"menhir" {build}
+
"dune" {>= "1.1"}
+
"msat" {>= "0.8" & < "0.9"}
+
"menhir" {build & < "20211215"}
"ocaml" {>= "4.03"}
]
tags: [ "logic" "unification" "term" "superposition" "prover" ]
+7 -7
packages/zipperposition/zipperposition.2.0/opam
···
depends: [
"base-unix"
"zarith"
-
"logtk" { = version }
-
"libzipperposition" { = version }
-
"containers" { >= "3.0" & < "4.0" }
-
"iter" { >= "1.2" }
+
"logtk" {= version}
+
"libzipperposition" {= version}
+
"containers" {>= "3.0" & < "4.0"}
+
"iter" {>= "1.2"}
"oseq"
-
"dune" { >= "1.11" }
-
"msat" { >= "0.8" < "0.9" }
-
"menhir" {build}
+
"dune" {>= "1.11"}
+
"msat" {>= "0.8" < "0.9"}
+
"menhir" {build & < "20211215"}
"ocaml" {>= "4.07"}
]
tags: [ "logic" "unification" "term" "superposition" "prover" ]
+7 -7
packages/zipperposition/zipperposition.2.1/opam
···
]
depends: [
"base-unix"
-
"logtk" { = version }
-
"libzipperposition" { = version }
-
"containers" { >= "3.0" & < "4.0" }
-
"iter" { >= "1.2" }
+
"logtk" {= version}
+
"libzipperposition" {= version}
+
"containers" {>= "3.0" & < "4.0"}
+
"iter" {>= "1.2"}
"oseq"
-
"dune" { >= "1.11" }
-
"msat" { >= "0.8" < "0.10" }
-
"menhir" {build}
+
"dune" {>= "1.11"}
+
"msat" {>= "0.8" < "0.10"}
+
"menhir" {build & < "20211215"}
"ocaml" {>= "4.07"}
]
tags: [ "logic" "unification" "term" "superposition" "prover" ]