catala/compiler/plugins/dune

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
246 B
Plaintext
Raw Normal View History

(executable
(name python)
(modes plugin)
(modules python)
(libraries catala.driver))
(executable
(name jsoo)
(modes plugin)
(modules jsoo)
(libraries catala.driver catala.runtime))
(documentation
(package catala)
(mld_files plugins))