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

Changelog

golang-github-alecthomas-mango-kong (0.1.0-1) UNRELEASED; urgency=medium

  * Initial release (Closes: 1031636)

 -- Scarlett Moore <email address hidden>  Tue, 21 Feb 2023 10:32:18 -0700

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-alecthomas-mango-kong_0.1.0-1.dsc 2.4 KiB ec905c18d286e257d1b76239731b7a68bfc1a96d3a3af6aeb302049935f4d327
golang-github-alecthomas-mango-kong_0.1.0.orig.tar.gz 144.0 KiB 7adca7bfc2dbe8cfb7b4d8d64614cd4253e1e75751eff5540e417c7ca0486321
golang-github-alecthomas-mango-kong_0.1.0-1.debian.tar.xz 2.3 KiB 713ba295269a47608ab64b094435057c3e1923d76e1b2aa225fe7d53dd05fe38

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)