catala/french_law/ocaml/dune

22 lines
478 B
Plaintext
Raw Normal View History

(executable
2021-02-01 22:09:16 +03:00
(name bench)
(modes native)
2021-02-01 22:09:16 +03:00
(modules bench)
(libraries catala.runtime french_law benchmark))
2021-02-01 22:09:16 +03:00
(executable
(name api_web)
(modes byte js)
(modules api_web)
(preprocess
(pps js_of_ocaml-ppx))
(libraries catala.runtime law_source js_of_ocaml))
2021-02-01 22:09:16 +03:00
(library
2021-04-22 12:57:50 +03:00
(name api)
(public_name french_law)
2021-02-01 22:09:16 +03:00
(synopsis
2021-04-22 12:57:50 +03:00
"A collection of functions for computing French taxes and benefits derived from Catala programs")
(libraries catala.runtime law_source)
2021-02-01 22:09:16 +03:00
(modules api))