CCSDS File Delivery Protocol (CCSDS 727.0-B-5) for space file transfer
0
fork

Configure Feed

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

chore: accumulated lint fixes, test stubs, and interface files

- Fix E325 to skip type variables when checking get/find naming
- Add test.ml runners for bpsec, bytesrw-eio, cfdp, claude-skills
- Add .mli files for btree lib modules and test modules
- Add .mli files for cbort, cgr, bundle, bpsec, bytesrw-eio
- Add claudeio test module stubs and .mli files
- Add claudeio test/proto/dune for outgoing tests
- Fix claudeio examples Test_json_utils -> Json_utils references
- Add linkedin URL parsing module and tests
- Improve linkedin profile scraping and cookie handling
- Fix claude-skills main.ml lint issues
- Fix various .mli doc comment formatting

+2 -1
+1 -1
test/dune
··· 1 1 (test 2 - (name test_cfdp) 2 + (name test) 3 3 (libraries cfdp alcotest))
+1
test/test.ml
··· 1 + let () = Alcotest.run "cfdp" [ Test_cfdp.suite ]