libpsl-0.21.5

Introduction to libpsl

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.

[Note]

Note

This package is known to build and work properly using an LFS 13.0 platform.

Package Information

libpsl Dependencies

Recommended

Optional

GTK-Doc-1.35.1 (for documentation), ICU-78.2 (may be used instead of libidn2), libidn-1.43 (may be used instead of libidn2), Valgrind-3.26.0 (for tests)

Installation of libpsl

Install libpsl by running the following commands:

mkdir build &&
cd    build &&

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

ninja

To test the results, issue: ninja test.

Now, as the root user:

ninja install

Command Explanations

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

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