diff options
Diffstat (limited to 'dev-R/RcppTOML/metadata.xml')
| -rw-r--r-- | dev-R/RcppTOML/metadata.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-R/RcppTOML/metadata.xml b/dev-R/RcppTOML/metadata.xml new file mode 100644 index 000000000000..a2ab00d18cbd --- /dev/null +++ b/dev-R/RcppTOML/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + <description>co-maintainers welcome</description> + </maintainer> + <longdescription> + '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 the 'cpptoml' + parser written by Chase Geigle (in C++11) to R. + </longdescription> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file |
