libffi 3.0.12
Name | libffi |
---|---|
Version | 3.0.12 |
Summary | A portable foreign function interface library |
Description | The `libffi' library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The `libffi' library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above `libffi' that handles type conversions for values passed between the two languages. |
Section | base |
License | MIT |
Homepage | |
Recipe file | recipes-gnome/libffi/libffi_3.0.12.bb |
Layer | meta-xilinx (danny branch) |
Inherits | |
Dependencies | |
PACKAGECONFIG options |
Sources
None
Patches
None
bbappends
This recipe is appended by:
meta-mel | libffi_3.0.11.bbappend |
Other branches
This recipe in other branches of meta-xilinx:
Branch | Recipe |
---|---|
dylan (Yocto Project 1.4) | libffi 3.0.13 |
danny (Yocto Project 1.3) | libffi 3.0.12 (this recipe) |