The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:FFI::Library"

FFI::Library - Perl Access to Dynamically Loaded Libraries River stage zero No dependents

NOTE: Newer and better maintained FFI modules such as FFI::Platypus provide more functionality and so it is strongly recommend that you use one of them for new projects and even consider migrating to one of them for existing projects. This module pro...

PLICEASE/FFI-1.15 - 13 Dec 2019 15:22:59 UTC

FFI::Build::File::Library - Class to track object file in FFI::Build River stage two • 69 direct dependents • 92 total dependents

This is a class to track a library generated by FFI::Build. This is returned by FFI::Build's build method. This class is a subclass of FFI::Build::File::Base. The most important method is probably "path", which returns the path to the library which c...

PLICEASE/FFI-Platypus-2.08 - 05 May 2023 21:50:13 UTC

FFI - Perl Foreign Function Interface based on libffi River stage zero No dependents

NOTE: Newer and better maintained FFI modules such as FFI::Platypus provide more functionality and so it is strongly recommend that you use one of them for new projects and even consider migrating to one of them for existing projects. This module pro...

PLICEASE/FFI-1.15 - 13 Dec 2019 15:22:59 UTC

FFI::Raw - Perl bindings to the portable FFI library (libffi) River stage one • 6 direct dependents • 8 total dependents

FFI::Raw provides a low-level foreign function interface (FFI) for Perl based on libffi <http://sourceware.org/libffi/>. In essence, it can access and call functions exported by shared libraries without the need to write C/XS code. Dynamic symbols ca...

ALEXBIO/FFI-Raw-0.32 - 02 Jun 2014 13:16:18 UTC

Z3::FFI - Low level FFI interfaces to the Z3 solver/prover River stage zero No dependents

This is a direct translation of the Z3 C API to a Perl API. It's most likely not the level for working with Z3 from perl. This is a mostly functional implementation right now. Three functions related to fixed point math are unimplemented currently. I...

SIMCOP/Z3-FFI-0.003 - 12 Jun 2019 11:06:11 UTC

FFI::Me - Turn foreign functions into perl functions or methods without writing XS. River stage one • 1 direct dependent • 1 total dependent

libffi (low-level FFI via FFI::Raw in this case) is a really neat way to get access to foreign functions from inside perl. This module encapsulates the common task of creating the interface via the low-level FFI and then making a higher-level functio...

DMUEY/FFI-Me-0.01 - 03 Jan 2015 20:53:34 UTC

Sodium::FFI - Sodium is a modern, easy-to-use software library for encryption, decryption, signatures, password hashing, and more. River stage zero No dependents

Sodium::FFI is a set of Perl bindings for the LibSodium <https://doc.libsodium.org/> C library. Sodium is a modern, easy-to-use software library for encryption, decryption, signatures, password hashing, and more. These bindings have been created usin...

CAPOEIRAB/Sodium-FFI-0.009 - 08 Apr 2023 03:02:08 UTC

FFI::CheckLib - Check that a library is available for FFI River stage four • 52 direct dependents • 1454 total dependents

This module checks whether a particular dynamic library is available for FFI to use. It is modeled heavily on Devel::CheckLib, but will find dynamic libraries even when development packages are not installed. It also provides a find_lib function that...

PLICEASE/FFI-CheckLib-0.31 - 30 Sep 2022 13:43:30 UTC

ZMQ::FFI - version agnostic Perl bindings for zeromq using ffi River stage two • 4 direct dependents • 10 total dependents

ZMQ::FFI exposes a high level, transparent, OO interface to zeromq independent of the underlying libzmq version. Where semantics differ, it will dispatch to the appropriate backend for you. As it uses ffi, there is no dependency on XS or compilation....

GHENRY/ZMQ-FFI-1.19 - 04 Aug 2023 11:18:26 UTC

Udev::FFI - Perl bindings for libudev using ffi. River stage one • 1 direct dependent • 1 total dependent

Udev::FFI exposes OO interface to libudev....

