File: control

package info (click to toggle)
pyethash 0.1.27-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 236 kB
  • sloc: ansic: 1,954; python: 97; cpp: 27; sh: 16; makefile: 6
file content (23 lines) | stat: -rw-r--r-- 658 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
Source: pyethash
Maintainer: Ben Finney <bignose@debian.org>
Section: python
Priority: optional
Build-Depends:
    python3-all-dev,
    dh-python,
    debhelper-compat (= 12)
Standards-Version: 4.4.1
Homepage: https://pypi.org/project/pyethash/
VCS-Git: https://salsa.debian.org/bignose/pkg-pyethash.git
VCS-Browser: https://salsa.debian.org/bignose/pkg-pyethash/

Package: python3-pyethash
Architecture: any
Depends:
    ${python3:Depends},
    ${shlibs:Depends},
    ${misc:Depends}
Description: Ethash proof-of-work algorithm — Python 3
 Ethash is the Proof-of-Work function in the Ethereum protocol.
 .
 This package installs the library for Python 3.