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.

Package Information

libpsl Dependencies

Recommended

Optional

"gtk-doc" (for documentation), ICU-78.1 (may be used instead of libidn2), "libidn" (may be used instead of libidn2), "valgrind" (for tests)

Installation of libpsl

Configure libpsl by running the following commands:

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

Compile libpsl by running the following commands:

ninja -C build

To test the results, issue:

ninja -C build test

Now, Install libpsl by running the following commands:

ninja -C build install

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