aboutsummaryrefslogtreecommitdiff
path: root/dune-project
diff options
context:
space:
mode:
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project30
1 files changed, 30 insertions, 0 deletions
diff --git a/dune-project b/dune-project
new file mode 100644
index 0000000..a100b3e
--- /dev/null
+++ b/dune-project
@@ -0,0 +1,30 @@
+(lang dune 3.11)
+
+(name flesh)
+
+(generate_opam_files true)
+
+(source
+ (uri "git+https://forge.fsky.io/clombrong/flesh.git"))
+
+(authors "Clombrong")
+
+(maintainers "Clombrong")
+
+(license LGPL-3.0-or-later)
+
+(homepage "https://forge.fsky.io/clombrong/flesh")
+(bug_reports "https://forge.fsky.io/clombrong/flesh/issues")
+
+(package
+ (name flesh)
+ (synopsis "High-level XMPP flesh interface")
+ (description "An high-level XMPP library based on Lwt, compilable to native code and JS.")
+ (depends
+ ocaml
+ dune
+ (merlin :with-test))
+ (tags
+ (xmpp lwt)))
+
+; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project