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
|
Source: newlib
Section: devel
Priority: optional
Maintainer: Agustin Henze <tin@debian.org>
Build-Depends:
debhelper (>= 9),
texinfo,
dpkg-dev (>= 1.16.0),
autotools-dev,
dejagnu,
gcc-arm-none-eabi,
xz-utils,
quilt,
rename,
Standards-Version: 4.2.0
Homepage: https://sourceware.org/newlib/
Vcs-Git: https://salsa.debian.org/debian/newlib.git
Vcs-Browser: https://salsa.debian.org/debian/newlib
Package: libnewlib-dev
Architecture: all
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libnewlib0
Replaces: libnewlib0
Suggests: libnewlib-arm-none-eabi, gcc-arm-none-eabi
Description: C library and math library intended for use on embedded systems
Newlib is a C library and math 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 headers.
Package: libnewlib-doc
Architecture: all
Section: doc
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libnewlib-dev
Description: C library and math library intended for use on embedded systems (doc)
Newlib is a C library and math 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 documentation.
Package: libnewlib-arm-none-eabi
Architecture: all
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}, libnewlib-dev (= ${binary:Version})
Recommends: gcc-arm-none-eabi, libstdc++-arm-none-eabi-newlib
Suggests: libnewlib-doc
Description: C library and math library compiled for bare metal using Cortex A/R/M
Newlib is a C library and math 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 for Cortex-A*,
Cortex-R4/R5/R7 and Cortex-M0/M0+/M3/M4 targets.
|