diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-10 15:04:43 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-10 15:04:43 -0500 |
commit | 4175da366830c0ef3bf40ddb1e6594ac5dbe3866 (patch) | |
tree | 14e84c6382fe063c1608485e2656dd245ff03198 /dune-project | |
download | apbox-4175da366830c0ef3bf40ddb1e6594ac5dbe3866.tar.gz apbox-4175da366830c0ef3bf40ddb1e6594ac5dbe3866.tar.bz2 apbox-4175da366830c0ef3bf40ddb1e6594ac5dbe3866.zip |
Initial commit
Diffstat (limited to 'dune-project')
-rw-r--r-- | dune-project | 24 |
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 |