Remove limitation on Zarith since https://github.com/janestreet/zarith_stubs_js/pull/8 is closed

This commit is contained in:
Denis Merigoux 2021-10-18 09:43:06 +02:00
parent 8dbf034efc
commit cf31da7ca1
No known key found for this signature in database
GPG Key ID: EE99DCFA365C3EE3
3 changed files with 2130 additions and 1996 deletions

View File

@ -23,8 +23,8 @@ depends: [
"bindlib" {>= "5.0.1"}
"cmdliner" {>= "1.0.4"}
"re" {>= "1.9.0"}
"zarith" {= "1.11"}
"zarith_stubs_js" {= "v0.14.0"}
"zarith" {>= "1.12"}
"zarith_stubs_js" {>= "v0.14.1"}
"ocamlgraph" {>= "1.8.8"}
"calendar" {>= "2.04"}
"visitors" {>= "20200210"}

View File

@ -47,9 +47,9 @@
(re
(>= 1.9.0))
(zarith
(= 1.11))
(>= 1.12))
(zarith_stubs_js
(= v0.14.0))
(>= v0.14.1))
(ocamlgraph
(>= 1.8.8))
(calendar

File diff suppressed because one or more lines are too long