-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
github_tui.opam
40 lines (40 loc) · 1 KB
/
github_tui.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A short synopsis"
description: "A longer description"
maintainer: ["Dmitrii Kovanikov <[email protected]>"]
authors: ["Dmitrii Kovanikov <[email protected]>"]
license: "MPL-2.0"
tags: ["tui" "cli" "git" "github"]
homepage: "https://github.com/chshersh/github-tui"
bug-reports: "https://github.com/chshersh/github-tui/issues"
depends: [
"ocaml" {>= "5.1"}
"dune" {>= "3.12"}
"ANSITerminal" {>= "0.8.5"}
"cmdliner" {>= "1.2.0"}
"ezcurl" {>= "0.2.4"}
"minttea" {>= "0.0.2"}
"shape-the-term"
"terminal_size" {>= "0.2.0"}
"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"
pin-depends: [
["minttea.dev" "git+https://github.com/chshersh/minttea"]
["shape-the-term.dev" "git+https://github.com/jmcavanillas/shape-the-term"]
]