CCSDS 502.0-B Orbit Parameter Message parser and serializer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 22 lines 488 B view raw
1(lang dune 3.21) 2(using mdx 0.4) 3(name opm) 4(source (tangled gazagnaire.org/ocaml-opm)) 5(formatting (enabled_for ocaml)) 6 7(generate_opam_files true) 8 9(license ISC) 10(authors "Thomas Gazagnaire <thomas@gazagnaire.org>") 11(maintainers "Thomas Gazagnaire <thomas@gazagnaire.org>") 12 13(package 14 (name opm) 15 (synopsis "CCSDS 502.0-B Orbit Parameter Message parser and serializer") 16 (tags (org:blacksun aerospace codec.ccsds)) 17 (depends 18 (ocaml (>= 4.14)) 19 kvn 20 fmt 21 (mdx :with-test) 22 ptime))