diff options
| author | Ahmed T. Youssef <xmonader@gmail.com> | 2018-05-04 19:02:18 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-05-04 18:02:18 +0100 |
| commit | 6491b4ab1484245e47810562fc3e0fd2c912f36d (patch) | |
| tree | e56c6a453ce756ea568f2deae479a920c5bb4d71 | |
| parent | ad1c8ded024244d8b340e5c979ae23a88fe7f966 (diff) | |
| download | packages-6491b4ab1484245e47810562fc3e0fd2c912f36d.tar.gz packages-6491b4ab1484245e47810562fc3e0fd2c912f36d.zip | |
Added package configparser (#714)
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 42874f3..bb3f1d8 100644 --- a/packages.json +++ b/packages.json @@ -9095,6 +9095,19 @@ "web": "https://github.com/juancarlospaco/nim-tinyslation" }, { + "name": "configparser", + "url": "https://github.com/xmonader/nim-configparser", + "method": "git", + "tags": [ + "configparser", + "ini", + "parser" + ], + "description": "pure Ini configurations parser", + "license": "MIT", + "web": "https://github.com/xmonader/nim-configparser" + }, + { "name": "random_font_color", "url": "https://github.com/juancarlospaco/nim-random-font-color", "method": "git", |
