WIP layout engine

This commit is contained in:
2024-10-10 12:54:53 -06:00
commit 13c8a36ba7
17 changed files with 685 additions and 0 deletions
+26
View File
@@ -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