Source: golang-github-alecthomas-chroma-v2 Section: golang Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Anthony Fok , Dr. Tobias Quathamer Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-exec, dh-golang (>= 1.58~), dh-sequence-golang, golang-any (>= 2:1.17~), golang-github-alecthomas-kong-dev (>= 0.2.17), golang-github-alecthomas-kong-hcl-dev (>> 0.2.0-2), golang-github-alecthomas-repr-dev (>= 0.1.0), 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.12), golang-github-mattn-go-isatty-dev (>= 0.0.14), golang-github-stretchr-testify-dev (>= 1.8.0), pandoc Testsuite: autopkgtest-pkg-go Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-alecthomas-chroma-v2 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-alecthomas-chroma-v2.git Homepage: https://github.com/alecthomas/chroma XS-Go-Import-Path: github.com/alecthomas/chroma/v2 Package: golang-chroma-v2 Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Built-Using: ${misc:Built-Using} 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-v2 and chromad-v2 binaries. Package: golang-github-alecthomas-chroma-v2-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-alecthomas-repr-dev (>= 0.1.0), 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.12), golang-github-mattn-go-isatty-dev (>= 0.0.14), golang-github-stretchr-testify-dev (>= 1.8.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.