2020-04-17 13:29:30 +03:00
|
|
|
(lang dune 2.2)
|
2020-04-16 18:47:35 +03:00
|
|
|
(name catala)
|
2020-04-17 14:02:15 +03:00
|
|
|
(version 0.1.1)
|
2019-09-04 11:32:33 +03:00
|
|
|
(generate_opam_files true)
|
|
|
|
|
2020-04-28 16:08:12 +03:00
|
|
|
(source (uri git+https://github.com/CatalaLang/catala.git))
|
|
|
|
(homepage https://github.com/CatalaLang/catala)
|
|
|
|
(bug_reports https://github.com/CatalaLang/catala/issues)
|
2019-09-04 11:32:33 +03:00
|
|
|
(authors "Denis Merigoux")
|
|
|
|
(maintainers "denis.merigoux@inria.fr")
|
|
|
|
(license Apache2)
|
|
|
|
|
|
|
|
|
|
|
|
(package
|
2020-04-16 18:47:35 +03:00
|
|
|
(name catala)
|
2019-09-04 11:32:33 +03:00
|
|
|
(synopsis "Low-level language for tax code specification")
|
2020-04-16 18:47:35 +03:00
|
|
|
(description "\| The Catala language is designed to be a low-level target for
|
2019-09-04 11:32:33 +03:00
|
|
|
"\| higher-level specification languages for fiscal legislation.
|
|
|
|
)
|
2020-05-23 00:02:48 +03:00
|
|
|
(depends
|
|
|
|
(ocaml (>= 4.07.0))
|
|
|
|
(ANSITerminal (>= 0.8.2))
|
|
|
|
(sedlex (>= 2.1))
|
|
|
|
(menhir (>= 20200211))
|
|
|
|
(menhirLib (>= 20200211))
|
|
|
|
(dune-build-info (>= 2.0.1))
|
|
|
|
(cmdliner (>= 1.0.4))
|
|
|
|
(re (>= 1.9.0))
|
|
|
|
(dune (and :build ))
|
2020-08-03 19:07:09 +03:00
|
|
|
(ocamlgraph (>= 1.8.8))
|
2020-05-23 00:02:48 +03:00
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
2020-03-08 02:21:55 +03:00
|
|
|
(using menhir 2.1)
|