Pure OCaml xxhash implementation

sync

+4 -4
+1 -1
dune-project
··· 6 6 (license ISC) 7 7 (authors "Anil Madhavapeddy <anil@recoil.org>") 8 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 9 - (source (tangled anil.recoil.org/ocaml-xxhash)) 9 + (source (tangled anil.recoil.org/ocaml-mlxxhash)) 10 10 11 11 (package 12 12 (name mlxxhash)
+3 -3
mlxxhash.opam
··· 7 7 maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 8 8 authors: ["Anil Madhavapeddy <anil@recoil.org>"] 9 9 license: "ISC" 10 - homepage: "https://tangled.org/anil.recoil.org/ocaml-xxhash" 11 - bug-reports: "https://tangled.org/anil.recoil.org/ocaml-xxhash/issues" 10 + homepage: "https://tangled.org/anil.recoil.org/ocaml-mlxxhash" 11 + bug-reports: "https://tangled.org/anil.recoil.org/ocaml-mlxxhash/issues" 12 12 depends: [ 13 13 "dune" {>= "3.21"} 14 14 "ocaml" {>= "5.2.0"} ··· 29 29 "@doc" {with-doc} 30 30 ] 31 31 ] 32 - dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-xxhash" 32 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-mlxxhash" 33 33 x-maintenance-intent: ["(latest)"]