My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

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

fix mlxxhash

+5 -4
+3 -2
ocaml-mlxxhash/src/dune
··· 1 1 (library 2 - (name xxhash) 3 - (public_name mlxxhash)) 2 + (name mlxxhash) 3 + (public_name mlxxhash) 4 + (wrapped false))
+1 -1
ocaml-mlxxhash/test/dune
··· 1 1 (test 2 2 (name test_xxhash) 3 - (libraries xxhash alcotest)) 3 + (libraries mlxxhash alcotest))
+1 -1
ocaml-zstd/src/dune
··· 2 2 (name zstd) 3 3 (public_name zstd) 4 4 (modules zstd zstd_encode zstd_decode fse constants bit_writer bit_reader huffman) 5 - (libraries xxhash bitstream) 5 + (libraries mlxxhash bitstream) 6 6 (ocamlopt_flags (:standard -O3)))