golang-blackfriday-v2 2.1.0-1 source package in Ubuntu
Changelog
golang-blackfriday-v2 (2.1.0-1) unstable; urgency=medium * Team upload. * New upstream version 2.1.0 * Change Section from devel to golang * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)" * Use dh-sequence-golang instead of dh-golang and --with=golang * Bump Standards-Version to 4.6.0 (no change) * Mark library package with "Multi-Arch: foreign" * Reorder fields in debian/control and debian/copyright as would be generated in the next dh-make-golang release after 0.6.0-1 -- Anthony Fok <email address hidden> Wed, 29 Dec 2021 19:05:32 -0700
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- all
- Section:
- golang
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-blackfriday-v2_2.1.0-1.dsc | 2.3 KiB | af0cdcc369e75589b103aebb30b5aee07f4a68190cc92b09b40eab72b845ede4 |
golang-blackfriday-v2_2.1.0.orig.tar.gz | 90.7 KiB | a13af0fc5305713f5154693feaf654d024689efea76390091a5e8c757335b4f4 |
golang-blackfriday-v2_2.1.0-1.debian.tar.xz | 3.0 KiB | 70e508e4eceed694ad80e673f4cf9f0e4bfe80a6bd890084b380e1a518dd8044 |
Available diffs
- diff from 2.0.1-3 to 2.1.0-1 (18.1 KiB)
No changes file available.
Binary packages built by this source
- golang-github-russross-blackfriday-v2-dev: Blackfriday: a markdown processor for Go version 2
Blackfriday (github.
com/russross/ blackfriday) is a Markdown processor
implemented in Go. It is paranoid about its input (so you can safely feed it
user-supplied data), it is fast, it supports common extensions (tables, smart
punctuation substitutions, etc.), and it is safe for all utf-8 (unicode)
input.
.
HTML output is currently supported, along with Smartypants extensions. An
experimental LaTeX output engine is also included.
.
It started as a translation from C of upskirt.
.
This package contains the 'v2' branch, which is largly, but not fully, source
compatible with the golang-github- russross- blackfriday- dev package