9.21. libpsl-0.21.5

The libpsl package provides a library for accessing and resolving information from the Public Suffix List (PSL). The PSL is a set of domain names beyond the standard suffixes, such as .com.

Approximate build time: less than 0.1 SBU (including tests)
Required disk space: 50 MB

libpsl Dependencies

Recommended

9.21.1. Installation of libpsl

Prepare libpsl by running the following commands:

meson setup build --prefix=/usr --buildtype=release

Compile the package:

ninja -C build

To test the results, issue:

ninja -C build test

Install the package:

ninja -C build install

9.21.2. Command Explanations

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

9.21.3. Contents

Installed Program: psl
Installed Library: libpsl.so
Installed Directories: None

Short Descriptions

psl

queries the Public Suffix List

libpsl.so

contains a library used to access the Public Suffix List