1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
Source: libffi
Priority: optional
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Uploaders: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 5), g++-multilib [amd64 i386 mips mipsel powerpc ppc64 s390 sparc kfreebsd-amd64], dejagnu, lsb-release, texinfo,
dpkg-dev (>= 1.16.0~ubuntu4)
Standards-Version: 3.9.2
Section: libs
Package: libffi-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libffi5 (= ${binary:Version}), dpkg (>= 1.15.4) | install-info, ${misc:Depends}
Conflicts: libffi4-dev
Description: Foreign Function Interface library (development files)
This package contains the headers and static library files necessary for
building programs which use libffi.
.
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.
Package: lib32ffi-dev
Priority: extra
Section: libdevel
Architecture: amd64 ppc64 kfreebsd-amd64
Depends: libffi-dev (= ${binary:Version}), lib32ffi5 (= ${binary:Version}), ${misc:Depends}
Conflicts: libc6-i386 (<= 2.9-18)
Description: Foreign Function Interface library (development files, 32bit)
This package contains the headers and static library files necessary for
building programs which use libffi.
.
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.
Package: lib64ffi-dev
Priority: extra
Section: libdevel
Architecture: i386 mips mipsel powerpc sparc s390
Depends: libffi-dev (= ${binary:Version}), lib64ffi5 (= ${binary:Version}), ${misc:Depends}
Description: Foreign Function Interface library (development files, 64bit)
This package contains the headers and static library files necessary for
building programs which use libffi.
.
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.
Package: libn32ffi-dev
Priority: extra
Section: libdevel
Architecture: mips mipsel
Depends: libffi-dev (= ${binary:Version}), libn32ffi5 (= ${binary:Version}), ${misc:Depends}
Description: Foreign Function Interface library (development files, n32)
This package contains the headers and static library files necessary for
building programs which use libffi.
.
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.
Package: libffi5
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: multiarch-support
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Foreign Function Interface library runtime
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.
Package: lib32ffi5
Priority: extra
Section: libs
Architecture: amd64 ppc64 kfreebsd-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Foreign Function Interface library runtime (32bit)
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.
Package: lib64ffi5
Priority: extra
Section: libs
Architecture: i386 mips mipsel powerpc sparc s390
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Foreign Function Interface library runtime (64bit)
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.
Package: libn32ffi5
Priority: extra
Section: libs
Architecture: mips mipsel
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Foreign Function Interface library runtime (n32)
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.
Package: libffi5-dbg
Priority: extra
Section: debug
Architecture: any
Multi-Arch: same
Depends: libffi5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Foreign Function Interface library runtime (debug symbols)
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.
Package: libffi5-udeb
Section: debian-installer
XC-Package-Type: udeb
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Foreign Function Interface library runtime
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.
|