aboutsummaryrefslogtreecommitdiff
path: root/devel/libffcall/pkg-descr
diff options
context:
space:
mode:
authorRichard Gallamore <ultima@FreeBSD.org>2017-07-28 18:58:24 +0000
committerRichard Gallamore <ultima@FreeBSD.org>2017-07-28 18:58:24 +0000
commit568bba2e9dd6277812e066d2738278c11c849bbe (patch)
treed2025e178a8ad95f3779955c10155cdd82ab5ddd /devel/libffcall/pkg-descr
parente6c664eccaedcb9d5442a3d5842305117bd4e7cc (diff)
downloadports-568bba2e9dd6277812e066d2738278c11c849bbe.tar.gz
ports-568bba2e9dd6277812e066d2738278c11c849bbe.zip
Notes
Diffstat (limited to 'devel/libffcall/pkg-descr')
-rw-r--r--devel/libffcall/pkg-descr17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/libffcall/pkg-descr b/devel/libffcall/pkg-descr
new file mode 100644
index 000000000000..ba86e1d742bb
--- /dev/null
+++ b/devel/libffcall/pkg-descr
@@ -0,0 +1,17 @@
+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)
+
+LICENSE: GPL2 or later
+
+WWW: http://www.haible.de/bruno/packages-ffcall.html