summaryrefslogtreecommitdiff
path: root/dune-project
diff options
context:
space:
mode:
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project15
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.")