File: control

package info (click to toggle)
golang-github-klauspost-crc32 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 316 kB
  • sloc: asm: 2,849; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 976 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
Source: golang-github-klauspost-crc32
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-sys-dev
Standards-Version: 4.7.2
Homepage: https://github.com/klauspost/crc32
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-klauspost-crc32
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-klauspost-crc32.git
XS-Go-Import-Path: github.com/klauspost/crc32
Testsuite: autopkgtest-pkg-go

Package: golang-github-klauspost-crc32-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-golang-x-sys-dev,
         ${misc:Depends},
Description: CRC32 hash with x64 optimizations
 This package is a drop-in replacement for the standard library hash/crc32
 package, that features SSE 4.2 optimizations on x64 platforms, for a
 10x speedup.