1(lang dune 3.20)
2
3(name mood)
4
5(generate_opam_files true)
6
7(authors "Akshay Oppiliappan <me@oppi.li>")
8
9(maintainers "Akshay Oppiliappan <me@oppi.li>")
10
11(license LICENSE)
12
13(documentation https://url/to/documentation)
14
15(package
16 (name mood)
17 (synopsis "A short synopsis")
18 (description "A longer description")
19 (depends ocaml base core core_unix fpath)
20 (tags
21 ("add topics" "to describe" your project)))
22
23; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html