dev-R/inline: new package, add 0.3.19

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-03 19:26:16 +01:00
parent 141b9e0b32
commit d433cd1022
3 changed files with 47 additions and 0 deletions

17
dev-R/inline/metadata.xml Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>me@r0bert.dev</email>
<name>Robert Greener</name>
</maintainer>
<longdescription lang="en">Functionality to dynamically define R functions and S4 methods with 'inlined' C, C++ or Fortran code supporting the .C and .Call calling conventions.</longdescription>
<upstream>
<maintainer>
<name>Dirk Eddelbuettel</name>
<email>edd@debian.org</email>
</maintainer>
<bugs-to>https://github.com/eddelbuettel/inline/issues</bugs-to>
<remote-id type="github">eddelbuettel/inline</remote-id>
</upstream>
</pkgmetadata>