mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
081605d04d
(and update for new errors)
25 lines
502 B
Plaintext
25 lines
502 B
Plaintext
(documentation
|
|
(package catala))
|
|
|
|
(dirs jsoo ocaml python r rescript c)
|
|
|
|
; 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
|
|
|
|
(install
|
|
(files
|
|
(glob_files_rec
|
|
(python/** with_prefix runtime_python)))
|
|
(section lib))
|
|
|
|
; Rescript runtime
|
|
|
|
(install
|
|
(files
|
|
(glob_files_rec
|
|
(rescript/** with_prefix runtime_rescript)))
|
|
(section lib))
|