From 4175da366830c0ef3bf40ddb1e6594ac5dbe3866 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Fri, 10 May 2024 15:04:43 -0500 Subject: Initial commit --- dune-project | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dune-project (limited to 'dune-project') 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 -- cgit v1.2.3