diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-05-01 12:34:42 +0200 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-05-01 12:34:42 +0200 |
commit | 9a5b55122a3e55593f90df1e20aa36a622730cbe (patch) | |
tree | be8dda3a1fe399aeed734327f96d2ef1775e8796 /dune-project |
Diffstat (limited to 'dune-project')
-rw-r--r-- | dune-project | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dune-project b/dune-project new file mode 100644 index 0000000..e46f2d0 --- /dev/null +++ b/dune-project @@ -0,0 +1,26 @@ +(lang dune 3.15) + +(name blason) + +(generate_opam_files true) + +(source + (github username/reponame)) + +(authors "Marius Peter") + +(maintainers "Marius Peter") + +(license LICENSE) + +(documentation https://url/to/documentation) + +(package + (name blason) + (synopsis "Coat of arms generator from a blasonnement description") + (description "A longer description") + (depends ocaml dune) + (tags + (topics "to describe" your project))) + +; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project |