diff options
Diffstat (limited to 'flesh_websockets.opam')
-rw-r--r-- | flesh_websockets.opam | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/flesh_websockets.opam b/flesh_websockets.opam new file mode 100644 index 0000000..553b2b3 --- /dev/null +++ b/flesh_websockets.opam @@ -0,0 +1,33 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "WebSockets Flesh portal" +description: "This library implements a Flesh portal for Websockets." +maintainer: ["Clombrong"] +authors: ["Clombrong"] +license: "LGPL-3.0-or-later" +tags: ["xmpp" "flesh" "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-ppx" + "flesh" {= version & 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" |