libffi

libffi is a foreign function interface library. It provides a C programming language interface for calling natively compiled functions given information about the target function at run time instead of compile time. It also implements the opposite functionality: libffi can produce a pointer to a function that can accept and decode any combination of arguments defined at run time.

License

License

MIT
GroupId

GroupId

com.viliussutkus89.licenseOnly
ArtifactId

ArtifactId

libffi
Last Version

Last Version

3.4.2
Release Date

Release Date

Type

Type

aar
Description

Description

libffi
libffi is a foreign function interface library. It provides a C programming language interface for calling natively compiled functions given information about the target function at run time instead of compile time. It also implements the opposite functionality: libffi can produce a pointer to a function that can accept and decode any combination of arguments defined at run time.
Project URL

Project URL

http://sourceware.org/libffi
Source Code Management

Source Code Management

https://github.com/libffi/libffi

Download libffi

How to add to project

<!-- https://jarcasting.com/artifacts/com.viliussutkus89.licenseOnly/libffi/ -->
<dependency>
    <groupId>com.viliussutkus89.licenseOnly</groupId>
    <artifactId>libffi</artifactId>
    <version>3.4.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.viliussutkus89.licenseOnly/libffi/
implementation 'com.viliussutkus89.licenseOnly:libffi:3.4.2'
// https://jarcasting.com/artifacts/com.viliussutkus89.licenseOnly/libffi/
implementation ("com.viliussutkus89.licenseOnly:libffi:3.4.2")
'com.viliussutkus89.licenseOnly:libffi:aar:3.4.2'
<dependency org="com.viliussutkus89.licenseOnly" name="libffi" rev="3.4.2">
  <artifact name="libffi" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.viliussutkus89.licenseOnly', module='libffi', version='3.4.2')
)
libraryDependencies += "com.viliussutkus89.licenseOnly" % "libffi" % "3.4.2"
[com.viliussutkus89.licenseOnly/libffi "3.4.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
3.4.2
3.3