mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
538e97dfd3
Runtimes for the various backends are expected to be made available from their own ecosystem. However, for convenience and to help with development settings (where the runtime might change), as part of installing catala they are put, in source form, into `<prefix>/lib/catala/runtime_LANG`. When using a dev version of Catala, and using Python, one would then just have to do `pip install <prefix>/lib/catala/runtime_python` within their venv to be able to run their python programs.
33 lines
527 B
Plaintext
33 lines
527 B
Plaintext
(lang dune 3.11)
|
|
|
|
(name catala)
|
|
|
|
(generate_opam_files false)
|
|
|
|
(formatting)
|
|
|
|
(subst disabled)
|
|
|
|
(source
|
|
(uri git+https://github.com/CatalaLang/catala.git))
|
|
|
|
(homepage https://github.com/CatalaLang/catala)
|
|
|
|
(bug_reports https://github.com/CatalaLang/catala/issues)
|
|
|
|
(authors
|
|
"Denis Merigoux"
|
|
"Nicolas Chataing"
|
|
"Emile Rolley"
|
|
"Louis Gesbert"
|
|
"Aymeric Fromherz"
|
|
"Alain Dela\195\171t-Tixeuil"
|
|
"Raphaël Monat")
|
|
|
|
(maintainers "contact@catala-lang.org")
|
|
|
|
(license Apache-2.0)
|
|
|
|
(using menhir 2.1)
|
|
(using directory-targets 0.1)
|