File: control

package info (click to toggle)
golang-github-alecthomas-chroma 0.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,652 kB
  • sloc: python: 426; javascript: 79; makefile: 34; sh: 32
file content (66 lines) | stat: -rw-r--r-- 2,969 bytes parent folder | download
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Source: golang-github-alecthomas-chroma
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>,
           Dr. Tobias Quathamer <toddy@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any (>= 2:1.16~),
               golang-github-alecthomas-kong-dev (>= 0.2.17),
               golang-github-alecthomas-kong-hcl-dev (>> 0.2.0-2),
               golang-github-danwakefield-fnmatch-dev,
#              golang-github-dlclark-regexp2-dev (>= 1.4.0),
               golang-github-gorilla-csrf-dev (>= 1.6.2),
               golang-github-gorilla-handlers-dev (>= 1.4.2),
               golang-github-gorilla-mux-dev (>= 1.7.3),
               golang-github-mattn-go-colorable-dev (>= 0.1.10),
               golang-github-mattn-go-isatty-dev (>= 0.0.14),
               golang-github-stretchr-testify-dev (>= 1.7.0),
               pandoc
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-alecthomas-chroma
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-alecthomas-chroma.git
Homepage: https://github.com/alecthomas/chroma
XS-Go-Import-Path: github.com/alecthomas/chroma

Package: golang-chroma
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Conflicts: chroma (<< 0.8.2-2~)
Replaces: chroma (<< 0.8.2-2~)
Static-Built-Using: ${misc:Static-Built-Using}
Description: general purpose syntax highlighter in pure Go (binaries)
 Chroma takes source code and other structured text and converts it into
 syntax highlighted HTML, ANSI-coloured text, etc.
 .
 Chroma is based heavily on Pygments (http://pygments.org/), and includes
 translators for Pygments lexers and styles.
 .
 This package contains the compiled chroma and chromad binaries.

Package: golang-github-alecthomas-chroma-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-alecthomas-kong-dev (>= 0.2.17),
         golang-github-alecthomas-kong-hcl-dev (>> 0.2.0-2),
         golang-github-danwakefield-fnmatch-dev,
#        golang-github-dlclark-regexp2-dev (>= 1.4.0),
         golang-github-gorilla-csrf-dev (>= 1.6.2),
         golang-github-gorilla-handlers-dev (>= 1.4.2),
         golang-github-gorilla-mux-dev (>= 1.7.3),
         golang-github-mattn-go-colorable-dev (>= 0.1.10),
         golang-github-mattn-go-isatty-dev (>= 0.0.14),
         golang-github-stretchr-testify-dev (>= 1.7.0),
         ${misc:Depends}
Description: general purpose syntax highlighter in pure Go (libraries)
 Chroma takes source code and other structured text and converts it into
 syntax highlighted HTML, ANSI-coloured text, etc.
 .
 Chroma is based heavily on Pygments (http://pygments.org/), and includes
 translators for Pygments lexers and styles.
 .
 This package contains Chroma's source code and helper libraries.