From f7341b1aefd9338e6d49f9527c61207454771383 Mon Sep 17 00:00:00 2001 From: Euan T Date: Mon, 27 Mar 2017 11:22:46 +0100 Subject: [PATCH 1/2] Add package sysrandom --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index b38b309..a17a79d 100644 --- a/packages.json +++ b/packages.json @@ -6124,5 +6124,18 @@ "description": "Storage, localStorage, and sessionStorage bindigs for Nim's JavaScript backend.", "license": "MIT", "web": "https://bitbucket.org/moigagoo/storage/" + }, + { + "name": "sysrandom", + "url": "https://github.com/euantorano/sysrandom.nim", + "method": "git", + "tags": [ + "random", + "RNG", + "PRNG" + ], + "description": "A simple library to generate random data, using the system's PRNG.", + "license": "BSD3", + "web": "https://github.com/euantorano/sysrandom.nim" } ] From ef2bf2345c69a55f4612471a9b8e7f6c61fd8bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moln=C3=A1r=20M=C3=A1rk?= Date: Tue, 28 Mar 2017 12:22:26 +0200 Subject: [PATCH 2/2] Adding colorize Colorize is a simple and lightweight terminal coloring utility to quickly make your terminal outputs beautiful. --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index a17a79d..823011b 100644 --- a/packages.json +++ b/packages.json @@ -6137,5 +6137,18 @@ "description": "A simple library to generate random data, using the system's PRNG.", "license": "BSD3", "web": "https://github.com/euantorano/sysrandom.nim" + }, + { + "name": "colorize", + "url": "https://github.com/molnarmark/colorize", + "method": "git", + "tags": [ + "color", + "colors", + "colorize" + ], + "description": "A simple and lightweight terminal coloring library.", + "license": "MIT", + "web": "https://github.com/molnarmark/colorize" } ]