catala/compiler/scopelang/dune

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

11 lines
201 B
Plaintext
Raw Normal View History

2020-11-23 13:42:29 +03:00
(library
2020-11-23 14:20:38 +03:00
(name scopelang)
(public_name catala.scopelang)
2022-11-21 12:46:17 +03:00
(libraries catala_utils ocamlgraph desugared)
2022-10-10 16:15:36 +03:00
(flags
(:standard -short-paths)))
(documentation
2020-12-14 17:23:04 +03:00
(package catala)
(mld_files scopelang))