tuiano/dune-project

27 lines
500 B
Plaintext

(lang dune 3.16)
(name tuiano)
(generate_opam_files true)
(source
(github username/reponame))
(authors "Nate Anderson")
(maintainers "Nate Anderson")
(license LICENSE)
(documentation https://fosscat.com)
(package
(name tuiano)
(synopsis "A Piano keyboard on the TUI")
(description "A Piano keyboard on the TUI")
(depends ocaml dune)
(tags
(topics "to describe" your project)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html