FFI-Platypus | Write Perl bindings to non-Perl libraries | Wrapper library

 by   PerlFFI Perl Version: Current License: No License

kandi X-RAY | FFI-Platypus Summary

kandi X-RAY | FFI-Platypus Summary

FFI-Platypus is a Perl library typically used in Utilities, Wrapper applications. FFI-Platypus has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

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 to accomplish this task. libffi is battle tested by a number of other scripting and virtual machine languages, such as Python and Ruby to serve a similar role. There are a number of reasons why you might want to write an extension with Platypus instead of XS:. This document consists of an API reference, a set of examples, some support and development (for contributors) information. If you are new to Platypus or FFI, you may want to skip down to the EXAMPLES to get a taste of what you can do with Platypus. Platypus has extensive documentation of types at FFI::Platypus::Type and its custom types API at FFI::Platypus::API. You are strongly encouraged to use API level 1 for all new code. There are a number of improvements and design fixes that you get for free. You should even consider updating existing modules to use API level 1 where feasible. How do I do that you might ask? Simply pass in the API level to the platypus constructor. The Platypus documentation has already been updated to assume API level 1.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              FFI-Platypus has a low active ecosystem.
              It has 80 star(s) with 22 fork(s). There are 12 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 17 open issues and 130 have been closed. On average issues are closed in 64 days. There are 2 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of FFI-Platypus is current.

            kandi-Quality Quality

              FFI-Platypus has 0 bugs and 0 code smells.

            kandi-Security Security

              FFI-Platypus has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              FFI-Platypus code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              FFI-Platypus does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              FFI-Platypus releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of FFI-Platypus
            Get all kandi verified functions for this library.

            FFI-Platypus Key Features

            No Key Features are available at this moment for FFI-Platypus.

            FFI-Platypus Examples and Code Snippets

            No Code Snippets are available at this moment for FFI-Platypus.

            Community Discussions

            Trending Discussions on FFI-Platypus

            QUESTION

            Installing FFI-Platypus on Strawberry perl 5.28.1
            Asked 2019-Mar-21 at 06:06

            When I am trying to install FFI::Platypus on straweberry perl 5.28.1 I get the below messsage. Any idea what might be wrong?

            ...

            ANSWER

            Answered 2019-Mar-21 at 06:06

            From the linker error message (missing symbols EnumProcessModules and GetModuleFileNameExA which are Windows API functions) it is clear that the library kernel32 is missing. The linker command line shown in your update proves that.

            The update also shows that you have installed Strawberry Perl under a path that contains spaces:

            Source https://stackoverflow.com/questions/55252583

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install FFI-Platypus

            You can download it from GitHub.

            Support

            IRC: #native on irc.perl.org.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/PerlFFI/FFI-Platypus.git

          • CLI

            gh repo clone PerlFFI/FFI-Platypus

          • sshUrl

            git@github.com:PerlFFI/FFI-Platypus.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Wrapper Libraries

            jna

            by java-native-access

            node-serialport

            by serialport

            lunchy

            by eddiezane

            ReLinker

            by KeepSafe

            pyserial

            by pyserial

            Try Top Libraries by PerlFFI

            FFI-TinyCC

            by PerlFFIPerl

            FFI-Platypus-Lang-Go

            by PerlFFIPerl

            FFI-C

            by PerlFFIPerl

            FFI

            by PerlFFIPerl