Alien-FFCall

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

Alien::FFCall - an Alien package for the FFCall library (predecessor to libffi)

DESCRIPTION

This is maintained primarily for historical reasons. If you want a foreign
function interface, you should look into FFI::Platypus, which uses the
more robust and currently maintained libffi, rather than the older ffcall.

This Alien package, built on Alien::Base, provides the FFCall library. FFCall
has been surpassed by libffi and is rather hard to obtain these days, but Perl's
original FFI module is built upon FFCall, so I decided to make it easy to distribute
FFCall on CPAN.

INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install



( run in 0.224 second using v1.01-cache-2.11-cpan-069f9db706d )