this repo has no description

Fix dependent packages.

Work is needed for both [catala] and [lambdapi] to work with
[bindlib.6.0.0], as it contains some changes of API and also
semantics.

Changed files
+6 -6
packages
catala
catala.0.2.0
catala.0.3.0
catala.0.5.0
lambdapi
lambdapi.1.0
lambdapi.2.0.0
lambdapi.2.1.0
+1 -1
packages/catala/catala.0.2.0/opam
···
"menhir" {>= "20200211" & < "20211215"}
"menhirLib" {>= "20200211"}
"unionFind" {>= "20200320"}
-
"bindlib" {>= "5.0.1"}
"dune-build-info" {>= "2.0.1"}
"cmdliner" {>= "1.0.4" & < "1.1.0"}
"re" {>= "1.9.0"}
···
"menhir" {>= "20200211" & < "20211215"}
"menhirLib" {>= "20200211"}
"unionFind" {>= "20200320"}
+
"bindlib" {= "5.0.1"}
"dune-build-info" {>= "2.0.1"}
"cmdliner" {>= "1.0.4" & < "1.1.0"}
"re" {>= "1.9.0"}
+1 -1
packages/catala/catala.0.3.0/opam
···
"menhir" {>= "20200211"}
"menhirLib" {>= "20200211"}
"unionFind" {>= "20200320"}
-
"bindlib" {>= "5.0.1"}
"cmdliner" {>= "1.0.4" & < "1.1.0"}
"re" {>= "1.9.0"}
"zarith" {>= "1.10"}
···
"menhir" {>= "20200211"}
"menhirLib" {>= "20200211"}
"unionFind" {>= "20200320"}
+
"bindlib" {= "5.0.1"}
"cmdliner" {>= "1.0.4" & < "1.1.0"}
"re" {>= "1.9.0"}
"zarith" {>= "1.10"}
+1 -1
packages/catala/catala.0.5.0/opam
···
"menhir" {>= "20200211"}
"menhirLib" {>= "20200211"}
"unionFind" {>= "20200320"}
-
"bindlib" {>= "5.0.1"}
"cmdliner" {>= "1.0.4" & < "1.1.0"}
"re" {>= "1.9.0"}
"zarith" {>= "1.12"}
···
"menhir" {>= "20200211"}
"menhirLib" {>= "20200211"}
"unionFind" {>= "20200320"}
+
"bindlib" {= "5.0.1"}
"cmdliner" {>= "1.0.4" & < "1.1.0"}
"re" {>= "1.9.0"}
"zarith" {>= "1.12"}
+1 -1
packages/lambdapi/lambdapi.1.0/opam
···
"menhir"
"earley" {>= "1.0.2"}
"earley-ocaml" {>= "1.0.2"}
-
"bindlib" {>= "5.0.0"}
"timed" {>= "1.0"} ]
synopsis : "Implementation of the λΠ-calculus modulo rewriting"
···
"menhir"
"earley" {>= "1.0.2"}
"earley-ocaml" {>= "1.0.2"}
+
"bindlib" {= "5.0.0"}
"timed" {>= "1.0"} ]
synopsis : "Implementation of the λΠ-calculus modulo rewriting"
+1 -1
packages/lambdapi/lambdapi.2.0.0/opam
···
"alcotest" {with-test}
"alt-ergo" {with-test}
"alt-ergo" {<= "2.4.0"}
-
"bindlib" {>= "5.0.1"}
"timed" {>= "1.0"}
"pratter" {>= "1.2"}
"why3" {>= "1.4.0"}
···
"alcotest" {with-test}
"alt-ergo" {with-test}
"alt-ergo" {<= "2.4.0"}
+
"bindlib" {= "5.0.1"}
"timed" {>= "1.0"}
"pratter" {>= "1.2"}
"why3" {>= "1.4.0"}
+1 -1
packages/lambdapi/lambdapi.2.1.0/opam
···
"alcotest" {with-test}
"alt-ergo" {with-test}
"alt-ergo" {<= "2.4.0"}
-
"bindlib" {>= "5.0.1"}
"timed" {>= "1.0"}
"pratter" {>= "1.2"}
"why3" {>= "1.4.0"}
···
"alcotest" {with-test}
"alt-ergo" {with-test}
"alt-ergo" {<= "2.4.0"}
+
"bindlib" {= "5.0.1"}
"timed" {>= "1.0"}
"pratter" {>= "1.2"}
"why3" {>= "1.4.0"}