catala/runtimes/ocaml/dune
Louis Gesbert e0928677b1 Small ocaml/js output rehaul
Print to json directly rather than depend on yojson and a ppx.

Note: this should be tested with the website in order to validate that the Json
output is 1-to-1.
(a second step could be to simplify this output, now that it's manual)
2024-02-21 11:28:56 +01:00

6 lines
134 B
Plaintext

(library
(name runtime_ocaml)
(public_name catala.runtime_ocaml)
(libraries dates_calc zarith zarith_stubs_js)
(modules runtime))