pellest/src/dune

53 lines
648 B
Text
Raw Normal View History

2022-12-04 22:42:55 +01:00
(executable
(name pellest)
(modules
app
2022-12-06 00:12:14 +01:00
asset
2022-12-04 22:42:55 +01:00
content
2022-12-06 02:31:33 +01:00
db
2022-12-04 22:42:55 +01:00
home
2022-12-06 02:31:33 +01:00
island
2022-12-04 22:42:55 +01:00
login
2022-12-06 01:00:39 +01:00
logout
2022-12-06 02:31:33 +01:00
pellest
register
2022-12-04 22:42:55 +01:00
syntax
2022-12-06 02:31:33 +01:00
template
tyx_util
user)
2022-12-04 22:42:55 +01:00
(libraries
bos
caqti
caqti.blocking
caqti-driver-sqlite3
directories
dream
emile
fpath
lambdasoup
lwt
safepass
scfg
tyxml
tyxml.functor
2022-12-06 02:31:33 +01:00
uri
2022-12-07 22:14:13 +01:00
uuidm)
2022-12-04 22:42:55 +01:00
(preprocess
(pps lwt_ppx)))
2022-12-08 00:07:59 +01:00
(executable
(name island_client)
(modules island_client)
(libraries js_of_ocaml brr)
(modes js))
2022-12-04 22:42:55 +01:00
(rule
(target content.ml)
(deps
2022-12-06 02:31:33 +01:00
(source_tree content)
island_client.bc.js)
2022-12-04 22:42:55 +01:00
(action
(with-stdout-to
%{null}
(run ocaml-crunch -m plain content -o %{target}))))