From 759be704e1d1fa750914d70b71d41c8f91da0aaf Mon Sep 17 00:00:00 2001 From: juancarlospaco Date: Tue, 8 May 2018 01:29:22 -0300 Subject: [PATCH] Added package osutil --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 0a08186..70b6be6 100644 --- a/packages.json +++ b/packages.json @@ -9206,5 +9206,21 @@ "description": "A wrapper for the libsass library.", "license": "MIT", "web": "https://github.com/dom96/sass" + }, + { + "name": "osutil", + "url": "https://github.com/juancarlospaco/nim-osutil", + "method": "git", + "tags": [ + "utils", + "helpers", + "minimalism", + "process", + "mobile", + "battery" + ], + "description": "OS Utils for Nim, simple tiny but useful procs for OS. Turn Display OFF and set Process Name.", + "license": "LGPLv3", + "web": "https://github.com/juancarlospaco/nim-osutil" } ]