1(lang dune 3.17)
2
3(name cshell)
4
5(generate_opam_files true)
6
7(source
8 (github username/reponame))
9
10(authors "Author Name <author@example.com>")
11
12(maintainers "Maintainer Name <maintainer@example.com>")
13
14(license LICENSE)
15
16(documentation https://url/to/documentation)
17
18(package
19 (name cshell)
20 (synopsis "A short synopsis")
21 (description "A longer description")
22 (depends ocaml)
23 (tags
24 ("add topics" "to describe" your project)))
25
26; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html