Skip to content

Commit c4bfca0

Browse files
committed
Package pageantty.0.0.3
1 parent dd3f59b commit c4bfca0

File tree

1 file changed

+55
-0
lines changed
  • packages/pageantty/pageantty.0.0.3

1 file changed

+55
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
opam-version: "2.0"
2+
synopsis: "Run a pager to display diffs and other outputs in the terminal"
3+
maintainer: ["Mathieu Barbin <[email protected]>"]
4+
authors: ["Mathieu Barbin"]
5+
license: "MIT"
6+
homepage: "https://github.com/mbarbin/git-pager"
7+
doc: "https://mbarbin.github.io/git-pager/"
8+
bug-reports: "https://github.com/mbarbin/git-pager/issues"
9+
depends: [
10+
"dune" {>= "3.17"}
11+
"ocaml" {>= "4.14"}
12+
"pp" {>= "2.0.0"}
13+
"pplumbing-err" {>= "0.0.16"}
14+
"pplumbing-pp-tty" {>= "0.0.16"}
15+
"odoc" {with-doc}
16+
]
17+
build: [
18+
["dune" "subst"] {dev}
19+
[
20+
"dune"
21+
"build"
22+
"-p"
23+
name
24+
"-j"
25+
jobs
26+
"@install"
27+
"@runtest" {with-test}
28+
"@doc" {with-doc}
29+
]
30+
]
31+
dev-repo: "git+https://github.com/mbarbin/git-pager.git"
32+
description: """\
33+
34+
[pageantty] provides utility libraries for running pagers in the
35+
terminal.
36+
37+
It includes [Git_pager], a small one-module library for displaying
38+
Git diffs and other custom outputs in a terminal pager.
39+
40+
This is useful for tools that integrate with Git and need to display
41+
output exceeding one screen, while respecting user color preferences
42+
and Git's configuration.
43+
44+
"""
45+
tags: [ "git" "pager" ]
46+
x-maintenance-intent: [ "(latest)" ]
47+
url {
48+
src:
49+
"https://github.com/mbarbin/git-pager/releases/download/0.0.3/pageantty-0.0.3.tbz"
50+
checksum: [
51+
"sha256=6b32385d8f487a3f9a63aeb37f49924c826a8a47e5ec370ee8b0011a41ca3acd"
52+
"sha512=c242703ab3be71615156cf4cde13c6b4b07d01742d0bbb178059138ba4819c8d0a474c9d31db8521dae821aafe9f24ffc375872e7f30cd1de72a36f1441a4c19"
53+
]
54+
}
55+
x-commit-hash: "02010cb8504b2706baaf5a2b114b2b16ec1f4e30"

0 commit comments

Comments
 (0)