diff options
author | Clombrong <clombrong@egregore.fun> | 2025-05-29 22:16:11 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-05-29 22:16:11 +0200 |
commit | 2078ab7d47d3f7c6b93b05cd0aa75091ad3a09d5 (patch) | |
tree | 37268cc766af5d8dfcacf5fb770fc0d75c28ecb1 /portal-websockets.opam | |
parent | 94172590a6a64bf7c33c4cdff90660da7562c433 (diff) |
feat(opam): rename flesh_websockets to portal-websockets
Diffstat (limited to 'portal-websockets.opam')
-rw-r--r-- | portal-websockets.opam | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/portal-websockets.opam b/portal-websockets.opam new file mode 100644 index 0000000..101de6f --- /dev/null +++ b/portal-websockets.opam @@ -0,0 +1,38 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "WebSockets XMPP portal" +description: "This library implements an XMPP Portal for Websockets." +maintainer: ["Clombrong"] +authors: ["Clombrong"] +license: "LGPL-3.0-or-later" +tags: ["xmpp" "flesh" "portal" "websockets" "lwt"] +homepage: "https://forge.fsky.io/clombrong/flesh" +bug-reports: "https://forge.fsky.io/clombrong/flesh/issues" +depends: [ + "ocaml" + "dune" {>= "3.11"} + "js_of_ocaml" + "js_of_ocaml-lwt" + "js_of_ocaml-ppx" + "xmlm" + "markup" + "markup-lwt" + "merlin" {with-test} + "utop" {with-test} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://forge.fsky.io/clombrong/flesh.git" |