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