catala/compiler/dcalc/dune

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

17 lines
217 B
Plaintext
Raw Normal View History

2020-11-23 11:22:47 +03:00
(library
(name dcalc)
(public_name catala.dcalc)
(libraries
bindlib
unionFind
2022-11-21 12:46:17 +03:00
catala_utils
re
ubase
catala.runtime_ocaml
shared_ast
scopelang))
(documentation
2021-04-22 12:57:50 +03:00
(package catala)
(mld_files dcalc))