Package: pslr 1.0.1

Bart Turczynski
pslr: Public Suffix List Engine
A focused implementation of the Public Suffix List (PSL). Bundles a reproducible, pinned PSL snapshot and implements the official prevailing-rule algorithm to answer public-suffix (eTLD) and registrable-domain (eTLD+1) queries. Distinguishes ICANN and PRIVATE rule sections, accepts Unicode and ASCII hostnames via 'punycoder' canonicalization, and supports an explicit, validated offline refresh path. The matcher is compiled with 'cpp11' and requires no external system library.
Authors:
pslr_1.0.1.tar.gz
pslr_1.0.1.tar.gz(r-4.7-arm64)pslr_1.0.1.tar.gz(r-4.7-x86_64)pslr_1.0.1.tar.gz(r-4.6-arm64)pslr_1.0.1.tar.gz(r-4.6-x86_64)
pslr_1.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
pslr/json (API)
NEWS
| # Install 'pslr' in R: |
| install.packages('pslr', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bart-turczynski/pslr/issues
Last updated from:9fa7f08cba. Checks:6 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 176 | ||
| linux-devel-x86_64 | OK | 185 | ||
| source / vignettes | OK | 218 | ||
| linux-release-arm64 | OK | 220 | ||
| linux-release-x86_64 | OK | 177 | ||
| wasm-release | OK | 116 |
Exports:is_public_suffixpsl_refreshpsl_rulespsl_usepsl_versionpublic_suffixpublic_suffix_ruleregistrable_domainsuffix_extract
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Is a host itself a public suffix? | is_public_suffix |
| Refresh the cached Public Suffix List from upstream | psl_refresh |
| Rules of the active Public Suffix List | psl_rules |
| Choose the active Public Suffix List for this session | psl_use |
| Identity of the active Public Suffix List | psl_version |
| Public suffix of a host | public_suffix |
| Inspect the prevailing PSL rule for each host | public_suffix_rule |
| Registrable domain of a host | registrable_domain |
| Split hosts into subdomain, registrant label, and public suffix | suffix_extract |