blob: 242343c5d992d4a19b9a9fe9d3845c5f12525569 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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"
]
}
|