aboutsummaryrefslogtreecommitdiff
path: root/portal/lib/dune
diff options
context:
space:
mode:
Diffstat (limited to 'portal/lib/dune')
-rw-r--r--portal/lib/dune6
1 files changed, 6 insertions, 0 deletions
diff --git a/portal/lib/dune b/portal/lib/dune
new file mode 100644
index 0000000..8ce0232
--- /dev/null
+++ b/portal/lib/dune
@@ -0,0 +1,6 @@
+(library
+ (name portal_ws)
+ (modules portal_ws)
+ (public_name flesh_websockets)
+ (libraries lwt js_of_ocaml js_of_ocaml-lwt xmlm)
+ (preprocess (pps js_of_ocaml-ppx)))