LDPC codes with belief propagation decoding
1(lang dune 3.21)
2(using mdx 0.4)
3(name ldpc)
4(generate_opam_files true)
5(license ISC)
6(authors "Thomas Gazagnaire <thomas@gazagnaire.org>")
7(maintainers "Thomas Gazagnaire <thomas@gazagnaire.org>")
8(source (tangled gazagnaire.org/ocaml-ldpc))
9(package
10 (name ldpc)
11 (synopsis "LDPC codes with belief propagation decoding")
12 (tags (org:blacksun aerospace fec))
13 (description "Low-Density Parity-Check encoder and sum-product (belief \
14 propagation) decoder. Configurable parity check matrix. \
15 Includes a CCSDS-style rate 1/2 preset for testing.")
16 (depends
17 (ocaml (>= 5.1))
18 (alcotest :with-test)
19 (alcobar :with-test)
20 fmt
21 (mdx :with-test)))