Source: golang-github-miekg-dns
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Udovichenko <iudovichenko@mirantis.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.6
Homepage: https://github.com/miekg/dns
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-miekg-dns.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-miekg-dns.git
XS-Go-Import-Path: github.com/miekg/dns

Package: golang-github-miekg-dns-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Description: DNS library in Go
 Complete and usable DNS library. All widely used Resource Records are
 supported, including the DNSSEC types. It follows a lean and mean
 philosophy.  If there is stuff you should know as a DNS programmer
 there isn't a convenience function for it. Server side and client side
 programming is supported, i.e. you can build servers and resolvers
 with it.

