File: control

package info (click to toggle)
libfloat 990616-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 5,524 kB
  • ctags: 1,443
  • sloc: ansic: 8,754; asm: 6,749; makefile: 184
file content (25 lines) | stat: -rw-r--r-- 815 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
Source: libfloat
Section: devel
Priority: optional
Maintainer: Jim Pick <jim@jimpick.com>
Standards-Version: 2.5.1

Package: libfloat1
Architecture: arm
Depends: ${shlibs:Depends}
Description: Soft floating point library
 The libfloat library is used with gcc and the -msoft-float option
 to handle floating point math operations (useful on machines without
 floating point hardware).

Package: libfloat1-dev
Architecture: arm
Depends: libfloat1 (= ${Source-Version}), libc6-dev
Provides: libfloat-dev
Conflicts: libfloat-dev
Description: Soft floating point library - development
 The libfloat library is used with gcc and the -msoft-float option
 to handle floating point math operations (useful on machines without
 floating point hardware).
 .
 This package contains the static development library and symlink.