-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgithub_tui.opam
42 lines (42 loc) · 1.01 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
41
42
# 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"}
"shape-the-term"
"terminal_size" {>= "0.2.0"}
"tty" {>= "0.0.2"}
"uutf" {>= "1.0.3"}
"yojson"
"alcotest" {with-test & >= "1.3.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: [
["shape-the-term.dev" "git+https://github.com/jmcavanillas/shape-the-term"]
]