diff options
Diffstat (limited to 'dune-project')
| -rw-r--r-- | dune-project | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dune-project b/dune-project new file mode 100644 index 0000000..daec250 --- /dev/null +++ b/dune-project | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | (lang dune 3.7) | ||
| 2 | |||
| 3 | (name sand) | ||
| 4 | |||
| 5 | (generate_opam_files true) | ||
| 6 | |||
| 7 | (source | ||
| 8 | (github username/reponame)) | ||
| 9 | |||
| 10 | (authors "Federico Igne") | ||
| 11 | |||
| 12 | ; (maintainers "Maintainer Name") | ||
| 13 | ; (license LICENSE) | ||
| 14 | ; (documentation https://url/to/documentation) | ||
| 15 | |||
| 16 | (package | ||
| 17 | (name sand) | ||
| 18 | (synopsis "A simple editor inspired by 'kilo'.") | ||
| 19 | ; (description "A longer description") | ||
| 20 | ; (tags | ||
| 21 | ; (topics "to describe" your project)) | ||
| 22 | (depends ocaml dune)) | ||
