diff options
Diffstat (limited to 'flesh_websockets.opam')
-rw-r--r-- | flesh_websockets.opam | 3 |
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} |