diff options
| author | Zahary Karadjov <zahary@gmail.com> | 2018-05-09 11:11:07 +0300 |
|---|---|---|
| committer | Zahary Karadjov <zahary@gmail.com> | 2018-05-09 11:11:07 +0300 |
| commit | fae918ce76b324029533cbecd46791ff85e0661e (patch) | |
| tree | ec6b351730fc551db3848fb6b00c40ff15058298 | |
| parent | 61c6149e2314372a83854f9385769bfcd66ebe13 (diff) | |
| download | packages-fae918ce76b324029533cbecd46791ff85e0661e.tar.gz packages-fae918ce76b324029533cbecd46791ff85e0661e.zip | |
Add nim-daemon and nim-chronicles
| -rw-r--r-- | packages.json | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/packages.json b/packages.json index d2b50a9..54ea8ff 100644 --- a/packages.json +++ b/packages.json @@ -5999,11 +5999,35 @@ "math", "numbers" ], - "description": "Stack-based arbitrary-precision integers - Fast and portable with natural syntax for resource-restricted devices.", + "description": "Stack-based arbitrary-precision integers - Fast and portable with natural syntax for resource-restricted devices", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-stint" }, { + "name": "daemon", + "url": "https://github.com/status-im/nim-daemon", + "method": "git", + "tags": [ + "servers", + "daemonization" + ], + "description": "Cross-platform process daemonization library", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-daemon" + }, + { + "name": "chronicles", + "url": "https://github.com/status-im/nim-chronicles", + "method": "git", + "tags": [ + "logging", + "json" + ], + "description": "A crafty implementation of structured logging for Nim", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-chronicles" + }, + { "name": "stb_image", "url": "https://gitlab.com/define-private-public/stb_image-Nim", "method": "git", |
