catala/compiler/shared_ast/dune

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

11 lines
231 B
Plaintext
Raw Normal View History

(library
(name shared_ast)
(public_name catala.shared_ast)
2022-08-16 17:54:42 +03:00
(flags
(:standard -short-paths))
(libraries bindlib unionFind catala_utils catala.runtime_ocaml alcotest))
2023-06-02 18:17:45 +03:00
(documentation
(package catala)
(mld_files shared_ast))