Package: lzstring
Type: Package
Title: Wrapper for 'lz-string' 'C++' Library
Version: 0.1.2
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)
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"
    ))
BugReports: https://github.com/parmsam/lzstring-r/issues
NeedsCompilation: yes
Packaged: 2024-05-04 02:39:35 UTC; samparmar
Author: Sam Parmar [aut, cre],
  Andrey Krasnov [cph] (Author of included lz-string C++ library)
Maintainer: Sam Parmar <parmartsam@gmail.com>
Repository: CRAN
Date/Publication: 2024-05-07 14:50:02 UTC
