diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-31 02:37:34 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-31 02:37:34 +0000 |
commit | e0928a0b0ac6128c3a1381f5694780c4bb90f566 (patch) | |
tree | 3ad5248d906d41e257a9ce51ff4476d2da7b5750 /devel/ffcall/pkg-descr | |
parent | 3d63d2f5debf9444463b63bc3135c69657579934 (diff) |
Notes
Diffstat (limited to 'devel/ffcall/pkg-descr')
-rw-r--r-- | devel/ffcall/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/ffcall/pkg-descr b/devel/ffcall/pkg-descr new file mode 100644 index 000000000000..63e3ba4fc7db --- /dev/null +++ b/devel/ffcall/pkg-descr @@ -0,0 +1,15 @@ +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) + +WWW: http://clisp.cons.org/~haible/packages-ffcall.html |