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
|
Source: golang-github-yuin-goldmark-highlighting
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-golang
Build-Depends-Indep: golang-any,
golang-github-alecthomas-chroma-dev (>= 0.7.1~),
golang-github-yuin-goldmark-dev (>= 1.1.22~)
Standards-Version: 4.5.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
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/yuin/goldmark-highlighting
Package: golang-github-yuin-goldmark-highlighting-dev
Architecture: all
Depends: golang-github-alecthomas-chroma-dev (>= 0.7.1~),
golang-github-yuin-goldmark-dev (>= 1.1.22~),
${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.
|