Package: pslr
Type: Package
Title: Public Suffix List Engine
Version: 1.0.1
Authors@R: 
    person("Bart", "Turczynski", email = "bartek+pslr@turczynski.pl",
           role = c("aut", "cre"))
Description: 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.
License: MIT + file LICENSE
Language: en-US
URL: https://github.com/bart-turczynski/pslr
BugReports: https://github.com/bart-turczynski/pslr/issues
Encoding: UTF-8
Depends: R (>= 4.0.0)
Imports: punycoder (>= 1.1.0), tools, utils
LinkingTo: cpp11
Suggests: cucumber (>= 2.0.0), curl, digest, knitr, rmarkdown, testthat
        (>= 3.0.0), withr
Config/testthat/edition: 3
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0
NeedsCompilation: yes
Packaged: 2026-06-16 11:31:10 UTC; bartturczynski
Author: Bart Turczynski [aut, cre]
Maintainer: Bart Turczynski <bartek+pslr@turczynski.pl>
Repository: CRAN
Date/Publication: 2026-06-22 14:40:02 UTC
