We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4c36e commit 76873fcCopy full SHA for 76873fc
lt-code.opam
@@ -1,8 +1,8 @@
1
opam-version: "2.0"
2
synopsis: "OCaml implementation of Luby transform code"
3
description: """
4
-Luby transform codes are a type of fountain codes, allowing recovery
5
-from missing data (or erasure).
+Luby transform codes are a type of fountain codes, allowing data recovery
+from data erasure.
6
7
This library provides an encoder and decoder for Luby transform code,
8
and can operate in systematic or non-systematic mode.
0 commit comments