File: control

package info (click to toggle)
zfec 1.5.7.4-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 556 kB
  • sloc: python: 2,280; ansic: 928; haskell: 372; sh: 22; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 966 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
Source: zfec
Priority: optional
Maintainer: Tahoe Packaging Team <team+tahoe-team@tracker.debian.org>
Uploaders: Vasudev Kamath <vasudev@copyninja.info>
Build-Depends: debhelper-compat (= 13),
 dh-python,
 python3-all-dev,
 python3-setuptools,
 python3-pyutil,
 python3-hypothesis <!nocheck>,
 python3-twisted <!nocheck>,
Standards-Version: 4.6.2
Section: python
Vcs-Git: https://salsa.debian.org/vasudev/zfec.git
Vcs-Browser: https://salsa.debian.org/vasudev/zfec
Homepage: http://tahoe-lafs.org/trac/zfec
Rules-Requires-Root: no

Package: python3-zfec
Architecture: any
Depends: ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends}
Description: fast erasure codec, with Python 3 bindings
 Fast, portable, programmable erasure coding a.k.a. "forward error
 correction": the generation of redundant blocks of information such that if
 some blocks are lost then the original data can be recovered from the
 remaining blocks. This package includes a Python 3 API.