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.

Add missing fmt dependency to 11 packages

ocaml-{erasure,viterbi,turbo,short-ldpc,rice,lfsr,ldpc,idc,hcomp}/lib/dune
and ocaml-crc/bench/dune, ocaml-xmlt/fuzz/dune all use Fmt.str without
depending on fmt.

+1 -1
+1 -1
bench/dune
··· 1 1 (executable 2 2 (name bench) 3 - (libraries crc unix)) 3 + (libraries crc fmt unix))