2022-07-19 20:17:02 +03:00
|
|
|
(documentation
|
|
|
|
(package catala))
|
2023-05-30 13:03:50 +03:00
|
|
|
|
2024-05-15 18:23:36 +03:00
|
|
|
(dirs jsoo ocaml python r rescript c)
|
2023-10-18 17:57:47 +03:00
|
|
|
|
|
|
|
; Installation is done as source under catala lib directory
|
|
|
|
; For dev version this makes it easy to install the proper runtime with just
|
|
|
|
; `pip install dir` and be sure to get the right version
|
|
|
|
|
|
|
|
; Python runtime
|
2024-01-11 18:51:39 +03:00
|
|
|
|
2023-10-18 17:57:47 +03:00
|
|
|
(install
|
|
|
|
(files
|
2024-01-11 18:51:39 +03:00
|
|
|
(glob_files_rec
|
|
|
|
(python/** with_prefix runtime_python)))
|
2023-10-18 17:57:47 +03:00
|
|
|
(section lib))
|
2024-03-20 16:38:58 +03:00
|
|
|
|
|
|
|
; Rescript runtime
|
|
|
|
|
|
|
|
(install
|
|
|
|
(files
|
|
|
|
(glob_files_rec
|
|
|
|
(rescript/** with_prefix runtime_rescript)))
|
|
|
|
(section lib))
|