need dependency on bash for REPLACE_BASH to work properly.
[pkgsrcv2.git] / devel / ffcall / DESCR
1 ffcall - foreign function call libraries
2
3 This is a collection of four libraries which can be used to build
4 foreign function call interfaces in embedded interpreters.
5
6 The four packages are:
7
8     avcall - calling C functions with variable arguments
9
10     vacall - C functions accepting variable argument prototypes
11
12     trampoline - closures as first-class C functions
13
14     callback - closures with variable arguments as first-class C functions
15                (a reentrant combination of vacall and trampoline)