File: control

package info (click to toggle)
newlib 4.5.0.20241231-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 68,148 kB
  • sloc: ansic: 502,665; makefile: 52,849; asm: 50,554; sh: 12,409; perl: 2,759; cpp: 1,280; python: 999; lisp: 720; exp: 359; pascal: 47; xml: 40
file content (70 lines) | stat: -rw-r--r-- 2,563 bytes parent folder | download
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
Source: newlib
Section: devel
Priority: optional
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Uploaders: Matthias Klose <doko@debian.org>
Build-Depends:
 debhelper-compat (= 10),
 texinfo,
 dpkg-dev (>= 1.16.0),
 autotools-dev,
 dejagnu,
 gcc-arm-none-eabi,
 xz-utils,
 quilt,
 rename,
Standards-Version: 4.7.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.

Package: newlib-source
Architecture: all
Section: libdevel
Description: C library and math library for embedded systems (source)
 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 upstream source code suitable for targeting
 new platforms.