mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
dev-R/*: improve metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,27 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>
|
||||
A C++11 Interface for R's C Interface // Provides a header only,
|
||||
C++11 interface to R's C interface. Compared to other
|
||||
approaches 'cpp11' strives to be safe against long jumps from
|
||||
the C API as well as C++ exceptions, conform to normal R
|
||||
function semantics and supports interaction with 'ALTREP'
|
||||
vectors.
|
||||
</longdescription>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/r-lib/cpp11/issues</bugs-to>
|
||||
<doc lang="en">https://cran.r-project.org/web/packages/cpp11/cpp11.pdf</doc>
|
||||
<changelog>https://cran.r-project.org/web/packages/cpp11/ChangeLog</changelog>
|
||||
<maintainer>
|
||||
<name>Romain François</name>
|
||||
<email>romain@rstudio.com</email>
|
||||
</maintainer>
|
||||
<remote-id type="github">r-lib/cpp11</remote-id>
|
||||
</upstream>
|
||||
<longdescription lang="en">Provides a header only, C++11 interface to R's C
|
||||
interface. Compared to other approaches 'cpp11' strives to be safe
|
||||
against long jumps from the C API as well as C++ exceptions, conform
|
||||
to normal R function semantics and supports interaction with 'ALTREP'
|
||||
vectors.</longdescription>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/r-lib/cpp11/issues</bugs-to>
|
||||
<doc lang="en">https://cran.r-project.org/web/packages/cpp11/cpp11.pdf</doc>
|
||||
<changelog>https://cran.r-project.org/web/packages/cpp11/ChangeLog</changelog>
|
||||
<maintainer>
|
||||
<name>Romain François</name>
|
||||
<email>romain@rstudio.com</email>
|
||||
</maintainer>
|
||||
<remote-id type="github">r-lib/cpp11</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user