diff options
| author | achesak <achesak@yahoo.com> | 2015-07-16 18:15:05 -0500 |
|---|---|---|
| committer | achesak <achesak@yahoo.com> | 2015-07-16 18:15:05 -0500 |
| commit | f1c5efb3a9186527d3f2ab6274ce8a47fffecc68 (patch) | |
| tree | 083b57578a5b599b2d570c52a66fd22429b98c7e | |
| parent | 709d8ea2b818d63b0bbddf49da165399160d744f (diff) | |
| download | packages-f1c5efb3a9186527d3f2ab6274ce8a47fffecc68.tar.gz packages-f1c5efb3a9186527d3f2ab6274ce8a47fffecc68.zip | |
Added grp, pwd, spwd.
| -rw-r--r-- | packages.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 8213f4e..72cda44 100644 --- a/packages.json +++ b/packages.json @@ -1857,5 +1857,32 @@ "description": "A wrapper for NanoVG vector graphics rendering", "license": "MIT", "web": "https://github.com/fowlmouth/nanovg.nim" + }, + { + "name": "pwd", + "url": "git://github.com/achesak/nim-pwd", + "method": "git", + "tags": ["library", "unix", "pwd", "password"], + "description": "Nim port of Python's pwd module for working with the UNIX password file", + "license": "MIT", + "web": "https://github.com/achesak/nim-pwd" + }, + { + "name": "spwd", + "url": "git://github.com/achesak/nim-spwd", + "method": "git", + "tags": ["library", "unix", "spwd", "password", "shadow"], + "description": "Nim port of Python's spwd module for working with the UNIX shadow password file", + "license": "MIT", + "web": "https://github.com/achesak/nim-spwd" + }, + { + "name": "grp", + "url": "git://github.com/achesak/nim-grp", + "method": "git", + "tags": ["library", "unix", "grp", "group"], + "description": "Nim port of Python's grp module for working with the UNIX group database file", + "license": "MIT", + "web": "https://github.com/achesak/nim-grp" } ] |
