diff --git a/packages.json b/packages.json index d526264..9bfaeb2 100644 --- a/packages.json +++ b/packages.json @@ -3085,5 +3085,18 @@ "description": "PF_RING wrapper for Nim", "license": "MIT", "web": "https://github.com/rgv151/pfring.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" } ]