catala/compiler/scopelang/dune
2022-11-28 16:38:09 +01:00

11 lines
201 B
Plaintext

(library
(name scopelang)
(public_name catala.scopelang)
(libraries catala_utils ocamlgraph desugared)
(flags
(:standard -short-paths)))
(documentation
(package catala)
(mld_files scopelang))