CCSDS TC Transfer Frames (CCSDS 232.0-B-4)
1(lang dune 3.21)
2(using mdx 0.4)
3
4(name tc)
5
6(generate_opam_files true)
7
8(license MIT)
9(authors "Thomas Gazagnaire <thomas@gazagnaire.org>")
10(maintainers "Thomas Gazagnaire <thomas@gazagnaire.org>")
11
12
13(source (tangled gazagnaire.org/ocaml-tc))
14
15(package
16 (name tc)
17 (synopsis "CCSDS TC Transfer Frames (CCSDS 232.0-B)")
18 (tags (org:blacksun aerospace codec.ccsds))
19 (description
20 "Parser and encoder for CCSDS Telecommand Transfer Frames. Supports TC frame \
21 primary headers, Frame Error Control Field (FECF/CRC-16), bypass and \
22 control command flags for Type-A/Type-B distinction in FARM processing.")
23 (depends
24 (ocaml (>= 4.14))
25 (nox-crc (>= 0.1))
26 (fmt (>= 0.1))
27 (wire (>= 0.1))
28 (alcotest :with-test)
29 (mdx :with-test)
30 (alcobar :with-test)))