github-tui/dune-project

30 lines
522 B
Plaintext
Raw Normal View History

2023-12-28 19:01:56 +03:00
(lang dune 3.12)
(name github_tui)
(generate_opam_files true)
(source
(github chshersh/github-tui))
(authors "Dmitrii Kovanikov")
(maintainers "Dmitrii Kovanikov")
(license LICENSE)
(documentation https://url/to/documentation)
(package
(name github_tui)
(synopsis "A short synopsis")
(description "A longer description")
2024-01-06 18:23:50 +03:00
(depends
ocaml
dune
ezcurl
)
2023-12-28 19:01:56 +03:00
(tags
(topics "to describe" your project)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project