golang-bitbucket-pkg-inflect 0.0~hg20130829.20.8961c37-6.1 source package in Ubuntu

Changelog

golang-bitbucket-pkg-inflect (0.0~hg20130829.20.8961c37-6.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Fri, 08 Jan 2021 16:32:25 +0100

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-bitbucket-pkg-inflect_0.0~hg20130829.20.8961c37-6.1.dsc 2.3 KiB 18cc6a03c376eafcb2c599e81c33e1734ae9d57657ec3637612848179e3cb202
golang-bitbucket-pkg-inflect_0.0~hg20130829.20.8961c37.orig.tar.gz 9.5 KiB dfedb9929a5c21c7ce2be2103394b4ee87393473b580d9648492dc05cd21c8ba
golang-bitbucket-pkg-inflect_0.0~hg20130829.20.8961c37-6.1.debian.tar.xz 2.5 KiB 42b0c439bd92721c765523e5725da2d822fc8de2008ee43e8d151ae411cbce27

No changes file available.

Binary packages built by this source

golang-bitbucket-pkg-inflect-dev: Go library to transform words from singular to plural

 The Go library "bitbucket.org/pkg/inflect" transforms words
 from singular to plural, class names to table names, modularized
 class names to ones without, and class names to foreign keys.
 The default inflections for pluralization, singularization, and
 uncountable words are kept in inflect.go.
 .
 Originally ported from the ActiveSupport::Inflector module from
 Ruby on Rails.