libpsl 0.21.0-1.2build1 source package in Ubuntu
Changelog
libpsl (0.21.0-1.2build1) impish; urgency=medium * No-change rebuild to build packages with zstd compression. -- Matthias Klose <email address hidden> Thu, 07 Oct 2021 12:17:43 +0200
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Impish
- 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.21.0.orig.tar.gz | 8.2 MiB | 055aa87ec166c7afb985d0816c07ff440e1eb899881a318c51c69a0aeea8e279 |
libpsl_0.21.0-1.2build1.debian.tar.xz | 12.5 KiB | 83dd51279b4a488bab038e94c9f0d4df75b261203d7e32248e43aee81e595b07 |
libpsl_0.21.0-1.2build1.dsc | 2.2 KiB | 52bb1a28a3c3c74fd354ff86eccd4f2486515cb8d90c75559bcbdc6887c5e76a |
Available diffs
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: No summary available for libpsl5 in ubuntu impish.
No description available for libpsl5 in ubuntu impish.
- libpsl5-dbgsym: No summary available for libpsl5-dbgsym in ubuntu impish.
No description available for libpsl5-dbgsym in ubuntu impish.
- 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.