clib.json 255 B

123456789101112
  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. }