File: control

package info (click to toggle)
newlib 1.12.0.20041202-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 41,384 kB
  • ctags: 33,862
  • sloc: ansic: 321,125; makefile: 37,809; asm: 19,759; sh: 11,033; perl: 2,320; yacc: 432; lisp: 394; exp: 322; lex: 114; cpp: 37; awk: 25
file content (40 lines) | stat: -rw-r--r-- 1,488 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
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.