aboutsummaryrefslogtreecommitdiff
path: root/bin/dune
blob: 7044b82bf2551a0e4de2f6adb8284414bc7c2d58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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}))))