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