From 8ab5f20f532bc6e9de38ee457b0ef8dd30c80374 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 19 Jan 2025 20:00:18 +0100 Subject: Initial commit for ogit. --- dune-project | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dune-project (limited to 'dune-project') diff --git a/dune-project b/dune-project new file mode 100644 index 0000000..c17bde7 --- /dev/null +++ b/dune-project @@ -0,0 +1,30 @@ +(lang dune 3.16) + +(name ogit) + +(generate_opam_files true) + +(source + (github username/reponame)) + +(authors "Marius Peter") + +(maintainers "Marius Peter") + +(license LICENSE) + +(documentation https://url/to/documentation) + +(package + (name ogit) + (synopsis "Replacement for cgit") + (description "A longer description") + (depends + ocaml + dune + dream + git) + (tags + (topics "to describe" your project))) + +; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html -- cgit v1.2.3