CRC checksums (CRC-16, CRC-32, CRC-32C) for OCaml
0
fork

Configure Feed

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

fix(lint): resolve E405 missing doc warnings in dupfind and ocaml-crc test interfaces

Add doc comments to exported suite values in dupfind and ocaml-crc test .mli files.

+2 -1
+2 -1
test/test_crc.mli
··· 1 - val suite : string * (string * unit Alcotest.test_case list) list 1 + val suite : string * unit Alcotest.test_case list 2 + (** CRC test suite. *)