diff options
author | Mateus Cruz <mateuscolvr@gmail.com> | 2024-02-04 23:10:30 -0300 |
---|---|---|
committer | Mateus Cruz <mateuscolvr@gmail.com> | 2024-02-04 23:10:57 -0300 |
commit | f3ac99a84497868aded8ee7ec2822d1b12960fd7 (patch) | |
tree | a870e9bb38259e0641c282b2ba524ac9abe85346 /dune-project |
initial commit
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..2e174ca --- /dev/null +++ b/dune-project @@ -0,0 +1,26 @@ +(lang dune 3.13) + +(name rinhadebackend) + +(generate_opam_files true) + +(source + (github username/reponame)) + +(authors "Author Name") + +(maintainers "Maintainer Name") + +(license LICENSE) + +(documentation https://url/to/documentation) + +(package + (name rinhadebackend) + (synopsis "A short synopsis") + (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 |