catala/compiler/literate/dune

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

24 lines
550 B
Plaintext
Raw Normal View History

2020-11-23 11:22:47 +03:00
(library
(name literate)
(public_name catala.literate)
(libraries re catala_utils surface ubase uutf))
2020-12-14 20:09:38 +03:00
(rule
(target pygment_lexers.ml)
(action
(progn
(copy
../../syntax_highlighting/en/pygments/catala_en_lexer/lexer.py
lexer_en.py)
(copy
../../syntax_highlighting/fr/pygments/catala_fr_lexer/lexer.py
lexer_fr.py)
(copy
../../syntax_highlighting/pl/pygments/catala_pl_lexer/lexer.py
lexer_pl.py)
(run ocaml-crunch -e py -m plain -o %{target} .))))
2020-12-14 20:09:38 +03:00
(documentation
(package catala)
(mld_files literate))