aboutsummaryrefslogtreecommitdiff
path: root/bin/dune
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2025-06-01 17:12:06 +0200
committerSébastien Dailly <sebastien@dailly.me>2025-06-14 10:58:01 +0200
commit2f18b8a33cabd0ea666781ba048d0174b4dc5031 (patch)
treeaacda421b89e8133e3c73942e9ede61283a5005c /bin/dune
Initial commit
Diffstat (limited to 'bin/dune')
-rw-r--r--bin/dune22
1 files changed, 22 insertions, 0 deletions
diff --git a/bin/dune b/bin/dune
new file mode 100644
index 0000000..7044b82
--- /dev/null
+++ b/bin/dune
@@ -0,0 +1,22 @@
+(executables
+ (public_names dream_service client)
+ (names main client)
+ (libraries
+ lwt
+ lwt.unix
+ dream
+ dream_handler
+ cohttp_handler
+ uri
+ services
+ services_impl
+ )
+ )
+
+
+(rule
+ (target jsAssets.ml)
+ (deps (glob_files js_assets/**))
+ (action (with-stdout-to %{null}
+ (run ocaml-crunch -m plain js_assets/ -o %{target}))))
+