From 123992332eb4084673018fc2ee439551d5a949d7 Mon Sep 17 00:00:00 2001 From: Matceporial <36767692+Matceporial@users.noreply.github.com> Date: Sat, 1 Dec 2018 19:42:29 +0300 Subject: [PATCH] add urand and timespec_get (#950) --- packages.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/packages.json b/packages.json index 374eadf..1186987 100644 --- a/packages.json +++ b/packages.json @@ -11708,6 +11708,31 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nim-gatabase" }, + { + "name": "timespec_get", + "url": "https://github.com/Matceporial/nim-timespec_get", + "method": "git", + "tags": [ + "time", + "timespec_get" + ], + "description": "Nanosecond-percision time using timespec_get", + "license": "0BSD", + "web": "https://github.com/Matceporial/nim-timespec_get" + }, + { + "name": "urand", + "url": "https://github.com/Matceporial/nim-urand", + "method": "git", + "tags": [ + "random", + "urandom", + "crypto" + ], + "description": "Simple method of obtaining secure random numbers from the OS", + "license": "MIT", + "web": "https://github.com/Matceporial/nim-urand" + }, { "name": "awslambda", "url": "https://github.com/lambci/awslambda.nim",