File: control

package info (click to toggle)
jerasure 2.0.0%2B2017.04.10.git.de1739cc84-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,104 kB
  • ctags: 333
  • sloc: ansic: 7,197; makefile: 91; sh: 71
file content (54 lines) | stat: -rw-r--r-- 1,928 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Source: jerasure
Section: libs
Priority: extra
Maintainer: Debian OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper (>= 10),
 gf-complete-tools,
 libgf-complete-dev,
Standards-Version: 4.0.0
Homepage: http://jerasure.org/
Vcs-Git: https://anonscm.debian.org/git/openstack/third-party/jerasure.git
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/third-party/jerasure.git

Package: libjerasure-dev
Section: libdevel
Architecture: any
Depends:
 libgf-complete-dev,
 libjerasure2 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Multi-Arch: same
Description: forward error correction erasure channel library - development files
 In information theory, an erasure code is a forward error correction (FEC)
 code for the binary erasure channel, which transforms a message of symbols
 into a longer message (code word) with symbols such that the original
 message can be recovered from a subset of the symbols.
 .
 Jerasure is a shared library that been designed to be modular, fast and
 flexible. It is used in storage systems such as Swift and Ceph to add fault
 tolerance.
 .
 This package contains the development files needed to build against the shared
 library.

Package: libjerasure2
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Multi-Arch: same
Description: forward error correction erasure channel library - shared library
 In information theory, an erasure code is a forward error correction (FEC)
 code for the binary erasure channel, which transforms a message of symbols
 into a longer message (code word) with symbols such that the original
 message can be recovered from a subset of the symbols.
 .
 Jerasure is a shared library that been designed to be modular, fast and
 flexible. It is used in storage systems such as Swift and Ceph to add fault
 tolerance.
 .
 This package contains the shared library.