Merge pull request #728 from juancarlospaco/add-osutil0429

Add package osutil
This commit is contained in:
Dominik Picheta 2018-05-08 23:57:01 +01:00 committed by GitHub
commit 74ffb2cb61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]