Added package osutil

This commit is contained in:
juancarlospaco 2018-05-08 01:29:22 -03:00
parent acd7ecc3aa
commit 759be704e1

View File

@ -9206,5 +9206,21 @@
"description": "A wrapper for the libsass library.", "description": "A wrapper for the libsass library.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/dom96/sass" "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"
} }
] ]