File: control

package info (click to toggle)
golang-github-btcsuite-btcd-btcec 0.0~git20161101.0.g8343278-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,488 kB
  • sloc: makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,385 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
28
29
30
31
32
33
34
35
Source: golang-github-btcsuite-btcd-btcec
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,
 golang-github-btcsuite-btcd-chaincfg-chainhash-dev,
 golang-github-btcsuite-fastsha256-dev,
 golang-github-davecgh-go-spew-dev
Standards-Version: 3.9.8
Homepage: https://github.com/btcsuite/btcd
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-btcsuite-btcd-btcec.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-btcsuite-btcd-btcec.git
XS-Go-Import-Path: github.com/btcsuite/btcd/btcec

Package: golang-github-btcsuite-btcd-btcec-dev
Architecture: all
Depends:
 golang-github-btcsuite-btcd-chaincfg-chainhash-dev,
 golang-github-btcsuite-fastsha256-dev,
 golang-github-davecgh-go-spew-dev,
 ${misc:Depends},
 ${shlibs:Depends}
Description: Go library for Elliptic curve cryptography
 Package btcec implements elliptic curve cryptography needed for working
 with Bitcoin (secp256k1 only for now). It is designed so that it may be
 used with the standard crypto/ecdsa packages provided with go. A
 comprehensive suite of test is provided to ensure proper functionality.
 .
 This package contains convenience utilities and shortcuts
 used across the Tendermint projects.