Source: r-cran-rcpptoml Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille Section: gnu-r Testsuite: autopkgtest-pkg-r Priority: optional Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev, r-cran-rcpp, libtomlplusplus-dev Standards-Version: 4.6.2 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 Rules-Requires-Root: no 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 ) suitable for both human editing as well as the common uses of a machine-readable format. This package uses 'Rcpp' to connect the 'cpptoml' parser written by Chase Geigle (in C++11) to R.