golang-sourcehut-rjarry-go-opt 1.4.0-2 source package in Ubuntu

Changelog

golang-sourcehut-rjarry-go-opt (1.4.0-2) unstable; urgency=medium

  * Source-only Upload for testing migration.

 -- Nilesh Patra <email address hidden>  Sat, 24 Feb 2024 19:01:31 +0530

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-sourcehut-rjarry-go-opt_1.4.0-2.dsc 1.7 KiB 352171b6dd15921a4eea8b55d0e8c12b8777dd32f9c19bac331856532f988e07
golang-sourcehut-rjarry-go-opt_1.4.0.orig.tar.xz 12.8 KiB 12bf42629d0c4c09bb2153c60e7fcaf86ddc10f3b95219bcf8be165116035598
golang-sourcehut-rjarry-go-opt_1.4.0-2.debian.tar.xz 3.4 KiB 4568ce48558da9c64fe94f91d92421f3fd179f84cb18e77acd2842f0f1dd6285

Available diffs

No changes file available.

Binary packages built by this source

golang-sourcehut-rjarry-go-opt-dev: Parse command line arguments based on tag annotations on struct fields (library)

 This is a library to parse command line arguments based on tag
 annotations on struct fields. It came as a spin-off from aerc to deal
 with its internal commands.
 .
 This project is a scaled down version of https://github.com/alexflint/go-
 arg with different usage patterns in mind: command parsing and argument
 completion for internal application commands.