12 buildDunePackage rec {
16 minimalOCamlVersion = "4.08";
18 src = fetchFromGitHub {
20 repo = "ocaml-xxhash";
21 rev = "refs/tags/v${version}";
22 hash = "sha256-0+ac5EWV9DCVMT4wOcXC95GVEwsUIZzFn2laSzmK6jE=";
26 substituteInPlace stubs/dune --replace-warn 'ctypes))' 'ctypes ctypes.stubs))'
33 propagatedBuildInputs = [
46 homepage = "https://github.com/314eter/ocaml-xxhash";
47 description = "Bindings for xxHash, an extremely fast hash algorithm";
48 license = with lib.licenses; [ mit ];
49 maintainers = with lib.maintainers; [ toastal ];