dev-R/yaml: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-31 09:44:54 +02:00
parent 7d0bb78182
commit d93f54837b
3 changed files with 21 additions and 0 deletions

9
dev-R/yaml/metadata.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
Methods to Convert R Data to YAML and Back // Implements the
'libyaml' 'YAML' 1.1 parser and emitter
(http://pyyaml.org/wiki/LibYAML) for R.
</longdescription>
</pkgmetadata>