Package: stringfish
Title: Alt String Implementation
Version: 0.17.0
Date: 2025-07-12
Authors@R: c(
    person("Travers", "Ching", email = "traversc@gmail.com", role = c("aut", "cre", "cph")),
    person("Phillip", "Hazel", role = c("ctb"), comment = "Bundled PCRE2 code"),
    person("Zoltan", "Herczeg", role = c("ctb", "cph"), comment = "Bundled PCRE2 code"),
    person("University of Cambridge", role = c("cph"), comment = "Bundled PCRE2 code"),
    person("Tilera Corporation", role = c("cph"), comment = "Stack-less Just-In-Time compiler bundled with PCRE2"),
    person("Yann", "Collet", role = c("ctb", "cph"), comment = "Yann Collet is the author of the bundled xxHash code"))
Maintainer: Travers Ching <traversc@gmail.com>
Description: Provides an extendable, performant and multithreaded 'alt-string' implementation backed by 'C++' vectors and strings.
License: GPL-3
Biarch: true
Encoding: UTF-8
Depends: R (>= 3.6.0)
SystemRequirements: GNU make
LinkingTo: Rcpp (>= 0.12.18.3), RcppParallel (>= 5.1.4)
Imports: Rcpp, RcppParallel
Suggests: qs2, qs, knitr, rmarkdown, usethis, dplyr, stringr, rlang
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Copyright: Copyright for the bundled 'PCRE2' library is held by
        University of Cambridge, Zoltan Herczeg and Tilera Coporation
        (Stack-less Just-In-Time compiler); Copyright for the bundled
        'xxHash' code is held by Yann Collet.
URL: https://github.com/traversc/stringfish
BugReports: https://github.com/traversc/stringfish/issues
NeedsCompilation: yes
Packaged: 2025-07-13 05:58:59 UTC; tching
Author: Travers Ching [aut, cre, cph],
  Phillip Hazel [ctb] (Bundled PCRE2 code),
  Zoltan Herczeg [ctb, cph] (Bundled PCRE2 code),
  University of Cambridge [cph] (Bundled PCRE2 code),
  Tilera Corporation [cph] (Stack-less Just-In-Time compiler bundled with
    PCRE2),
  Yann Collet [ctb, cph] (Yann Collet is the author of the bundled xxHash
    code)
Repository: CRAN
Date/Publication: 2025-07-13 06:40:02 UTC
Built: R 4.5.1; x86_64-apple-darwin20; 2025-07-15 01:12:04 UTC; unix
Archs: stringfish.so.dSYM
