Alt-FFI-libffi

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN


                     END OF TERMS AND CONDITIONS

        Appendix: How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to humanity, the best way to achieve this is to make it
free software which everyone can redistribute and change under these
terms.

  To do so, attach the following notices to the program.  It is safest to
attach them to the start of each source file to most effectively convey
the exclusion of warranty; and each file should have at least the
"copyright" line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) 19yy  <name of author>

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 1, or (at your option)
    any later version.

README  view on Meta::CPAN

    and is not actively developed.

ABSTRACT

     env PERL_ALT_INSTALL=OVERWRITE cpanm Alt::FFI::libffi

CAVEATS

    The connecting code is all pure perl, and not especially fast. You will
    likely get better performance porting your code to FFI::Platypus. When
    using the attach feature of FFI::Platypus, it will likely be faster
    than the original FFI implementation.

SEE ALSO

    Alt

    FFI

    FFI::Platypus

lib/Alt/FFI/libffi.pm  view on Meta::CPAN

as the underlying implementation of the original L<FFI> is C<ffcall> and is no longer supported and
is not actively developed.

=head1 ABSTRACT

 env PERL_ALT_INSTALL=OVERWRITE cpanm Alt::FFI::libffi

=head1 CAVEATS

The connecting code is all pure perl, and not especially fast.  You will likely get
better performance porting your code to L<FFI::Platypus>.  When using the C<attach> feature
of L<FFI::Platypus>, it will likely be faster than the original L<FFI> implementation.

=head1 SEE ALSO

=over 4

=item L<Alt>

=item L<FFI>



( run in 1.170 second using v1.01-cache-2.11-cpan-e1769b4cff6 )