golang-github-muesli-mango 0.2.0-2 source package in Ubuntu

Changelog

golang-github-muesli-mango (0.2.0-2) unstable; urgency=medium

  * Source only upload.

 -- Scarlett Moore <email address hidden>  Fri, 13 Oct 2023 09:24:42 -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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-muesli-mango_0.2.0-2.dsc 2.3 KiB f90cb78e9a3c18cc601c72fd634ba4566a29df0b83e893263e8ff90798b3b18f
golang-github-muesli-mango_0.2.0.orig.tar.gz 34.9 KiB 51e658392534433189e6b853a4002f92dc784e6cbcb14ec2d7d6ac2a86abab2c
golang-github-muesli-mango_0.2.0-2.debian.tar.xz 2.5 KiB 8c03f690a3dea63eda34362a21c6d0c8e87d0a79bfb12b299991d9ab1f002422

No changes file available.

Binary packages built by this source

golang-github-muesli-mango-dev: mango is a man-page generator for several go packages (library)

 mango is a man-page generator for the Go flag, pflag, cobra, coral, and
 kong packages. It extracts commands, flags, and arguments from your
 program and enables it to self-document.
 .
 Currently the following adapters exist:
 .
  * flag: support for Go's standard flag package
  * mango-cobra (https://github.com/muesli/mango-cobra): an adapter for
    cobra (https://github.com/spf13/cobra)
  * mango-coral (https://github.com/muesli/mango-coral): an adapter for
    coral (https://github.com/muesli/coral)
  * mango-kong (https://github.com/alecthomas/mango-kong): an adapter for
    kong (https://github.com/alecthomas/kong)
  * mango-pflag (https://github.com/muesli/mango-pflag): an adapter for the
    pflag (https://github.com/spf13/pflag) package
 .
 Mango will extract all the flags from your app and generate a man-page

golang-github-muesli-mango-examples: mango is a man-page generator for several go packages (examples)

 mango is a man-page generator for the Go flag, pflag, cobra, coral, and
 kong packages.
 .
 This package provides examples.