File: control

package info (click to toggle)
libffm 0.28-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 216 kB
  • ctags: 185
  • sloc: asm: 3,028; makefile: 94; ansic: 12; sh: 2
file content (30 lines) | stat: -rw-r--r-- 1,012 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
Source: libffm
Section: devel
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.1.1.1
Build-Depends: binutils, libc6.1-dev, gcc, debhelper

Package: libffm1-dev
Architecture: alpha
Section: libs
Priority: optional
Depends: libffm1, libc6.1-dev
Provides: libffm-dev
Conflicts: libffm-dev
Description: Development files for Alpha fast math library routines
 Static library and header file for libffm, an optimized
 not-quite-replacement for libm on Alphas to replace some rather
 slow libm routines.  This library is meant to be linked before
 libm when compiling programs that would normally use only libm.
 Also contains pow.o, which, when linked to a binary, forces
 libffm's pow() function to be called in place of libm's.

Package: libffm1
Architecture: alpha
Priority: optional
Section: devel
Depends: ${shlibs:Depends}
Description: Fast math library routines for DEC Alpha
 Libffm is an optimized not-quite-replacement for libm on Alphas to replace
 some rather slow libm routines.