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
|
Source: newlib
Section: libs
Priority: optional
Maintainer: Shaun Jackman <sjackman@debian.org>
Build-Depends: libltdl3-dev, debhelper (>> 4.0.0)
Standards-Version: 3.6.1.0
Package: libnewlib0
Section: libs
Architecture: i386
Description: a simple ANSI C library and math library
Newlib is a C library intended for use on embedded systems. It is a
conglomeration of several library parts, all under free software
licenses that make them easily usable on embedded products.
.
This package contains the newlib library compiled natively for a
Linux system.
Package: libnewlib-headers
Section: libdevel
Architecture: all
Description: a simple ANSI C library and math library
Newlib is a C library intended for use on embedded systems. It is a
conglomeration of several library parts, all under free software
licenses that make them easily usable on embedded products.
.
This package contains the header files for the newlib library
compiled natively for a Linux system.
Package: libnewlib-dev
Section: libdevel
Architecture: i386
Depends: libnewlib0 (= ${Source-Version}), libnewlib-headers (= ${Source-Version})
Description: a simple ANSI C library and math library
Newlib is a C library intended for use on embedded systems. It is a
conglomeration of several library parts, all under free software
licenses that make them easily usable on embedded products.
.
This package contains the development libraries for the newlib
library compiled natively for a Linux system.
|