catala/french_law/ocaml/dune

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
551 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_ocaml french_law benchmark))
2021-02-01 22:09:16 +03:00
(executable
(name api_web)
(modes byte js)
(modules
(:standard \ bench api))
2021-02-01 22:09:16 +03:00
(preprocess
(pps js_of_ocaml-ppx))
(libraries
catala.runtime_ocaml
catala.runtime_jsoo
js_of_ocaml
yojson
law_source))
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_ocaml law_source)
2021-02-01 22:09:16 +03:00
(modules api))