1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
Source: golang-x-text
Section: devel
Priority: extra
Maintainer: Debian Go packaging team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: MartÃn Ferrari <tincho@debian.org>,
Anthony Fok <foka@debian.org>
Build-Depends: debhelper (>= 9), dh-golang (>= 1.10), golang-any (>= 2:1.5),
golang-golang-x-tools-dev
Standards-Version: 3.9.8
Homepage: https://godoc.org/golang.org/x/text
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-x-text.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-x-text.git
XS-Go-Import-Path: golang.org/x/text
Package: golang-golang-x-text-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
golang-golang-x-tools-dev
Built-Using: ${misc:Built-Using}
Replaces: golang-x-text-dev (<< 0.0~git20160420.0.3100578-1~)
Breaks: golang-x-text-dev (<< 0.0~git20160420.0.3100578-1~)
Provides: golang-x-text-dev
Description: 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/simplifiedchinese: Package simplifiedchinese provides Simplified
Chinese encodings such as GBK.
- encoding/traditionalchinese: 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.
.
This repository was previously available at https://code.google.com/p/go.text/
Package: golang-x-text-dev
Section: oldlibs
Architecture: all
Depends: golang-golang-x-text-dev, ${misc:Depends}
Description: Transitional package for golang-golang-x-text-dev
This is a transitional package to ease upgrades to the
golang-golang-x-text-dev package. It can safely be removed.
|