Source: golang-github-gogits-chardet
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Michael Lustfield <michael@lustfield.net>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 3.9.8
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
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/
