Source: golang-codeberg-miekg-dns
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Eric Dorland <eric@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-apparentlymart-go-cidr-dev,
               golang-github-caddyserver-certmagic-dev,
               golang-github-fsnotify-fsnotify-dev,
               golang-github-jmoiron-sqlx-dev,
               golang-github-oschwald-geoip2-golang-v2-dev,
               golang-github-phemmer-go-iptrie-dev,
               golang-github-prometheus-client-golang-dev,
               golang-github-tidwall-btree-dev,
               golang-go.uber-zap-dev,
               golang-golang-x-crypto-dev,
               golang-golang-x-net-dev,
               golang-golang-x-sync-dev,
               golang-golang-x-sys-dev,
               golang-modernc-sqlite-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-codeberg-miekg-dns
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-codeberg-miekg-dns.git
Homepage: https://codeberg.org/miekg/dns
XS-Go-Import-Path: codeberg.org/miekg/dns

Package: golang-codeberg-miekg-dns-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-apparentlymart-go-cidr-dev,
         golang-github-caddyserver-certmagic-dev,
         golang-github-fsnotify-fsnotify-dev,
         golang-github-jmoiron-sqlx-dev,
         golang-github-oschwald-geoip2-golang-v2-dev,
         golang-github-phemmer-go-iptrie-dev,
         golang-github-prometheus-client-golang-dev,
         golang-github-tidwall-btree-dev,
         golang-go.uber-zap-dev,
         golang-golang-x-crypto-dev,
         golang-golang-x-net-dev,
         golang-golang-x-sync-dev,
         golang-golang-x-sys-dev,
         golang-modernc-sqlite-dev,
         ${misc:Depends},
Description: DNS protocol library for 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.
 .
 Successor to https://github.com/miekg/dns.

