diff options
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index fa17bf0..2677201 100644 --- a/packages.json +++ b/packages.json @@ -3099,5 +3099,18 @@ "description": "XXTEA wrapper for Nim", "license": "MIT", "web": "https://github.com/rgv151/xxtea.nim" + }, + { + "name": "xxhash", + "url": "https://github.com/rgv151/xxhash.nim", + "method": "git", + "tags": [ + "fast", + "hash", + "algorithm" + ], + "description": "xxhash wrapper for Nim", + "license": "MIT", + "web": "https://github.com/rgv151/xxhash.nim" } ] |
