diff options
author | 2005-06-22 20:37:22 +0000 | |
---|---|---|
committer | 2005-06-22 20:37:22 +0000 | |
commit | 770b6ce927219899595319741426a3135f832006 (patch) | |
tree | 4561de34fd062e3c6fd84022da255f77993c5ab7 /dev-libs/ffcall/metadata.xml | |
parent | trailing whitespace (diff) | |
download | gentoo-2-770b6ce927219899595319741426a3135f832006.tar.gz gentoo-2-770b6ce927219899595319741426a3135f832006.tar.bz2 gentoo-2-770b6ce927219899595319741426a3135f832006.zip |
Added version 1.10 of ffcall; added metadata.xml; added myself for maintership (optional dependency of core GNUstep libs)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-libs/ffcall/metadata.xml')
-rw-r--r-- | dev-libs/ffcall/metadata.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-libs/ffcall/metadata.xml b/dev-libs/ffcall/metadata.xml new file mode 100644 index 000000000000..a54084701894 --- /dev/null +++ b/dev-libs/ffcall/metadata.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>fafhrd@gentoo.org</email> + <description>ffcall is an optional dependency of core GNUstep libs, which I maintain</description> +</maintainer> +<longdescription> +ffcall - foreign function call libraries +This is a collection of four libraries which can be used to build foreign +function call interfaces in embedded interpreters. + +The four packages are: + +avcall +- calling C functions with variable arguments + +vacall +- C functions accepting variable argument prototypes + +trampoline +- closures as first-class C functions + +callback +- closures with variable arguments as first-class C functions (a reentrant combination of vacall and trampoline) +</longdescription> +</pkgmetadata> |