e8ee429372
-- 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 Submitted by: Christian Edward Gruber <cgruber@israfil.net>
27 lines
637 B
Plaintext
27 lines
637 B
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/05/01 17:19:26 lebel Exp $
|
|
include/avcall.h
|
|
include/callback.h
|
|
include/trampoline.h
|
|
include/trampoline_r.h
|
|
include/vacall.h
|
|
include/vacall_r.h
|
|
lib/libavcall.a
|
|
lib/libavcall.la
|
|
lib/libcallback.a
|
|
lib/libcallback.la
|
|
lib/libtrampoline.a
|
|
lib/libvacall.a
|
|
man/man3/avcall.3
|
|
man/man3/callback.3
|
|
man/man3/trampoline.3
|
|
man/man3/trampoline_r.3
|
|
man/man3/vacall.3
|
|
share/doc/ffcall/html/avcall.html
|
|
share/doc/ffcall/html/callback.html
|
|
share/doc/ffcall/html/trampoline.html
|
|
share/doc/ffcall/html/trampoline_r.html
|
|
share/doc/ffcall/html/vacall.html
|
|
%%SHARED%%
|
|
@dirrm share/doc/ffcall/html
|
|
@dirrm share/doc/ffcall
|