mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
refactor(runtimes): add move the OCaml runtime into runtimes/ocaml
This commit is contained in:
parent
cda3bfb3aa
commit
c09b457988
@ -14,14 +14,6 @@
|
||||
verification)
|
||||
(modules plugin driver))
|
||||
|
||||
(library
|
||||
(name runtime)
|
||||
(public_name catala.runtime)
|
||||
(preprocess
|
||||
(pps ppx_yojson_conv))
|
||||
(libraries calendar zarith zarith_stubs_js)
|
||||
(modules runtime))
|
||||
|
||||
(executable
|
||||
(name catala_web_interpreter)
|
||||
(modes byte js)
|
||||
|
2
dune
2
dune
@ -1,4 +1,4 @@
|
||||
(dirs compiler french_law build_system)
|
||||
(dirs runtimes compiler french_law build_system)
|
||||
|
||||
(data_only_dirs tests examples syntax_highlighting)
|
||||
|
||||
|
7
runtimes/ocaml/dune
Normal file
7
runtimes/ocaml/dune
Normal file
@ -0,0 +1,7 @@
|
||||
(library
|
||||
(name runtime)
|
||||
(public_name catala.runtime)
|
||||
(preprocess
|
||||
(pps ppx_yojson_conv))
|
||||
(libraries calendar zarith zarith_stubs_js)
|
||||
(modules runtime))
|
Loading…
Reference in New Issue
Block a user