File: control

package info (click to toggle)
c-siphash 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 148 kB
  • sloc: ansic: 269; sh: 10; makefile: 3
file content (40 lines) | stat: -rw-r--r-- 1,162 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
31
32
33
34
35
36
37
38
39
40
Source: c-siphash
Section: libs
Maintainer:
 Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Stuart Prescott <stuart@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libcstdaux-dev,
 meson,
 pkgconf,
Standards-Version: 4.7.3
Homepage: https://github.com/c-util/c-siphash
Vcs-Git: https://salsa.debian.org/python-team/packages/c-siphash.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/c-siphash
Description: Streaming-capable SipHash Implementation
 The c-siphash project is a standalone implementation of SipHash in Standard
 ISO-C11. It provides a streaming-capable API to compute data hashes
 according to the SipHash algorithm. For API documentation, see the
 c-siphash.h header file.

Package: libcsiphash-1-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libcsiphash-1-0 (= ${binary:Version}),
 libcstdaux-dev,
 ${misc:Depends},
Description: ${source:Synopsis} (development files)
 ${source:Extended-Description}

Package: libcsiphash-1-0
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: ${source:Synopsis} (shared library)
 ${source:Extended-Description}