golang-github-weppos-publicsuffix-go 0.15.0-4 source package in Ubuntu

Changelog

golang-github-weppos-publicsuffix-go (0.15.0-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + golang-github-weppos-publicsuffix-go-dev: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 27 Nov 2022 04:12:25 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-weppos-publicsuffix-go_0.15.0-4.dsc 2.3 KiB ba63d0f26fbac132df6ebfe4135293da9b5f710de78aafed96fcd176d55abb9e
golang-github-weppos-publicsuffix-go_0.15.0.orig.tar.gz 61.2 KiB c8e7685e17b4222249b794c0c231397da48e0b274dcb4d9aacacf8155a408418
golang-github-weppos-publicsuffix-go_0.15.0-4.debian.tar.xz 7.8 KiB 93db9ae033bc0e8326ddaad64be887e327d83222736cff7a3eb17fb9b233cbc7

Available diffs

No changes file available.

Binary packages built by this source

golang-github-weppos-publicsuffix-go-dev: Domain name parser on the Public Suffix List (library)

 Public Suffix for Go The package publicsuffix provides a Go domain name
 parser based on the Public Suffix List (http://publicsuffix.org/).
 .
 GoDoc
 (https://pkg.go.dev/github.com/weppos/publicsuffix-go/publicsuffix)
 .
 Tests
 (https://github.com/weppos/publicsuffix-go/actions?query=workflow%3ATests)
 .
 There are 3 different test suites built into this library:
   * Acceptance: the acceptance test suite contains some high level
 tests to ensure the library behaves as expected
   * PSL: the PSL test suite runs the library against the official Public
 Suffix test cases
 (https://github.com/publicsuffix/list/blob/master/tests/tests.txt)
   * Unit: the unit test suite stresses the various single components of this
 package