Source: r-cran-rjson
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper (>= 11~),
               r-base-dev,
               dh-r
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-rjson.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-rjson.git
Homepage: https://cran.r-project.org/package=rjson

Package: r-cran-rjson
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ${R:Depends},
         littler
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R package for converting between R and JSON objects
 This package allows conversion of R objects to and from Javascript object
 notation (JSON) format. Conversion can be done from a file or directly from an
 URL. There are two available implementations: a fast C one and a slower R one.
