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
|
Source: golang-github-yuin-goldmark-highlighting
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang
Build-Depends-Indep: golang-any,
golang-github-alecthomas-chroma-dev (>= 0.10.0),
golang-github-yuin-goldmark-dev (>= 1.4.5)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-yuin-goldmark-highlighting
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-yuin-goldmark-highlighting.git
Homepage: https://github.com/yuin/goldmark-highlighting
XS-Go-Import-Path: github.com/yuin/goldmark-highlighting
Package: golang-github-yuin-goldmark-highlighting-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-alecthomas-chroma-dev (>= 0.10.0),
golang-github-yuin-goldmark-dev (>= 1.4.5),
${misc:Depends}
Description: syntax highlighting extension for the goldmark Markdown parser
goldmark-highlighting is an extension for the goldmark Markdown parser
that adds syntax-highlighting to fenced code blocks.
.
goldmark-highlighting uses chroma as syntax highlighter.
|