套件:libffi-c-perl(0.15-2)
C data types for FFI
FFI::C provide tools for building classes to interface for common C data types. Arrays, struct, union and nested types based on those are supported.
Core FFI::Platypus also provides FFI::Platypus::Record for manipulating and passing structured data. Typically you want to use FFI::C instead, the main exception is when you need to pass structured data by value instead of by reference.
To work with C APIs that work with C file pointers you can use FFI::C::File and FFI::C::PosixFile. For C APIs that expose the POSIX stat structure use FFI::C::Stat.
其他與 libffi-c-perl 有關的套件
|
|
|
|
-
- dep: libclass-inspector-perl
- Perl module that provides information about classes
-
- dep: libffi-platypus-perl (>= 1.24)
- module to create Perl bindings to non-Perl libraries with FFI
-
- dep: libffi-platypus-type-enum-perl
- custom platypus type for dealing with C enumerated types
-
- dep: libref-util-perl
- set of utility functions for checking references
-
- dep: libscalar-list-utils-perl
- modules providing common scalar and list utility subroutines
-
- dep: libsub-identify-perl
- module to retrieve names of code references
-
- dep: libsub-install-perl
- module for installing subroutines into packages easily
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language