github-tui/dune-project

34 lines
668 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-03-24 14:42:12 +03:00
(depends
2024-01-07 15:57:06 +03:00
(ocaml (>= "5.1"))
2024-01-06 18:23:50 +03:00
dune
2024-01-07 21:08:58 +03:00
(ANSITerminal (>= "0.8.5"))
2024-01-07 17:59:21 +03:00
(cmdliner (>= "1.2.0"))
2024-03-24 16:21:30 +03:00
core_unix
2024-01-07 15:57:06 +03:00
(ezcurl (>= "0.2.4"))
(minttea (>= "0.0.2"))
2024-03-24 14:42:12 +03:00
(terminal_size (>= "0.2.0"))
uuseg
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