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
|
Source: golang-github-charmbracelet-glamour
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Anthony Fok <foka@debian.org>,
Otto Kekäläinen <otto@debian.org>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-alecthomas-chroma-v2-dev,
golang-github-charmbracelet-lipgloss-dev,
golang-github-charmbracelet-x-dev,
golang-github-microcosm-cc-bluemonday-dev (>= 1.0.21),
golang-github-muesli-reflow-dev (>= 0.3.0),
golang-github-muesli-termenv-dev (>= 0.13.0),
golang-github-yuin-goldmark-dev (>= 1.5.2),
golang-github-yuin-goldmark-emoji-dev (>= 1.0.1),
golang-golang-x-term-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-charmbracelet-glamour
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-charmbracelet-glamour.git
Homepage: https://github.com/charmbracelet/glamour
XS-Go-Import-Path: github.com/charmbracelet/glamour
Package: golang-github-charmbracelet-glamour-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-alecthomas-chroma-v2-dev,
golang-github-charmbracelet-lipgloss-dev,
golang-github-charmbracelet-x-dev,
golang-github-microcosm-cc-bluemonday-dev (>= 1.0.21),
golang-github-muesli-reflow-dev (>= 0.3.0),
golang-github-muesli-termenv-dev (>= 0.13.0),
golang-github-yuin-goldmark-dev (>= 1.5.2),
golang-github-yuin-goldmark-emoji-dev (>= 1.0.1),
golang-golang-x-term-dev,
${misc:Depends}
Description: stylesheet-based markdown rendering for your CLI apps (Go library)
The Go library "glamour" lets you render Markdown documents and templates
on ANSI-compatible terminals. You can create your own stylesheet or
simply use one of the stylish defaults.
|