diff options
author | miwi <miwi@FreeBSD.org> | 2011-06-27 22:44:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-06-27 22:44:38 +0800 |
commit | aa1e079fea22009a679482d5faa4da6ebe7ebce4 (patch) | |
tree | 664068408699b0a50c4a29e3c8d52f2d5a546ed6 /devel/Makefile | |
parent | c12063b909702e0d7bd25158e70c4d9fe6fd4196 (diff) | |
download | freebsd-ports-gnome-aa1e079fea22009a679482d5faa4da6ebe7ebce4.tar.gz freebsd-ports-gnome-aa1e079fea22009a679482d5faa4da6ebe7ebce4.tar.zst freebsd-ports-gnome-aa1e079fea22009a679482d5faa4da6ebe7ebce4.zip |
This module provides an interface to libffi which enables you to call C
functions from Pure and vice versa. It extends and complements Pure's
built-in C interface in that it also handles C structs and makes Pure
functions callable from C without writing a single line of C code.
WWW: http://docs.pure-lang.googlecode.com/hg/pure-ffi.html
PR: ports/156103
Submitted by: Zhihao Yuan <lichray at gmail.com>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8772c73d300c..f766a5b236a5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2801,6 +2801,7 @@ SUBDIR += pty SUBDIR += ptypes SUBDIR += publib + SUBDIR += pure-ffi SUBDIR += pure-gen SUBDIR += pushmi SUBDIR += pwlib |