package lt-code

  1. Overview
  2. No Docs
OCaml implementation of a Luby Transform code

Install

Authors

Maintainers

Sources

v0.1.1.tar.gz
sha256=59c8c4022413d5cf28439b08fbded9c408fdf8dcfe77a92c84391769c7be78b9

Description

Luby Transform codes are a type of fountain codes, allowing data recovery from data erasure.

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

Published: 21 Jul 2021

Dependencies (4)

  1. cstruct >= "6.0.0"
  2. containers >= "3.4"
  3. dune >= "2.7.0"
  4. ocaml >= "4.08.1"

Dev Dependencies (3)

  1. qcheck with-test
  2. qcheck-alcotest with-test
  3. alcotest with-test

Used by

None

Conflicts

None