Source: r-cran-rprotobuf
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Jonathon Love <jon@thon.cc>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
 r-cran-rcpp,
 architecture-is-64-bit,
 architecture-is-little-endian,
 libprotoc-dev,
 libprotobuf-dev,
 pkgconf,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-rprotobuf
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-rprotobuf.git
Homepage: https://cran.r-project.org/package=RProtoBuf

Package: r-cran-rprotobuf
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
 python3,
Suggests:
 ${R:Suggests},
Description: R Interface to the 'Protocol Buffers' 'API' (Version 2 or 3)
 Protocol Buffers are a way of encoding structured data in an efficient
 yet extensible format. Google uses Protocol Buffers for almost all of its
 internal 'RPC' protocols and file formats. Additional documentation is
 available in two included vignettes one of which corresponds to our 'JSS'
 paper (2016, <doi:10.18637/jss.v071.i02>. A sufficiently recent version
 of 'Protocol Buffers' library is required; currently version 3.3.0 from 2017
 is the tested minimum.
