WIP layout engine
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
(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
|
||||
Reference in New Issue
Block a user