aboutsummaryrefslogtreecommitdiff
path: root/flesh_websockets.opam
diff options
context:
space:
mode:
authorClombrong <clombrong@egregore.fun>2025-05-29 21:24:52 +0200
committerClombrong <cromblong@egregore.fun>2025-05-29 21:24:52 +0200
commit94172590a6a64bf7c33c4cdff90660da7562c433 (patch)
treea520638c0a67fe1f9340bb1cc860d0584f2ea1c3 /flesh_websockets.opam
parent3b05a4bd677acf35d74a9a56c635c213282ba5fc (diff)
feat(opam): add tags and remove useless dependency on flesh
Diffstat (limited to 'flesh_websockets.opam')
-rw-r--r--flesh_websockets.opam3
1 files changed, 1 insertions, 2 deletions
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}