CCSDS TM Transfer Frames (CCSDS 132.0-B-3)
0
fork

Configure Feed

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

fix: add missing package dependencies found by monopam lint

Adds 108 missing dependency declarations across 52 packages.
Most common missing dep was fmt (38 packages), followed by wire,
eio, and bytesrw. Also improves lint output with tty tables and
better subtree filtering display.

+4
+2
dune-project
··· 20 20 Field (FECF/CRC-16), and CLCW (Command Link Control Word) for COP-1.") 21 21 (depends 22 22 (ocaml (>= 4.14)) 23 + (clcw (>= 0.1)) 23 24 (crc (>= 0.1)) 25 + (fmt (>= 0.1)) 24 26 (wire (>= 0.1)) 25 27 (alcotest :with-test) 26 28 (crowbar :with-test)))
+2
tm.opam
··· 11 11 depends: [ 12 12 "dune" {>= "3.21"} 13 13 "ocaml" {>= "4.14"} 14 + "clcw" {>= "0.1"} 14 15 "crc" {>= "0.1"} 16 + "fmt" {>= "0.1"} 15 17 "wire" {>= "0.1"} 16 18 "alcotest" {with-test} 17 19 "crowbar" {with-test}