From 4dc8b3c4019549378bbf59a85b54a7eef9f55855 Mon Sep 17 00:00:00 2001 From: Clombrong Date: Sat, 19 Apr 2025 12:51:26 +0200 Subject: init: Oh no. This one is real. add README and COPYING license files instantiate all dune stanzas setup dune with guix shell and direnv, using merlin for project setup --- flesh.opam | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 flesh.opam (limited to 'flesh.opam') diff --git a/flesh.opam b/flesh.opam new file mode 100644 index 0000000..48f2406 --- /dev/null +++ b/flesh.opam @@ -0,0 +1,32 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "High-level XMPP flesh interface" +description: + "An high-level XMPP library based on Lwt, compilable to native code and JS." +maintainer: ["Clombrong"] +authors: ["Clombrong"] +license: "LGPL-3.0-or-later" +tags: ["xmpp" "lwt"] +homepage: "https://forge.fsky.io/clombrong/flesh" +bug-reports: "https://forge.fsky.io/clombrong/flesh/issues" +depends: [ + "ocaml" + "dune" {>= "3.11"} + "merlin" {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" -- cgit v1.2.3