aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dune-project5
-rw-r--r--flesh_websockets.opam3
2 files changed, 2 insertions, 6 deletions
diff --git a/dune-project b/dune-project
index 699cf6c..38ac281 100644
--- a/dune-project
+++ b/dune-project
@@ -44,12 +44,9 @@
xmlm
markup
markup-lwt
- (flesh
- (and (= :version)
- :with-test))
(merlin :with-test)
(utop :with-test))
(tags
- (xmpp flesh websockets lwt)))
+ (xmpp flesh portal websockets lwt)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project
diff --git a/flesh_websockets.opam b/flesh_websockets.opam
index cf9f00b..d0f6320 100644
--- a/flesh_websockets.opam
+++ b/flesh_websockets.opam
@@ -5,7 +5,7 @@ description: "This library implements a Flesh portal for Websockets."
maintainer: ["Clombrong"]
authors: ["Clombrong"]
license: "LGPL-3.0-or-later"
-tags: ["xmpp" "flesh" "websockets" "lwt"]
+tags: ["xmpp" "flesh" "portal" "websockets" "lwt"]
homepage: "https://forge.fsky.io/clombrong/flesh"
bug-reports: "https://forge.fsky.io/clombrong/flesh/issues"
depends: [
@@ -17,7 +17,6 @@ depends: [
"xmlm"
"markup"
"markup-lwt"
- "flesh" {= version & with-test}
"merlin" {with-test}
"utop" {with-test}
"odoc" {with-doc}