Skip to content

Commit d5fe4f5

Browse files
authoredJul 7, 2024··
Merge pull request #954 from mofosyne/clibs
clib: add clib.json
2 parents 805c00b + 2771990 commit d5fe4f5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎clib.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "xxhash",
3+
"version": "0.8.2",
4+
"repo": "Cyan4973/xxhash",
5+
"description": "Extremely fast non-cryptographic hash algorithm",
6+
"keywords": ["xxhash", "hashing"],
7+
"license": "BSD-2-Clause",
8+
"src": [
9+
"xxhash.c",
10+
"xxhash.h"
11+
]
12+
}

0 commit comments

Comments
 (0)
Please sign in to comment.