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
|
Source: golang-github-jpillora-go-tld
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Francisco Vilmar Cardoso Ruviaro <vilmar@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-golang-x-net-dev
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/jpillora/go-tld
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jpillora-go-tld
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jpillora-go-tld.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/jpillora/go-tld
Package: golang-github-jpillora-go-tld-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-golang-x-net-dev,
${misc:Depends}
Description: Top Level Domain (TLD) Parser
Top Level Domain (TLD) Parser has the same API as net/url
except tld.URL contains extra fields: Subdomain, Domain, TLD and Port.
|