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.

ocaml-oem, ocaml-rdm: apply dune fmt to dune files

Now that the (formatting (enabled_for ocaml)) restriction is
gone, dune fmt also formats dune files. Bring the repo files
in line.

+3 -4
+1 -3
dune
··· 3 3 (flags :standard %{dune-warnings}))) 4 4 5 5 (mdx 6 - (files 7 - README.md 8 - ) 6 + (files README.md) 9 7 (libraries oem))
+2 -1
fuzz/dune
··· 4 4 5 5 (rule 6 6 (alias runtest) 7 - (enabled_if (<> %{profile} afl)) 7 + (enabled_if 8 + (<> %{profile} afl)) 8 9 (deps fuzz.exe) 9 10 (action 10 11 (run %{exe:fuzz.exe})))