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
|
Source: golang-github-alecthomas-chroma
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>,
Dr. Tobias Quathamer <toddy@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper (>= 11~),
dh-golang,
golang-any,
golang-github-alecthomas-assert-dev,
golang-github-alecthomas-kong-dev,
golang-github-danwakefield-fnmatch-dev,
golang-github-dlclark-regexp2-dev,
golang-gopkg-alecthomas-kingpin.v3-unstable-dev,
pandoc
Standards-Version: 4.3.0
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: chroma
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: general purpose syntax highlighter in pure Go
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.
Package: golang-github-alecthomas-chroma-dev
Architecture: all
Depends: golang-github-alecthomas-assert-dev,
golang-github-alecthomas-kong-dev,
golang-github-danwakefield-fnmatch-dev,
golang-github-dlclark-regexp2-dev,
golang-gopkg-alecthomas-kingpin.v3-unstable-dev,
${misc:Depends},
${shlibs:Depends}
Description: general purpose syntax highlighter in pure Go -- sources
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.
|