aboutsummaryrefslogtreecommitdiff
path: root/portal/lib/dune
diff options
context:
space:
mode:
authorClombrong <clombrong@egregore.fun>2025-04-24 16:22:03 +0200
committerClombrong <cromblong@egregore.fun>2025-04-24 16:22:03 +0200
commit1db20a50974dd33874d28aa78f69a25aa4294a94 (patch)
treed2b24d2801fdd21001cdd7bc2da6ecad65724d2e /portal/lib/dune
parent9c36f4089d4636f37853d0c13d6a6ca2f4fd6b05 (diff)
fix: rearrange all portals under common portal/ folder
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)))