mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-05 23:53:08 +00:00
Add JsonBuilder (without using Nimble's broken push)
This commit is contained in:
parent
0c0a91d824
commit
3d5fb76b9c
@ -5068,5 +5068,18 @@
|
|||||||
"description": "BGFX wrapper for the nim programming language.",
|
"description": "BGFX wrapper for the nim programming language.",
|
||||||
"license": "BSD2",
|
"license": "BSD2",
|
||||||
"web": "https://github.com/Halsys/nim-bgfx"
|
"web": "https://github.com/Halsys/nim-bgfx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "json_builder",
|
||||||
|
"tags": [
|
||||||
|
"json",
|
||||||
|
"generator",
|
||||||
|
"builder"
|
||||||
|
],
|
||||||
|
"method": "git",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/undecided/json_builder",
|
||||||
|
"url": "https://github.com/undecided/json_builder",
|
||||||
|
"description": "Easy and fast generator for valid json in nim"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user