XXH64 non-cryptographic hash in pure OCaml
0

Configure Feed

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

xxhash: point the source field at the upstream repository

+4 -4
+1 -1
dune-project
··· 5 5 (generate_opam_files true) 6 6 (implicit_transitive_deps false) 7 7 8 - (source (tangled gazagnaire.org/ocaml-xxhash)) 8 + (source (tangled anil.recoil.org/ocaml-mlxxhash)) 9 9 10 10 (maintainers "Thomas Gazagnaire") 11 11 (authors "Thomas Gazagnaire")
+3 -3
xxhash.opam
··· 6 6 maintainer: ["Thomas Gazagnaire"] 7 7 authors: ["Thomas Gazagnaire"] 8 8 tags: ["org:blacksun" "codec"] 9 - homepage: "https://tangled.org/gazagnaire.org/ocaml-xxhash" 10 - bug-reports: "https://tangled.org/gazagnaire.org/ocaml-xxhash/issues" 9 + homepage: "https://tangled.org/anil.recoil.org/ocaml-mlxxhash" 10 + bug-reports: "https://tangled.org/anil.recoil.org/ocaml-mlxxhash/issues" 11 11 depends: [ 12 12 "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.1"} ··· 30 30 "@doc" {with-doc} 31 31 ] 32 32 ] 33 - dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-xxhash" 33 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-mlxxhash" 34 34 x-maintenance-intent: ["(latest)"] 35 35 x-quality-fuzz: "2026-06-06" 36 36 x-quality-test: "2026-06-06"