2023-05-08 04:38:52 +02:00

40 lines
572 B
Plaintext

(executable
(name dromloc)
(modules app content dromloc home util template room)
(libraries
data-encoding
uuidm
bos
caqti
caqti.blocking
caqti-driver-sqlite3
directories
dream
fpath
lambdasoup
lwt
msg
safepass
scfg
uri
tyxml
tyxml.functor
yojson)
(preprocess
(pps lwt_ppx)))
(library
(name msg)
(modules msg)
(libraries data-encoding))
(rule
(target content.ml)
(deps
(source_tree content)
(file content/assets/js/client.js))
(action
(with-stdout-to
%{null}
(run ocaml-crunch -m plain content -o %{target}))))