golang-github-mgutz-str 1.2.0-4 source package in Ubuntu

Changelog

golang-github-mgutz-str (1.2.0-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.
  * Set upstream metadata fields: Repository.

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 13:38:57 +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-mgutz-str_1.2.0-4.dsc 2.2 KiB 7751ea45a23879712b20f1581100661dd21dd2752d2b5f345e7d31836ce004c4
golang-github-mgutz-str_1.2.0.orig.tar.gz 13.0 KiB 8d03c5aa2ea6de04d07a59bc7a722fdc3215d9ba117df424b227c530bf36b221
golang-github-mgutz-str_1.2.0-4.debian.tar.xz 2.5 KiB 01cddda25f6cf97fd8c092b9c2715eca8263712c10f681387157bce09f8dd996

Available diffs

No changes file available.

Binary packages built by this source

golang-github-mgutz-str-dev: comprehensive set of string functions

 This package provides a comprehensive set of string functions to build
 more Go awesomeness. The library complements Go's standard packages and
 does not duplicate functionality found in 'strings' or 'strconv'.
 .
 This library is based on plain functions instead of object-based
 methods, consistent with Go standard string packages.