Skip to content

Commit 76873fc

Browse files
committed
Updated opam file
1 parent af4c36e commit 76873fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lt-code.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
opam-version: "2.0"
22
synopsis: "OCaml implementation of Luby transform code"
33
description: """
4-
Luby transform codes are a type of fountain codes, allowing recovery
5-
from missing data (or erasure).
4+
Luby transform codes are a type of fountain codes, allowing data recovery
5+
from data erasure.
66

77
This library provides an encoder and decoder for Luby transform code,
88
and can operate in systematic or non-systematic mode.

0 commit comments

Comments
 (0)