tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-mlxxhash
0
fork
atom
Pure OCaml xxhash implementation
0
fork
atom
overview
issues
pulls
pipelines
fix mlxxhash
anil.recoil.org
1 month ago
bd3ae0fb
a24682bb
+4
-3
2 changed files
expand all
collapse all
unified
split
src
dune
test
dune
+3
-2
src/dune
···
1
1
(library
2
2
-
(name xxhash)
3
3
-
(public_name mlxxhash))
2
2
+
(name mlxxhash)
3
3
+
(public_name mlxxhash)
4
4
+
(wrapped false))
+1
-1
test/dune
···
1
1
(test
2
2
(name test_xxhash)
3
3
-
(libraries xxhash alcotest))
3
3
+
(libraries mlxxhash alcotest))