diff options
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 |