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: golang-github-zeebo-blake3
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Vincent Blut <vincent.debian@free.fr>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-klauspost-cpuid-dev,
golang-github-mmcloughlin-avo-dev,
golang-github-zeebo-assert-dev,
golang-github-zeebo-pcg-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-zeebo-blake3
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-zeebo-blake3.git
Homepage: https://github.com/zeebo/blake3
XS-Go-Import-Path: github.com/zeebo/blake3
X-Style: black
Package: golang-github-zeebo-blake3-dev
Architecture: all
Multi-Arch: foreign
Depends:
golang-github-klauspost-cpuid-dev,
golang-github-mmcloughlin-avo-dev,
golang-github-zeebo-assert-dev,
golang-github-zeebo-pcg-dev,
${misc:Depends},
Description: Pure Go implementation of BLAKE3 with AVX2 and SSE4.1 acceleration (library)
Pure Go implementation of BLAKE3 (https://blake3.io) with AVX2 and
SSE4.1 acceleration.
|