From b333b06772c89d96aacb5490d6a219fba7c09cc6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 12 Feb 2026 20:57:17 +0100 Subject: Engage! --- llama.cpp/examples/gguf-hash/deps/xxhash/clib.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 llama.cpp/examples/gguf-hash/deps/xxhash/clib.json (limited to 'llama.cpp/examples/gguf-hash/deps/xxhash/clib.json') diff --git a/llama.cpp/examples/gguf-hash/deps/xxhash/clib.json b/llama.cpp/examples/gguf-hash/deps/xxhash/clib.json new file mode 100644 index 0000000..242343c --- /dev/null +++ b/llama.cpp/examples/gguf-hash/deps/xxhash/clib.json @@ -0,0 +1,12 @@ +{ + "name": "xxhash", + "version": "0.8.2", + "repo": "Cyan4973/xxhash", + "description": "Extremely fast non-cryptographic hash algorithm", + "keywords": ["xxhash", "hashing"], + "license": "BSD-2-Clause", + "src": [ + "xxhash.c", + "xxhash.h" + ] +} -- cgit v1.2.3