mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Fixed dependencies
This commit is contained in:
parent
dbfd990f95
commit
b2f34c33c6
@ -12,7 +12,7 @@ license: "Apache2"
|
||||
homepage: "https://github.com/CatalaLang/catala"
|
||||
bug-reports: "https://github.com/CatalaLang/catala/issues"
|
||||
depends: [
|
||||
"ocaml" {>= "4.07.0"}
|
||||
"ocaml" {>= "4.08.0"}
|
||||
"ANSITerminal" {>= "0.8.2"}
|
||||
"sedlex" {>= "2.1"}
|
||||
"menhir" {>= "20200211"}
|
||||
@ -24,7 +24,7 @@ depends: [
|
||||
"re" {>= "1.9.0"}
|
||||
"zarith" {>= "1.10"}
|
||||
"zarith_stubs_js" {>= "0.14.0"}
|
||||
"dune" {build}
|
||||
"dune" {>= "2.2"}
|
||||
"ocamlgraph" {>= "1.8.8"}
|
||||
"odate" {>= "0.6"}
|
||||
]
|
||||
|
@ -20,7 +20,7 @@
|
||||
"\| higher-level specification languages for fiscal legislation.
|
||||
)
|
||||
(depends
|
||||
(ocaml (>= 4.07.0))
|
||||
(ocaml (>= 4.08.0))
|
||||
(ANSITerminal (>= 0.8.2))
|
||||
(sedlex (>= 2.1))
|
||||
(menhir (>= 20200211))
|
||||
@ -32,7 +32,7 @@
|
||||
(re (>= 1.9.0))
|
||||
(zarith (>= 1.10))
|
||||
(zarith_stubs_js (>= 0.14.0))
|
||||
(dune (and :build ))
|
||||
(dune (>= 2.2))
|
||||
(ocamlgraph (>= 1.8.8))
|
||||
(odate (>= 0.6))
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user