diff options
| author | juancarlospaco <juancarlospaco@gmail.com> | 2018-05-08 01:29:22 -0300 |
|---|---|---|
| committer | juancarlospaco <juancarlospaco@gmail.com> | 2018-05-08 01:29:22 -0300 |
| commit | 759be704e1d1fa750914d70b71d41c8f91da0aaf (patch) | |
| tree | 4b8b2a46f906d830971a6c74a883811b947b2643 | |
| parent | acd7ecc3aa643826b596e22f17c1a3a1490c00b8 (diff) | |
| download | packages-759be704e1d1fa750914d70b71d41c8f91da0aaf.tar.gz packages-759be704e1d1fa750914d70b71d41c8f91da0aaf.zip | |
Added package osutil
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
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" } ] |
