dev-libs/kuserfeedback: x86 stable wrt bug #721452
[gentoo.git] / dev-libs / ffcall / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="project">
5                 <email>common-lisp@gentoo.org</email>
6                 <name>Gentoo Common Lisp Project</name>
7         </maintainer>
8         <longdescription>
9 ffcall - foreign function call libraries
10 This is a collection of four libraries which can be used to build foreign
11 function call interfaces in embedded interpreters.
12
13 The four packages are:
14
15 avcall
16 - calling C functions with variable arguments
17
18 vacall
19 - C functions accepting variable argument prototypes
20
21 trampoline
22 - closures as first-class C functions
23
24 callback
25 - closures with variable arguments as first-class C functions (a reentrant combination of vacall and trampoline) 
26         </longdescription>
27         <upstream>
28                 <remote-id type="sourceforge">clisp</remote-id>
29         </upstream>
30 </pkgmetadata>