summaryrefslogtreecommitdiff
path: root/dev-R/RcppTOML
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-02 12:38:50 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-02 12:38:50 +0000
commit4074f66428fb80b420c673bfe9953d714c4cf38a (patch)
tree5169016a52da36083c7feddec601a4d8ca185468 /dev-R/RcppTOML
parentd40d21a7f88f4a7a2f324a38f21567ce7de593da (diff)
downloadbaldeagleos-repo-4074f66428fb80b420c673bfe9953d714c4cf38a.tar.gz
baldeagleos-repo-4074f66428fb80b420c673bfe9953d714c4cf38a.tar.xz
baldeagleos-repo-4074f66428fb80b420c673bfe9953d714c4cf38a.zip
Adding metadata
Diffstat (limited to 'dev-R/RcppTOML')
-rw-r--r--dev-R/RcppTOML/metadata.xml37
1 files changed, 19 insertions, 18 deletions
diff --git a/dev-R/RcppTOML/metadata.xml b/dev-R/RcppTOML/metadata.xml
index a2ab00d18cbd..c9d88cd6b3d0 100644
--- a/dev-R/RcppTOML/metadata.xml
+++ b/dev-R/RcppTOML/metadata.xml
@@ -1,20 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/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
+ <maintainer type="person">
+ <description>co-maintainers welcome</description>
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <longdescription lang="en">The configuration format defined by 'TOML' (which expands to
+"Tom's Obvious Markup Language") specifies an excellent format
+(described at &lt;https://toml.io/en/&gt;) 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>
+ <upstream>
+ <maintainer>
+ <name>Dirk Eddelbuettel</name>
+ <email>edd@debian.org</email>
+ </maintainer>
+ </upstream>
+</pkgmetadata>