libpsl 0.19.1-5 source package in Ubuntu
Changelog
libpsl (0.19.1-5) unstable; urgency=medium * Standards-Version: bump to 4.1.3 (no changes needed) * d/control: move Vcs: fields to salsa.debian.org * d/control: add Rules-Requres-Root: no * use DEP-14 repository branch naming * move to debhelper 11 * add simple autopkgtest for /usr/bin/psl -- Daniel Kahn Gillmor <email address hidden> Thu, 22 Feb 2018 19:04:53 -0800
Upload details
- Uploaded by:
- Tim Rühsen
- Uploaded to:
- Sid
- Original maintainer:
- Tim Rühsen
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libpsl_0.19.1-5.dsc | 1.6 KiB | ead03b445abea7be26e9257adc7550a0269d25415388fb450cbd84b529625aa9 |
libpsl_0.19.1.orig.tar.gz | 8.2 MiB | e370181114b8ef9daf2bb6db49b1edb842335839c15a088e7ec0a35e04e9a227 |
libpsl_0.19.1-5.debian.tar.xz | 9.5 KiB | 38e20b85f1c7b5f1cb09c487f1ed476a92740434e5bc0bb4df379e04cb604ad3 |
Available diffs
No changes file available.
Binary packages built by this source
- libpsl-dev: Library for Public Suffix List (development headers)
Libpsl allows checking domains against the Public Suffix List.
It can be used to avoid privacy-leaking 'super-cookies',
'super domain' certificates, for domain highlighting purposes
sorting domain lists by site and more.
.
Please see https://publicsuffix. org for more detailed information.
.
This package contains development header files and documentation for
developers.
- libpsl5: Library for Public Suffix List (shared libraries)
Libpsl allows checking domains against the Public Suffix List.
It can be used to avoid privacy-leaking 'super-cookies',
'super domain' certificates, for domain highlighting purposes
sorting domain lists by site and more.
.
Please see https://publicsuffix. org for more detailed information.
.
This package contains runtime libraries.
- libpsl5-dbgsym: debug symbols for libpsl5
- psl: Explore the Public Suffix List
Libpsl allows checking domains against the Public Suffix List.
It can be used to avoid privacy-leaking 'super-cookies',
'super domain' certificates, for domain highlighting purposes
sorting domain lists by site and more.
.
Please see https://publicsuffix. org for more detailed information.
.
This package contains a commandline tool to explore the Public Suffix
List.
- psl-dbgsym: debug symbols for psl
- psl-make-dafsa: Create a binary DAFSA from a Public Suffix List
libpsl permits the use of an optimized binary representation of the
Public Suffix List (PSL). This format is a deterministic acyclic
finite state automaton, or DAFSA.
.
It is primarily used for building a new version of the publicsuffix
package, but could also be used by anyone else looking to match
printable US ASCII strings.
.
This package contains a Python script to convert a standard PSL into
a DAFSA, either in C source code form, or in a specialized mmap-able
binary format.