aboutsummaryrefslogtreecommitdiff
path: root/dune-project
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-10 15:04:43 -0500
committerMarc Coquand <marc@mccd.space>2024-05-10 15:04:43 -0500
commit4175da366830c0ef3bf40ddb1e6594ac5dbe3866 (patch)
tree14e84c6382fe063c1608485e2656dd245ff03198 /dune-project
downloadapbox-4175da366830c0ef3bf40ddb1e6594ac5dbe3866.tar.gz
apbox-4175da366830c0ef3bf40ddb1e6594ac5dbe3866.tar.bz2
apbox-4175da366830c0ef3bf40ddb1e6594ac5dbe3866.zip
Initial commit
Diffstat (limited to '')
-rw-r--r--dune-project24
1 files changed, 24 insertions, 0 deletions
diff --git a/dune-project b/dune-project
new file mode 100644
index 0000000..2840017
--- /dev/null
+++ b/dune-project
@@ -0,0 +1,24 @@
+(lang dune 3.11)
+
+(name apbox)
+
+(generate_opam_files true)
+
+
+(authors "Marc Coquand")
+
+(maintainers "Marc Coquand")
+
+(license AGPL-3.0-only)
+
+(documentation https://url/to/documentation)
+
+(package
+ (name apbox)
+ (synopsis "A minimal Activitypub C2S and S2S server")
+ (description "A longer description")
+ (depends ocaml dune cohttp-eio zmq)
+ (tags
+ (activitypub minimal server sqlite)))
+
+; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project