mirror of
https://github.com/Cyan4973/xxHash.git
synced 2026-01-19 04:52:10 +00:00
13 lines
255 B
JSON
13 lines
255 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|