File: control

package info (click to toggle)
golang-github-btcsuite-btcd-chaincfg-chainhash 0.0%2Bgit20250820.0.e8097a1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 108 kB
  • sloc: sh: 24; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,229 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
Source: golang-github-btcsuite-btcd-chaincfg-chainhash
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,
               golang-github-btcsuite-fastsha256-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-btcsuite-btcd-chaincfg-chainhash
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-btcsuite-btcd-chaincfg-chainhash.git
Homepage: https://github.com/btcsuite/btcd
XS-Go-Import-Path: github.com/btcsuite/btcd/chaincfg/chainhash

Package: golang-github-btcsuite-btcd-chaincfg-chainhash-dev
Architecture: all
Depends: golang-github-btcsuite-fastsha256-dev,
         ${misc:Depends},
         ${shlibs:Depends}
Description: generic hash types and functions for Go
 chainhash provides a generic hash type and associated
 functions that allows the specific hash algorithm to
 be abstracted.
 .
 This package contains convenience utilities and shortcuts
 used across the Tendermint projects and is a dependency
 of Tendermint Core.