blob: efaba2fdd040f018ee6c91ad369ede9b40e9a2b4 (
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>
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>
<upstream>
<changelog>https://cran.r-project.org/web/packages/cpp11/ChangeLog</changelog>
<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>
</upstream>
<origin>gentoo-guru-overlay</origin>
</pkgmetadata>
|