blob: ea66503d0f04ec0d8acd2f1c4a0b69eb58ef9875 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?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 lang="en">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>
<upstream>
<maintainer>
<email>edd@debian.org</email>
<name>Dirk Eddelbuettel</name>
</maintainer>
<bugs-to>https://github.com/eddelbuettel/rcpptoml/issues</bugs-to>
</upstream>
<origin>gentoo-guru-overlay</origin>
</pkgmetadata>
|