FFI-Platypus icon indicating copy to clipboard operation
FFI-Platypus copied to clipboard

Write Perl bindings to non-Perl libraries with FFI. No XS required.

Results 17 FFI-Platypus issues
Sort by recently updated
recently updated
newest added

Doing a share install of Alien::FFI with this version of libffi seemed to cause some of the tests to fail. I am pretty sure that I had previously installed with...

🐞Bug

Right now this throws an exception: ``` ✅ doublethink% perl -MFFI::Platypus -E 'FFI::Platypus->new->closure(undef)' not a coderef at -e line 1. ``` but closure types can be `undef`, so I think...

🐣Enhancement

I'm using ""Buildroot environment"" HOST architecture "x86-64", TARGET architecture "ARM aarch64" The probe part stops with an error when you want to run the dlrun program. The completed binary has...

The last version to successfully build on Debian hppa-linux was v0.94. Commit aa05f0f21c64b3963a4e65d04eefdc00841b4638 exposed the following integer failures: Test Summary Report ------------------- t/type_sint64.t (Wstat: 256 (exited 1) Tests: 3 Failed:...

🐞Bug
🙏Help Wanted
🚉Platform Specific

Hello, I'm trying to use `FFI::Platypus` to load two libraries, but I encounter weird problems... Both libraries work perfectly through `FFI::Platypus` as long as I don't load the other one....

📖Documentation

I'll start by saying I don't think this is an issue in Platypus, and what I'm trying to achieve is likely firmly in the realms of "I'm surprised that even...