Wed, 29 Mar 2023 01:11:37 EDT

Information for build libffi-3.0.5-1.ru

ID2887
Package Namelibffi
Version3.0.5
Release1.ru
Epoch
SummaryA portable foreign function interface library
DescriptionCompilers for high level languages generate code that follow certain conventions. These conventions are necessary, in part, for separate compilation to work. One such convention is the "calling convention". The calling convention is a set of assumptions made by the compiler about where function arguments will be found on entry to a function. A calling convention also specifies where the return value for a function is found. Some programs may not know at the time of compilation what arguments are to be passed to a function. For instance, an interpreter may be told at run-time about the number and types of arguments used to call a given function. `Libffi' can be used in such programs to provide a bridge from the interpreter program to compiled code. 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.
Built byjmatth
State complete
StartedMon, 07 Jan 2013 14:16:51 EST
CompletedMon, 07 Jan 2013 14:20:48 EST
Taskbuild (centos5-rutgers-staging, libffi-3.0.5-1.ru.src.rpm)
Tags
centos5-rutgers
centos5-rutgers-staging
centos5-rutgers-testing
RPMs
src
libffi-3.0.5-1.ru.src.rpm (info) (download)
i386 (build logs)
libffi-3.0.5-1.ru.i386.rpm (info) (download)
libffi-devel-3.0.5-1.ru.i386.rpm (info) (download)
libffi-debuginfo-3.0.5-1.ru.i386.rpm (info) (download)
x86_64 (build logs)
libffi-3.0.5-1.ru.x86_64.rpm (info) (download)
libffi-devel-3.0.5-1.ru.x86_64.rpm (info) (download)
libffi-debuginfo-3.0.5-1.ru.x86_64.rpm (info) (download)
Changelog * Mon Jan 07 2013 Josh Matthews <jmatth@nbcs.rutgers.edu> - 3.0.5-1 - Rebuilding for CentOS 5 at Rutgers. * Tue Jul 08 2008 Anthony Green <green@redhat.com> 3.0.5-1 - Upgrade to 3.0.5 * Fri Feb 15 2008 Anthony Green <green@redhat.com> 3.0.1-1 - Upgrade to 3.0.1 * Fri Feb 15 2008 Anthony Green <green@redhat.com> 2.99.9-1 - Upgrade to 2.99.9 - Require pkgconfig for the devel package. - Update summary. * Fri Feb 15 2008 Anthony Green <green@redhat.com> 2.99.8-1 - Upgrade to 2.99.8 * Thu Feb 14 2008 Anthony Green <green@redhat.com> 2.99.7-1 - Upgrade to 2.99.7 * Thu Feb 14 2008 Anthony Green <green@redhat.com> 2.99.6-1 - Upgrade to 2.99.6 * Thu Feb 14 2008 Anthony Green <green@redhat.com> 2.99.4-1 - Upgrade to 2.99.4 * Thu Feb 14 2008 Anthony Green <green@redhat.com> 2.99.3-1 - Upgrade to 2.99.3 * Thu Feb 14 2008 Anthony Green <green@redhat.com> 2.99.2-1 - Created.