tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-zstd
0
fork
atom
Zstd compression in pure OCaml
0
fork
atom
overview
issues
pulls
pipelines
fix mlxxhash
anil.recoil.org
1 month ago
e9860f4e
271d7c28
+1
-1
1 changed file
expand all
collapse all
unified
split
src
dune
+1
-1
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
5
-
(libraries xxhash bitstream)
5
5
+
(libraries mlxxhash bitstream)
6
6
(ocamlopt_flags (:standard -O3)))