Package: snappier
Title: Compress and Decompress 'Snappy' Encoded Data
Version: 0.2.0
Authors@R: c(
    person("Huw", "Campbell", email = "huw.campbell@gmail.com", role = c("aut", "cre"))
  , person("Jeff", "Dean", role = "ctb")
  , person("Sanjay", "Ghemawat", role = "ctb")
  , person("Steinar", "Gunderson", role = "ctb")
  , person("Martin", "Gieseking", email = "martin.gieseking@uos.de", role = "ctb")
  , person("Google Inc.", role = "cph")
  )
Description: Provides compression and decompression of 'Snappy' encoded data.
  Includes and provides bindings to the 'Snappy' compression library, with a
  safe R interface.
Depends: R (>= 3.3.0)
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
RoxygenNote: 6.0.1
Suggests: testthat, hedgehog
NeedsCompilation: yes
Packaged: 2022-09-19 11:50:10 UTC; hcampbell
Author: Huw Campbell [aut, cre],
  Jeff Dean [ctb],
  Sanjay Ghemawat [ctb],
  Steinar Gunderson [ctb],
  Martin Gieseking [ctb],
  Google Inc. [cph]
Maintainer: Huw Campbell <huw.campbell@gmail.com>
Repository: CRAN
Date/Publication: 2022-09-19 14:16:13 UTC
