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

Search results for "module:FFI::CheckLib"

FFI::CheckLib - Check that a library is available for FFI River stage four • 48 direct dependents • 1394 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

Dist::Zilla::Plugin::FFI::CheckLib - FFI::CheckLib alternative to Dist::Zilla::Plugin::CheckLib River stage one • 1 direct dependent • 1 total dependent

This is a Dist::Zilla plugin that modifies the Makefile.PL or Build.PL in your distribution to check for a dynamic library FFI::Platypus (or similar) can access; uses FFI::CheckLib to perform the check. If the library is not available, the program ex...

PLICEASE/Dist-Zilla-Plugin-FFI-1.07 - 16 Oct 2022 10:38:04 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::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

Alien::FFI - Build and make available libffi River stage two • 1 direct dependent • 89 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

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

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::Platypus - Write Perl bindings to non-Perl libraries with FFI. No XS required. River stage two • 65 direct dependents • 88 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

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

ZMQ::FFI::Util - zmq convenience functions River stage two • 4 direct dependents • 10 total dependents

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

Module::Build::FFI - (Deprecated) Build Perl extensions in C with FFI River stage one • 2 direct dependents • 2 total dependents

Note: This module is deprecated, please see FFI::Build for another way to bundle C/C++ code with your Perl distribution. Module::Build variant for writing Perl extensions in C and FFI (sans XS)....

PLICEASE/Module-Build-FFI-0.54 - 07 Jul 2020 22:07:31 UTC

FFI::ExtractSymbols - Extract symbol names from a shared object or DLL River stage one • 3 direct dependents • 3 total dependents

This module extracts the symbol names from a DLL or shared object. The method used depends on the platform....

PLICEASE/FFI-ExtractSymbols-0.07 - 19 Feb 2022 02:07:13 UTC

GlusterFS::GFAPI::FFI - FFI Perl binding for GlusterFS libgfapi River stage zero No dependents

POTATOGIM/GlusterFS-GFAPI-FFI-0.4 - 14 Feb 2018 08:13:24 UTC

FFI::Platypus::Declare - (discouraged) Declarative interface to FFI::Platypus River stage one • 4 direct dependents • 6 total dependents

This module is officially discouraged. The idea was to provide a simpler declarative interface without the need of (directly) creating an FFI::Platypus instance. In practice it is almost as complicated and makes it difficult to upgrade to the proper ...

PLICEASE/FFI-Platypus-Declare-1.34 - 27 Mar 2021 16:29:47 UTC

FFI::Platypus::Lang::Go - Documentation and tools for using Platypus with Go River stage zero No dependents

This distribution is the Go language plugin for Platypus. It provides the definition for native Go types, like "goint" and "gostring". It also provides a FFI::Build interface for building Perl extensions written in Go (see FFI::Build::File::GoMod for...

PLICEASE/FFI-Platypus-Lang-Go-0.03 - 22 Mar 2024 21:46:57 UTC

FFI::Platypus::Lang::Zig - Documentation and tools for using Platypus with the Zig programming language River stage zero No dependents

This module provides native Zig types for FFI::Platypus in order to reduce cognitive load and concentrate on Zig and forget about C types. This document also covers using Platypus with Zig, and includes a number of examples. Note that in addition to ...

PLICEASE/FFI-Platypus-Lang-Zig-0.01 - 28 Oct 2022 04:03:27 UTC

Dist::Zilla::Plugin::FFI - FFI related Dist::Zilla plugins River stage one • 1 direct dependent • 1 total dependent

This distribution contains some useful plugins for working with FFI::Platypus and friends....

PLICEASE/Dist-Zilla-Plugin-FFI-1.07 - 16 Oct 2022 10:38:04 UTC

FFI::Platypus::Lang::Rust - Documentation and tools for using Platypus with the Rust programming language River stage one • 3 direct dependents • 3 total dependents

This module provides native Rust types for FFI::Platypus in order to reduce cognitive load and concentrate on Rust and forget about C types. This document also documents issues and caveats that I have discovered in my attempts to work with Rust and F...

PLICEASE/FFI-Platypus-Lang-Rust-0.17 - 22 Aug 2023 19:45:18 UTC
18 results (0.043 seconds)