You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
freifunkist-firmware/feeds/packages.tmp/info/.packageinfo-libs_libffi

33 lines
1.1 KiB

Source-Makefile: feeds/packages/libs/libffi/Makefile
Build-Types: host
Package: libffi
Version: 3.3-2
Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread
Conflicts:
Menu-Depends:
Provides:
Section: libs
Category: Libraries
Repository: base
Title: Foreign Function Interface (FFI) library
Maintainer: Peter Wagner <tripolar@gmx.at>
Source: libffi-3.3.tar.gz
License: MIT
LicenseFiles: LICENSE
Type: ipkg
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.
http://sourceware.org/libffi/
Peter Wagner <tripolar@gmx.at>
@@