golang-blackfriday 1.2-1~ubuntu0.14.04.1 source package in Ubuntu
Changelog
golang-blackfriday (1.2-1~ubuntu0.14.04.1) trusty; urgency=medium * Backport to Ubuntu 14.04 to support Docker SRU (LP: #1454719). -- Robie Basak <email address hidden> Wed, 17 Jun 2015 12:52:20 +0000
Upload details
- Uploaded by:
- Robie Basak
- Uploaded to:
- Trusty
- Original maintainer:
- Tianon Gravi
- Architectures:
- all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | updates | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-blackfriday_1.2.orig.tar.gz | 64.7 KiB | 769d7e0856ecc19abaea7233524e99149c988b983fa12350feecef3001cac525 |
golang-blackfriday_1.2-1~ubuntu0.14.04.1.debian.tar.xz | 3.3 KiB | 889baca75d908543b1df8ad4dc6403e812142e6990159f30aeed45b46a954d89 |
golang-blackfriday_1.2-1~ubuntu0.14.04.1.dsc | 2.1 KiB | fe07c95489cd9fcd7ce2cb1a0527b555e2ea0b1718864bc09ae5179fe9adcdbd |
Available diffs
Binary packages built by this source
- golang-blackfriday-dev: Blackfriday: a markdown processor for Go
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 source.