File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed
packages/pageantty/pageantty.0.0.2 Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change 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" {>= "0.0.13"}
14+ "odoc" {with-doc}
15+ ]
16+ build: [
17+ ["dune" "subst"] {dev}
18+ [
19+ "dune"
20+ "build"
21+ "-p"
22+ name
23+ "-j"
24+ jobs
25+ "@install"
26+ "@runtest" {with-test}
27+ "@doc" {with-doc}
28+ ]
29+ ]
30+ dev-repo: "git+https://github.com/mbarbin/git-pager.git"
31+ description: """\
32+
33+ [pageantty] provides utility libraries for running pagers in the
34+ terminal.
35+
36+ It includes [Git_pager], a small one-module library for displaying
37+ Git diffs and other custom outputs in a terminal pager.
38+
39+ This is useful for tools that integrate with Git and need to display
40+ output exceeding one screen, while respecting user color preferences
41+ and Git's configuration.
42+
43+ """
44+ tags: [ "git" "pager" ]
45+ x-maintenance-intent: [ "(latest)" ]
46+ url {
47+ src:
48+ "https://github.com/mbarbin/git-pager/releases/download/0.0.2/pageantty-0.0.2.tbz"
49+ checksum: [
50+ "sha256=e5d5a75f322ebdd4a54f66ca3b0c2574514537cf6f9bfec6d4db7d57cea9f7f5"
51+ "sha512=69aee81a3bd2bc4bb9d12d87c7bc157167d52f2ceb3eebd4433cc983f10141d21185ced5f7e330fedbe58e19c9e3bc5097671f72ab1685314c8dbe7e13aeb318"
52+ ]
53+ }
54+ x-commit-hash: "46140407a7a860c794f6771a7f195a520c28a221"
You can’t perform that action at this time.
0 commit comments