golang-golang-x-text 0.5.0-1 source package in Ubuntu
Changelog
golang-golang-x-text (0.5.0-1) unstable; urgency=medium * Team upload. * New upstream version 0.5.0 * Update Homepage * Update Standards-Version to 4.6.2 (no changes) -- Shengjing Zhu <email address hidden> Mon, 02 Jan 2023 23:22:06 +0800
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 | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-golang-x-text_0.5.0-1.dsc | 1.6 KiB | 4527bef678dced3c6217bc8904ce8c2d8d2d38285682c2dad467820c7c65c024 |
golang-golang-x-text_0.5.0.orig.tar.gz | 8.0 MiB | 04a78e474c713161f61967f05dfa160cd7786aa6ecbc4183d54d7fefd6992772 |
golang-golang-x-text_0.5.0-1.debian.tar.xz | 5.5 KiB | 23a5df9ba41a7ad68391d29cf5cd64479f00a08aec1ac0906439a20b21b5adea |
Available diffs
- diff from 0.3.7-1 to 0.5.0-1 (51.3 KiB)
- diff from 0.4.0-1 to 0.5.0-1 (1.4 KiB)
No changes file available.
Binary packages built by this source
- golang-golang-x-text-dev: Supplementary Go text-related libraries
golang.org/x/text is a repository of text-related packages, such as character
encodings, text transformations, and locale-specific text handling.
.
- cases: Package cases provides general and language-specific case mappers.
- cldr: Package cldr provides a parser for LDML and related XML formats.
- collate: Package collate contains types for comparing and sorting Unicode
strings according to a given collation order.
- display: Package display provides display names for languages, scripts and
regions in a requested language.
- encoding: Package encoding defines an interface for character encodings,
such as Shift JIS and Windows 1252, that can convert to and from UTF-8.
- encoding/charmap: Package charmap provides simple character encodings such
as IBM Code Page 437 and Windows 1252.
- encoding/japanese: Package japanese provides Japanese encodings such as
EUC-JP and Shift JIS.
- encoding/korean: Package korean provides Korean encodings such as EUC-KR.
- encoding/simplifiedchine se: Package simplifiedchinese provides Simplified
Chinese encodings such as GBK.
- encoding/traditionalchin ese: Package traditionalchinese provides
Traditional Chinese encodings such as Big5.
- encoding/unicode: Package unicode provides Unicode encodings such as
UTF-16.
- internal/colltab: Package colltab contains functionality related to
collation tables.
- internal/gen: Package gen contains common code for the various code
generation tools in the text repository.
- internal/testtext: Package testtext contains test data that is of common
use to the text repository.
- internal/triegen: Package triegen implements a code generator for a trie
for associating unsigned integer values with UTF-8 encoded runes.
- internal/ucd: Package ucd provides a parser for Unicode Character Database
files, the format of which is defined in
http://www.unicode. org/reports/ tr44/.
- language: Package language implements BCP 47 language tags and related
functionality.
- runes: Package runes provide transforms for UTF-8 encoded text.
- search: Package search provides language-specific search and string
matching.
- transform: Package transform provides reader and writer wrappers that
transform the bytes passing through as well as various transformations.
- unicode/norm: Package norm contains types and functions for normalizing
Unicode strings.
- unicode/rangetable: Package rangetable creates new unicode.RangeTables.
- width: Package width provides functionality for handling different widths
in text.