You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

39 lines
572 B

(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}))))