| 123456789101112131415161718192021222324252627282930313233343536 | Source: uclibcSection: develPriority: optionalMaintainer: David Schleef <ds@schleef.org>Build-Depends: debhelper, kernel-headers-2.4.5Standards-Version: 3.5.2Package: libuclibc-dev_TARGET_Section: develArchitecture: anyDepends: ${shlibs:Depends}Description: A small implementation of the C library uClibc is an implementation of the standard C library that is much smaller than glibc, which makes it useful for embedded systems.Package: libuclibc0_TARGET_Section: libsArchitecture: anyDepends: ${shlibs:Depends}Description: A small implementation of the C library uClibc is an implementation of the standard C library that is much smaller than glibc, which makes it useful for embedded systems.Package: uclibc_TARGET_-toolchainSection: develArchitecture: anyDepends: gcc|c-compiler, binutils, ${shlibs:Depends}Conflicts: uclibc_TARGET_-gccReplaces: uclibc_TARGET_-gccDescription: A compiler wrapper for uClibc This is a small wrapper for gcc, ld, and other toolchain utilities to do compilation against uClibc instead of the native libc. This package is used for cross compiling.
 |