File: control

package info (click to toggle)
golang-github-rainycape-unidecode 0.0~git20150906.0.c9cf8cd-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,152 kB
  • ctags: 30
  • sloc: makefile: 8
file content (24 lines) | stat: -rw-r--r-- 1,047 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: golang-github-rainycape-unidecode
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <alexandre@alexandreviau.net>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.6
Homepage: https://github.com/rainycape/unidecode
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-rainycape-unidecode.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-rainycape-unidecode.git

Package: golang-github-rainycape-unidecode-dev
Architecture: all
Depends: ${misc:Depends},
         golang-go
Built-Using: ${misc:Built-Using}
Description: replace non-ASCII characters with their ASCII approximations
 Package unidecode implements a unicode transliterator which replaces
 non-ASCII characters with their ASCII approximations. Given an
 unicode encoded string, the primary function, Unidecode, returns
 another string with non-ASCII characters replaced with their closest
 ASCII counterparts.