github-tui/github_tui.opam

42 lines
1.0 KiB
Plaintext
Raw Normal View History

2023-12-28 19:01:56 +03:00
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A short synopsis"
description: "A longer description"
2024-01-07 03:03:54 +03:00
maintainer: ["Dmitrii Kovanikov <chshersh@gmail.com>"]
authors: ["Dmitrii Kovanikov <chshersh@gmail.com>"]
license: "MPL-2.0"
tags: ["tui" "cli" "git" "github"]
2023-12-28 19:01:56 +03:00
homepage: "https://github.com/chshersh/github-tui"
bug-reports: "https://github.com/chshersh/github-tui/issues"
depends: [
2024-01-07 15:57:06 +03:00
"ocaml" {>= "5.1"}
2023-12-28 19:01:56 +03:00
"dune" {>= "3.12"}
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-01-07 15:57:06 +03:00
"ezcurl" {>= "0.2.4"}
"minttea" {>= "0.0.2"}
2024-04-07 15:15:15 +03:00
"shape-the-term"
2024-03-24 14:42:12 +03:00
"terminal_size" {>= "0.2.0"}
2024-06-23 17:28:33 +03:00
"unix"
2023-12-28 19:01:56 +03:00
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/chshersh/github-tui.git"
2024-03-23 13:01:27 +03:00
pin-depends: [
2024-06-20 20:19:01 +03:00
["minttea.dev" "git+https://github.com/chshersh/minttea"]
2024-04-07 15:15:15 +03:00
["shape-the-term.dev" "git+https://github.com/jmcavanillas/shape-the-term"]
2024-03-23 13:01:27 +03:00
]