mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-07 08:33:10 +00:00
Merge pull request #286 from theduke/utils-yaml
Added utils and YAML packages
This commit is contained in:
commit
37f21d99cc
@ -3652,5 +3652,31 @@
|
|||||||
"description": "Nim wrapper for librdkafka",
|
"description": "Nim wrapper for librdkafka",
|
||||||
"license": "Apache License 2.0",
|
"license": "Apache License 2.0",
|
||||||
"web": "https://github.com/dfdeshom/nimrdkafka"
|
"web": "https://github.com/dfdeshom/nimrdkafka"
|
||||||
}
|
},
|
||||||
]
|
{
|
||||||
|
"name": "utils",
|
||||||
|
"url": "https://github.com/nim-appkit/utils",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"library",
|
||||||
|
"utilities"
|
||||||
|
],
|
||||||
|
"description": "Collection of string, parsing, pointer, ... utilities.",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/nim-appkit/utils"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "yaml",
|
||||||
|
"url": "https://github.com/nim-appkit/yaml",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"library",
|
||||||
|
"serialization",
|
||||||
|
"parsing",
|
||||||
|
"yaml"
|
||||||
|
],
|
||||||
|
"description": "YAML parser",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/nim-appkit/yaml"
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
x
Reference in New Issue
Block a user