ILUX/Udev-FFI-0.105000 - 26 Nov 2022 11:25:35 UTC

UUID::FFI - Universally Unique Identifiers FFI style River stage zero No dependents

This module provides an FFI interface to "libuuid". "libuuid" library is used to generate unique identifiers for objects that may be accessible beyond the local system...

PLICEASE/UUID-FFI-0.11 - 24 Feb 2023 02:27:22 UTC

FFI::Build - Build shared libraries for use with FFI River stage two • 69 direct dependents • 92 total dependents

Using libffi based FFI::Platypus is a great alternative to XS for writing library bindings for Perl. Sometimes, however, you need to bundle a little C code with your FFI module, but this has never been that easy to use. Module::Build::FFI was an earl...

PLICEASE/FFI-Platypus-2.08 - 05 May 2023 21:50:13 UTC

Geo::H3::FFI - Perl FFI binding to H3 library functions River stage one • 1 direct dependent • 1 total dependent

Perl FFI binding to H3 library functions...

MRDVT/Geo-H3-FFI-0.06 - 21 Jun 2021 20:55:53 UTC

Phash::FFI - FFI-based pHash interface. River stage zero No dependents

Phash::FFI is the library adaptor for pHash <http://phash.org/>, which allows you to generate a hash value from media files (image, video, audio). It is designed so that if 2 media files have identical hash value if they are perceptually the same....

GUGOD/Phash-FFI-0.04 - 10 Apr 2015 14:21:28 UTC

Alien::FFI - Build and make available libffi River stage two • 1 direct dependent • 93 total dependents

This distribution installs libffi so that it can be used by other Perl distributions. If already installed for your operating system, and it can be found, this distribution will use the libffi that comes with your operating system, otherwise it will ...

PLICEASE/Alien-FFI-0.27 - 24 Oct 2022 03:41:30 UTC

FFI::TinyCC - Tiny C Compiler for FFI River stage one • 1 direct dependent • 1 total dependent

This module provides an interface to a very small C compiler known as TinyCC. It does almost no optimizations, so "gcc" or "clang" will probably generate faster code, but it is very small and is very fast and thus may be useful for some Just In Time ...

PLICEASE/FFI-TinyCC-0.30 - 07 Jul 2020 16:23:50 UTC

SDL2::FFI - FFI Wrapper for SDL (Simple DirectMedia Layer) Development Library River stage zero No dependents

SDL2::FFI is an FFI::Platypus backed bindings to the Simple DirectMedia Layer - a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware....

SANKO/SDL2-FFI-0.08 - 29 Nov 2021 02:01:01 UTC

FFI::Util - Some useful pointer utilities when writing FFI modules (Deprecated) River stage one • 1 direct dependent • 1 total dependent

Note: This module has largely been obsoleted by FFI::Platypus, which I recommend that you use instead of this module. This module may be removed from CPAN at a future date, but not before 31 January 2017. This module provides some useful memory manip...

PLICEASE/FFI-Util-0.17 - 06 Jun 2018 13:24:13 UTC

FFI::Platypus - Write Perl bindings to non-Perl libraries with FFI. No XS required. River stage two • 69 direct dependents • 92 total dependents

Platypus is a library for creating interfaces to machine code libraries written in languages like C, C++, Go, Fortran, Rust, Pascal. Essentially anything that gets compiled into machine code. This implementation uses libffi <https://sourceware.org/li...

PLICEASE/FFI-Platypus-2.08 - 05 May 2023 21:50:13 UTC

LibYAML::FFI - FFI binding for C libyaml River stage zero No dependents

This is a Proof of Concept for now. It uses FFI::Platypus to provide a wrapper around the C library libyaml. For now it can only parse, not emit. Libyaml sources are included for now, I would like to use Alien::LibYAML in the future. For loading a da...

TINITA/LibYAML-FFI-v0.0.1 - 15 Jul 2023 20:07:47 UTC
63 results (0.037 seconds)