Skip to content

Commit

Permalink
Merge pull request #954 from mofosyne/clibs
Browse files Browse the repository at this point in the history
clib: add clib.json
  • Loading branch information
Cyan4973 authored Jul 7, 2024
2 parents 805c00b + 2771990 commit d5fe4f5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions clib.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit d5fe4f5

Please sign in to comment.