diff options
Diffstat (limited to 'dune-project')
-rw-r--r-- | dune-project | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dune-project b/dune-project index 7d0b0e4..a46653c 100644 --- a/dune-project +++ b/dune-project @@ -30,4 +30,19 @@ (tags (xmpp lwt))) +(package + (name flesh_websockets) + (synopsis "WebSockets Flesh portal") + (description "This library implements a Flesh portal for Websockets.") + (depends + ocaml + dune + js_of_ocaml + js_of_ocaml-ppx + (flesh + (and (= :version) + :with-test))) + (tags + (xmpp flesh websockets lwt))) + ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project |