summaryrefslogtreecommitdiff
path: root/dune-project
diff options
context:
space:
mode:
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project30
1 files changed, 30 insertions, 0 deletions
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
Copyright 2019--2025 Marius PETER