File: control

package info (click to toggle)
golang-github-btcsuite-fastsha256 0.0~git20160815.0.637e656-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 120 kB
  • sloc: asm: 389; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,022 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-btcsuite-fastsha256
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alessio Treglia <alessio@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-btcsuite-fastsha256
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-btcsuite-fastsha256.git
Homepage: https://github.com/btcsuite/fastsha256
XS-Go-Import-Path: github.com/btcsuite/fastsha256

Package: golang-github-btcsuite-fastsha256-dev
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Go alternative fast SHA256 implementation
 This package provides an alternative fast-SHA256
 implementation to the one provided by the Go crypto/sha256
 package that supports midstate calculations.
 .
 This package is used by several Tendermint's components.