File: control

package info (click to toggle)
safeint 3.0.28a%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,660 kB
  • sloc: cpp: 24,880; ansic: 3,183; makefile: 53
file content (22 lines) | stat: -rw-r--r-- 847 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
Source: safeint
Section: libdevel
Priority: optional
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Uploaders: Dylan Aïssi <daissi@debian.org>
Build-Depends: debhelper-compat (= 13),
               cmake
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/deeplearning-team/safeint
Vcs-Git: https://salsa.debian.org/deeplearning-team/safeint.git
Homepage: https://github.com/dcleblanc/SafeInt

Package: libsafeint-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: class library for C++ that manages integer overflows
 SafeInt is a class library for C++ that manages integer overflows. It also
 includes a C library that checks casting, multiplication, division, addition
 and subtraction for all combinations of signed and unsigned 32-bit and 64-bit
 integers.