Skip to content
View raw
1
(include_subdirs unqualified)
2
3
(library
4
(name ogit)
5
(public_name ogit)
6
(libraries dream dream-html git-unix toml ogit.ui ogit.highlight ogit.prose)
7
(preprocess
8
(pps dream-html.ppx)))
9
10
(rule
11
(target static_assets.ml)
12
(deps
13
(source_tree static))
14
(action
15
(run ocaml-crunch -m plain -s -o %{target} static)))
16