mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-05 23:53:08 +00:00
Add nim-daemon and nim-chronicles
This commit is contained in:
parent
61c6149e23
commit
fae918ce76
@ -5999,10 +5999,34 @@
|
|||||||
"math",
|
"math",
|
||||||
"numbers"
|
"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",
|
"license": "Apache License 2.0",
|
||||||
"web": "https://github.com/status-im/nim-stint"
|
"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",
|
"name": "stb_image",
|
||||||
"url": "https://gitlab.com/define-private-public/stb_image-Nim",
|
"url": "https://gitlab.com/define-private-public/stb_image-Nim",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user