golang-github-leonelquinteros-gotext 1.5.0-3 source package in Ubuntu

Changelog

golang-github-leonelquinteros-gotext (1.5.0-3) unstable; urgency=medium

  * Fix dependency: golang-x-text-dev -> golang-golang-x-text-dev

 -- Stephen Gelman <email address hidden>  Sun, 24 Apr 2022 18:23:08 -0500

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
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-leonelquinteros-gotext_1.5.0-3.dsc 2.4 KiB 0292fc4541236fabffd2298c9361b2eb425b9b19f3f374b688355a8bbb8a09ab
golang-github-leonelquinteros-gotext_1.5.0.orig.tar.gz 38.6 KiB 866b803480a81bce693084a474496a00a42ef2542b44955cf4ba7ac256f9dc0a
golang-github-leonelquinteros-gotext_1.5.0-3.debian.tar.xz 2.7 KiB 42a66025dca4e7639e718ea9f79ee94b4eef896065d8aa66cebacdcb98fbb7d1

No changes file available.

Binary packages built by this source

golang-github-leonelquinteros-gotext-dev: Go GNU gettext utilities package (library)

 GNU gettext utilities (https://www.gnu.org/software/gettext) for Go.
 .
 Features
 .
  * Implements GNU gettext support in native Go.
  * Complete support for PO files
    (https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html)
    including:
        * Support for multiline strings and headers.
        * Support for variables inside translation strings using Go's fmt
        syntax (https://golang.org/pkg/fmt/).
        * Support for pluralization rules
        (https://www.gnu.org/software/gettext/manual/html_node/Translating-
        plural-forms.html).
        * Support for message contexts
  (https://www.gnu.org/software/gettext/manual/html_node/Contexts.html).
  * Support for MO files.
  * Thread-safe: This package is safe for concurrent use across multiple
    goroutines.
  * It works with UTF-8 encoding as it's the default for Go language.
  * Unit tests available.
  * Language codes are automatically simplified from the form en_UK to en
    if the first isn't available.
  * Ready to use inside Go templates.
  * Objects are serializable to []byte to store them in cache.
  * Support for Go Modules.