Skip to content
View raw
1
(include_subdirs no)
2
3
(library
4
(name highlight)
5
(public_name ogit.highlight)
6
(libraries dream-html hilite textmate-language yojson))
7
8
(rule
9
(target grammar_data.ml)
10
(deps
11
(source_tree grammars))
12
(action
13
(run ocaml-crunch -m plain -s -o %{target} grammars)))
14