From 4c092a6eb3628dd611d05fa167bfcaf89ae7cf14 Mon Sep 17 00:00:00 2001 From: Willy Date: Thu, 14 May 2015 08:42:09 -0400 Subject: [PATCH] Added library nuuid Added a Nim source only UUID generator library --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index de832ad..08dca02 100644 --- a/packages.json +++ b/packages.json @@ -1443,5 +1443,14 @@ "description": "Nim bindings for libshout", "license": "MIT", "web": "https://github.com/Senketsu/nshout" + }, + { + "name": "nuuid", + "url": "https://github.com/wheineman/nim-only-uuid", + "method": "git", + "tags": ["library", "uuid", "guid"], + "description": "A Nim source only UUID generator", + "license": "MIT", + "web": "https://github.com/wheineman/nim-only-uuid" } ]