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
|
Source: lcrq
Section: net
Priority: optional
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Build-Depends: debhelper-compat (= 13),
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://librecast.net/lcrq.html
Vcs-Git: https://salsa.debian.org/vagrant/lcrq.git
Vcs-Browser: https://salsa.debian.org/vagrant/lcrq
Package: liblcrq0.0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: librecast RaptorQ library (runtime)
C library implementation of RaptorQ Forward Error Correction for
Librecast
.
RFC6330 (IETF) describes the RaptorQ proposed standard, which LCRQ
more-or-less follows. The primary focus has been on building a fast,
simple and dependency-free FEC implementation for use with Librecast,
and not on strict standards compliance. The code does, however,
fairly closely follow the RFC.
.
This package includes the runtime library.
Package: liblcrq-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}, liblcrq0.0 (= ${binary:Version})
Description: librecast RaptorQ library (development)
C library implementation of RaptorQ Forward Error Correction for
Librecast
.
RFC6330 (IETF) describes the RaptorQ proposed standard, which LCRQ
more-or-less follows. The primary focus has been on building a fast,
simple and dependency-free FEC implementation for use with Librecast,
and not on strict standards compliance. The code does, however,
fairly closely follow the RFC.
.
This package includes the files used for development.
|