| 1234567891011121314151617181920212223242526272829303132333435 | Source: uclibcSection: develPriority: optionalMaintainer: David Schleef <ds@schleef.org>Build-Depends: debhelperStandards-Version: 3.5.2Package: libuclibc-devSection: develArchitecture: anyDepends: libuclibc0, ${shlibs:Depends}Conflicts: libuclibc-dev-i386Description: 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: libuclibc0Section: 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-gccSection: develArchitecture: anyDepends: gcc|c-compiler, binutils, ${shlibs:Depends}Description: 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.
 |