github-tui/dune-project

32 lines
641 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
2024-01-07 15:57:06 +03:00
(ocaml (>= "5.1"))
2024-01-06 18:23:50 +03:00
dune
2024-01-07 15:57:06 +03:00
(core (>= "v0.16.2"))
(core_unix (>= "v0.16.0"))
(ezcurl (>= "0.2.4"))
(minttea (>= "0.0.2"))
(ppx_jane (>= "v0.16.0"))
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