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
|
Source: tomsfastmath
Priority: optional
Maintainer: ClamAV Team <pkg-clamav-devel@lists.alioth.debian.org>
Uploaders: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Build-Depends: debhelper-compat (= 13), libtool-bin
Rules-Requires-Root: no
Standards-Version: 4.7.0
Section: libs
Homepage: http://www.libtom.net/
Vcs-Git: https://salsa.debian.org/clamav-team/tomsfastmath.git
Vcs-Browser: https://salsa.debian.org/clamav-team/tomsfastmath
Package: libtfm-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libtfm1 (= ${binary:Version}), ${misc:Depends}
Description: Fast multiple-precision integer library [development files]
This package contains the files needed to create programs that use
libtfm1. It is not needed to merely execute programs that use
libtfm1.
Package: libtfm1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Fast multiple-precision integer library [runtime]
TomsFastMath is a fast open source, large integer arithmetic library
written in portable ISO C. It is a port of LibTomMath with optional
support for inline assembler multipliers.
.
This package contains the library itself which is need to run programs
that use libtfm1.
|