clib.json 255 Bytes
Newer Older
xuxzh1's avatar
init  
xuxzh1 committed
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"
  ]
}