Package: protolite
Type: Package
Title: Highly Optimized Protocol Buffer Serializers
Author: Jeroen Ooms
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Description: Pure C++ implementations for reading and writing several common data 
    formats based on Google protocol-buffers. Currently supports 'rexp.proto' for 
    serialized R objects, 'geobuf.proto' for binary geojson, and 'mvt.proto' for 
    vector tiles. This package uses the auto-generated C++ code by protobuf-compiler, 
    hence the entire serialization is optimized at compile time. The 'RProtoBuf' 
    package on the other hand uses the protobuf runtime library to provide a general-
    purpose toolkit for reading and writing arbitrary protocol-buffer data in R.
Version: 2.1.1
License: MIT + file LICENSE
URL: https://github.com/jeroen/protolite
BugReports: https://github.com/jeroen/protolite/issues
SystemRequirements: libprotobuf and protobuf-compiler
LinkingTo: Rcpp
Imports: Rcpp (>= 0.12.12), jsonlite
Suggests: spelling, curl, testthat, RProtoBuf, sf
RoxygenNote: 6.1.99.9001
Encoding: UTF-8
Language: en-US
NeedsCompilation: yes
Packaged: 2021-07-26 10:25:12 UTC; jeroen
Repository: CRAN
Date/Publication: 2021-07-28 12:20:02 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2021-07-29 10:23:04 UTC; unix
Archs: protolite.so.dSYM
