diff options
author | Clombrong <clombrong@egregore.fun> | 2025-05-29 22:29:44 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-05-29 22:29:44 +0200 |
commit | b2bb4644c85f055fb2cfed1e0726044c7e85d00f (patch) | |
tree | a300d3c99df09aedce8e41c87c32167163ad4a88 /dune-project | |
parent | dd1d5f910002c9e8c917938f30dfcc2c0d9bbe82 (diff) |
feat(portal): add the portal virtual package
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 6a95ff6..f57c702 100644 --- a/dune-project +++ b/dune-project @@ -32,6 +32,21 @@ (xmpp lwt))) (package + (name portal) + (synopsis "Virtual package for XMPP portals") + (description "This library gives access to the virtual Portal module. + +In turn, the Portal module can implement various transports to XMPP (WebSockets, TCP...)") + (depends + ocaml + dune + lwt + (merlin :with-test) + (utop :with-test)) + (tags + (xmpp portal lwt))) + +(package (name portal-websockets) (synopsis "WebSockets XMPP portal") (description "This library implements an XMPP Portal for Websockets.") |