From 43e00280cb3b6235e7f264e842a91a5fb88d51b2 Mon Sep 17 00:00:00 2001 From: Bruce Doan Date: Mon, 24 Aug 2015 08:45:52 +0700 Subject: Added package xxhash --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" } ] -- cgit v1.2.3