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
|
Source: golang-github-yuin-goldmark-emoji
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-yuin-goldmark-dev (>= 1.7.1)
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-yuin-goldmark-emoji
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-yuin-goldmark-emoji.git
Homepage: https://github.com/yuin/goldmark-emoji
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/yuin/goldmark-emoji
Package: golang-github-yuin-goldmark-emoji-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-yuin-goldmark-dev (>= 1.7.1),
${misc:Depends}
Description: emoji extension for the goldmark Markdown parser (Go library)
goldmark-emoji is an extension for goldmark that parses :joy: style emojis.
goldmark is a Markdown parser written in Go.
|