golang-github-alecthomas-mango-kong 0.1.0-2 source package in Ubuntu

Changelog

golang-github-alecthomas-mango-kong (0.1.0-2) unstable; urgency=medium

  * Team upload.
  * d/control: Add golang muesli-mango and muesli-roff libs to Depends.

 -- Arthur Diniz <email address hidden>  Wed, 28 Feb 2024 17:08:25 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-alecthomas-mango-kong_0.1.0-2.dsc 2.4 KiB 3b7dbce5727bb0655de4aa9153098cf43d45856470e32709d4da27e47731cb00
golang-github-alecthomas-mango-kong_0.1.0.orig.tar.gz 144.0 KiB 7adca7bfc2dbe8cfb7b4d8d64614cd4253e1e75751eff5540e417c7ca0486321
golang-github-alecthomas-mango-kong_0.1.0-2.debian.tar.xz 2.4 KiB fcdd697228909d9b2f1cd616dd06869ff4135430bb98c44f1e233ed96175af79

Available diffs

No changes file available.

Binary packages built by this source

golang-github-alecthomas-mango-kong-dev: Mango (man page generator) integration for Kong (library)

 Mango (man page generator) integration for Kong
 .
 This package allows Kong (https://github.com/alecthomas/kong) packages
 to generate man pages using Mango (https://github.com/muesli/mango).
 .
 Simply add mangokong.ManFlag to your CLI struct:
 .
 var cli struct {
  Man mangokong.ManFlag `help:"Write man page."
 }
 .
 Example
 .
 This is what the included example (/example) looks like:
 .
 [Image: example.1] (/example.1.png)