diff options
| author | Marius Peter <marius.peter@tutanota.com> | 2025-01-19 20:00:18 +0100 | 
|---|---|---|
| committer | Marius Peter <marius.peter@tutanota.com> | 2025-01-19 20:00:18 +0100 | 
| commit | 8ab5f20f532bc6e9de38ee457b0ef8dd30c80374 (patch) | |
| tree | ceecccdb379a9298ca2eef7053b1887885134f8d /dune-project | |
Initial commit for ogit.
Diffstat (limited to 'dune-project')
| -rw-r--r-- | dune-project | 30 | 
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 | 
