aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-05-08 23:57:01 +0100
committerGitHub <noreply@github.com>2018-05-08 23:57:01 +0100
commit74ffb2cb612269e3127562d5506bdfdaa3f369a4 (patch)
treeae670c973b39a6169a2d4a2ffe2ccccb584d1f8c
parentc41e6835347eee16b5a7211cb3921dd559231307 (diff)
parent759be704e1d1fa750914d70b71d41c8f91da0aaf (diff)
downloadpackages-74ffb2cb612269e3127562d5506bdfdaa3f369a4.tar.gz
packages-74ffb2cb612269e3127562d5506bdfdaa3f369a4.zip
Merge pull request #728 from juancarlospaco/add-osutil0429
Add package osutil
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 6e8f7b1..48e08f6 100644
--- a/packages.json
+++ b/packages.json
@@ -9222,5 +9222,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"
}
]