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
|
Source: saclib
Priority: optional
Maintainer: Debian Math Team <team+math@tracker.debian.org>
Uploaders: Doug Torrance <dtorrance@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), texlive-latex-base
Standards-Version: 4.6.1
Section: libs
Homepage: https://www.usna.edu/Users/cs/wcbrown/qepcad/B/QEPCAD.html
Vcs-Git: https://salsa.debian.org/math-team/saclib.git
Vcs-Browser: https://salsa.debian.org/math-team/saclib
Rules-Requires-Root: no
Package: libsaclib0t64
Provides: ${t64:Provides}
Replaces: libsaclib0
Breaks: libsaclib0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library of C programs for computer algebra (shared library)
SACLIB is a library of C programs for computer algebra derived from the
SAC2 system. It includes algorithms for list processing, arithmetic of
integers, rational numbers, and polynomials, modular arithmetic, linear
algebra, and more.
.
This package contains the shared library.
Package: libsaclib-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libsaclib0t64 (= ${binary:Version}), ${misc:Depends}
Description: library of C programs for computer algebra (development)
SACLIB is a library of C programs for computer algebra derived from the
SAC2 system. It includes algorithms for list processing, arithmetic of
integers, rational numbers, and polynomials, modular arithmetic, linear
algebra, and more.
.
This package contains the header files and static library.
|