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