meat/dune-project
2025-06-23 00:43:55 +10:00

27 lines
539 B
Plaintext

(lang dune 3.16)
(name meat)
(generate_opam_files true)
(source
(github username/reponame))
(authors "Author Name <author@example.com>")
(maintainers "Maintainer Name <maintainer@example.com>")
(license LICENSE)
(documentation https://url/to/documentation)
(package
(name meat)
(synopsis "A short synopsis")
(description "A longer description")
(depends ocaml dune)
(tags
("add topics" "to describe" your project)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html