github-tui/dune-project

30 lines
526 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))
2024-01-07 03:03:54 +03:00
(authors "Dmitrii Kovanikov <chshersh@gmail.com>")
(maintainers "Dmitrii Kovanikov <chshersh@gmail.com>")
2023-12-28 19:01:56 +03:00
2024-01-07 03:03:54 +03:00
(license MPL-2.0)
2023-12-28 19:01:56 +03:00
(package
(name github_tui)
(synopsis "A short synopsis")
(description "A longer description")
2024-01-06 18:23:50 +03:00
(depends
ocaml
dune
ezcurl
2024-01-07 03:03:54 +03:00
minttea
terminal
2024-01-06 18:23:50 +03:00
)
2023-12-28 19:01:56 +03:00
(tags
2024-01-07 03:03:54 +03:00
(tui cli git github)))
2023-12-28 19:01:56 +03:00
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project