File: control

package info (click to toggle)
golang-github-btcsuite-fastsha256 0.0~git20160815.0.637e656-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 108 kB
  • ctags: 85
  • sloc: asm: 389; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 963 bytes parent folder | download | duplicates (2)
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
Source: golang-github-btcsuite-fastsha256
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders:
 Alessio Treglia <alessio@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-golang,
 golang-any
Standards-Version: 3.9.8
Homepage: https://github.com/btcsuite/fastsha256
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-btcsuite-fastsha256.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-btcsuite-fastsha256.git
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.