The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.62_01 - 2019-01-01

  • New type: array of string "string [x]" and "string []" are supported
  • NULL terminated arrays are supported as return types for string and opaque arrays "opaque []" and "string []"

Changes for version 0.61_01 - 2018-12-31

  • New type: pointers to string "string *" are supported.
  • FFI::Platypus::Type::StringPointer is now deprecated.

Changes for version 0.60_01 - 2018-12-30

  • sticky/unstick functions can safely be called multiple times
  • Removed some extra lookups from closure calls, should be faster now.

Documentation

Defining types for FFI::Platypus

Modules

Write Perl bindings to non-Perl libraries with FFI. No XS required.
Platypus arguments and return value API for custom types
Convert scalars to C buffers
Platypus closure object
Slightly non-portable interface to libdl
Declarative interface to FFI::Platypus
For internal use only
Language specific customizations
Documentation and tools for using Platypus with the Assembly
Documentation and tools for using Platypus with the C programming language
Documentation and tools for using Platypus with the Windows API
Memory functions for FFI
FFI support for structured records data
Tied array interface for record array members
Convert string scalar to a buffer as a pointer / size_t combination
Platypus custom type for arrays of strings
Convert a pointer to a string and back

Provides

in lib/FFI/Platypus/Closure.pm
in lib/FFI/Platypus.pm
in lib/FFI/Platypus.pm