golang-github-miekg-mmark 1.3.6+dfsg-3 source package in Ubuntu

Changelog

golang-github-miekg-mmark (1.3.6+dfsg-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Repository-Browse.
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 27 Nov 2022 13:06:52 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-miekg-mmark_1.3.6+dfsg-3.dsc 2.2 KiB 745241435536c04156765823876bd20bf322b367a5bed81f8d2f3543b100b68e
golang-github-miekg-mmark_1.3.6+dfsg.orig.tar.xz 153.7 KiB 8f465a27e031f7ffd06fb484e3f4fda5fcd4f622748bb0302a2276d7bd6df5c8
golang-github-miekg-mmark_1.3.6+dfsg-3.debian.tar.xz 3.6 KiB 3f56c76707f7f0ba2b28f1e78bcd3e2b7426425991e7e8ba25f63e85a8abf644

Available diffs

No changes file available.

Binary packages built by this source

golang-github-miekg-mmark-dev: Markdown processor in Go geared for the IETF (Go library)

 Write RFCs using markdown. Mmark (written in Go) provides an advanced
 markdown dialect that processes a single file to produce internet-drafts
 in XML format. Internet-drafts written in mmark can produce XML2RFC
 v2 and XML2RFC v3 output.
 .
 Mmark is a fork of blackfriday which is a Markdown processor implemented
 in Go. It supports a number of extensions, inspired by Leanpub, kramdown
 and Asciidoc, that allows for large documents to be written. It is
 specifically designed to write Internet Drafts (I-Ds) and RFCs for the IETF.
 With mmark you can create a single file that serves as input into the
 XML2RFC processor.
 .
 It can currently output HTML5, XML2RFC v2 and XML2RFC v3 XML.
 Other output engines could be added.
 .
 This package provides the mmark Go library for development.