Package: lzstring
Type: Package
Title: Wrapper for 'lz-string' 'C++' Library
Version: 0.2.0
Description: Provide access to  the 'lz-string' 
    <http://pieroxy.net/blog/pages/lz-string/index.html> 'C++' library for 
    Lempel-Ziv (LZ) based compression and decompression of strings.
License: MIT + file LICENSE
Encoding: UTF-8
LinkingTo: cpp11
Suggests: testthat (>= 3.0.0), ggplot2, bench, jsonlite
Config/testthat/edition: 3
RoxygenNote: 7.3.1
URL: https://parmsam.github.io/lzstring-r/,
        https://github.com/parmsam/lzstring-r
Authors@R: c(
    person(
        given = "Sam", 
        family = "Parmar",
        role = c("aut", "cre"),
        email = "parmartsam@gmail.com"
    ),
    person(
        given = "Andrey", 
        family = "Krasnov", 
        role = "cph",
        comment = "Author of included lz-string C++ library"
    ),
    person(
        given = "Pawel",
        family = "Rucki",
        role = c("ctb"),
        email = "pawel.rucki@roche.com"
    ))
BugReports: https://github.com/parmsam/lzstring-r/issues
NeedsCompilation: yes
Packaged: 2025-05-23 18:41:07 UTC; samparmar
Author: Sam Parmar [aut, cre],
  Andrey Krasnov [cph] (Author of included lz-string C++ library),
  Pawel Rucki [ctb]
Maintainer: Sam Parmar <parmartsam@gmail.com>
Repository: CRAN
Date/Publication: 2025-05-23 19:02:03 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 02:08:42 UTC; windows
Archs: x64
