CCSDS 502.0-B-3 Orbit Ephemeris Message parser and interpolator
0
fork

Configure Feed

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

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