Source: r-cran-rcpptoml
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Andreas Tille <tille@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 14),
 dh-r,
 r-base-dev,
 r-cran-rcpp,
 libtomlplusplus-dev,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-rcpptoml
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-rcpptoml.git
Homepage: https://cran.r-project.org/package=RcppTOML

Package: r-cran-rcpptoml
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: 'Rcpp' Bindings to Parser for "Tom's Obvious Markup Language"
 The configuration format defined by 'TOML' (which expands to
 "Tom's Obvious Markup Language") specifies an excellent format
 (described at <https://toml.io/en/>) suitable for both human editing as well
 as the common uses of a machine-readable format. This package uses 'Rcpp'
 to connect to the 'toml++' parser written by Mark Gillard to R.
