File: control

package info (click to toggle)
golang-github-gogits-chardet 0.0~git20150115.0.2404f77%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 172 kB
  • sloc: makefile: 3
file content (26 lines) | stat: -rw-r--r-- 985 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
25
26
Source: golang-github-gogits-chardet
Section: devel
Priority: extra
Maintainer: QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 4.1.0
Homepage: https://github.com/gogits/chardet
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-gogits-chardet.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-gogits-chardet.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/gogits/chardet

Package: golang-github-gogits-chardet-dev
Architecture: all
Provides: golang-github-saintfish-chardet-dev
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Charset detector library for Go
 This package provides a library that can be used to detect the
 character set of text based on International Components for
 Unicode's implementation.
 .
 Documentation: https://godoc.org/github.com/saintfish/chardet
 ICU: http://site.icu-project.org/