(lang dune 3.12) (name github_tui) (generate_opam_files true) (source (github chshersh/github-tui)) (authors "Dmitrii Kovanikov ") (maintainers "Dmitrii Kovanikov ") (license MPL-2.0) (package (name github_tui) (synopsis "A short synopsis") (description "A longer description") (depends (ocaml (>= "5.1")) dune (core (>= "v0.16.2")) (core_unix (>= "v0.16.0")) (ezcurl (>= "0.2.4")) (minttea (>= "0.0.2")) (ppx_jane (>= "v0.16.0")) ) (tags (tui cli git github))) ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project