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]](../images/note.png) 
          Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://github.com/rockdaboot/libpsl/releases/download/0.21.5/libpsl-0.21.5.tar.gz
Download MD5 sum: 870a798ee9860b6e77896548428dba7b
Download size: 7.3 MB
Estimated disk space required: 50 MB
Estimated build time: less than 0.1 SBU (including tests)
libidn2-2.3.8 and libunistring-1.4.1
GTK-Doc-1.35.1 (for documentation), ICU-77.1 (may be used instead of libidn2), libidn-1.43 (may be used instead of libidn2), Valgrind-3.26.0 (for tests)
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
          --buildtype=release:
          Specify a buildtype suitable for stable releases of the package, as
          the default may produce unoptimized binaries.