2021-01-30 19:54:05 +03:00
|
|
|
(executable
|
2021-02-01 22:09:16 +03:00
|
|
|
(name bench)
|
2021-01-30 19:54:05 +03:00
|
|
|
(modes native)
|
2021-02-01 22:09:16 +03:00
|
|
|
(modules bench)
|
2022-07-22 13:34:46 +03:00
|
|
|
(libraries catala.runtime_ocaml french_law benchmark))
|
2021-01-30 19:54:05 +03:00
|
|
|
|
2021-02-01 22:09:16 +03:00
|
|
|
(executable
|
|
|
|
(name api_web)
|
|
|
|
(modes byte js)
|
2022-07-22 13:34:46 +03:00
|
|
|
(modules
|
|
|
|
(:standard \ bench api))
|
2021-02-01 22:09:16 +03:00
|
|
|
(preprocess
|
|
|
|
(pps js_of_ocaml-ppx))
|
2022-07-22 13:34:46 +03:00
|
|
|
(libraries
|
|
|
|
catala.runtime_ocaml
|
|
|
|
catala.runtime_jsoo
|
|
|
|
js_of_ocaml
|
|
|
|
yojson
|
|
|
|
law_source))
|
2021-02-01 22:09:16 +03:00
|
|
|
|
2021-01-30 19:54:05 +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")
|
2022-07-22 13:34:46 +03:00
|
|
|
(libraries catala.runtime_ocaml law_source)
|
2021-02-01 22:09:16 +03:00
|
|
|
(modules api))
|