mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-07 16:43:09 +00:00
Add package iniplus (#2760)
* Added package iniplus * Update package iniplus
This commit is contained in:
parent
f0d82256e2
commit
2127462818
@ -341,8 +341,10 @@
|
|||||||
"url": "https://github.com/choltreppe/objaccess",
|
"url": "https://github.com/choltreppe/objaccess",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [
|
"tags": [
|
||||||
"getter", "setter",
|
"getter",
|
||||||
"setable", "getable",
|
"setter",
|
||||||
|
"setable",
|
||||||
|
"getable",
|
||||||
"object"
|
"object"
|
||||||
],
|
],
|
||||||
"description": "generate setters and getters for object types",
|
"description": "generate setters and getters for object types",
|
||||||
@ -31916,8 +31918,8 @@
|
|||||||
"description": "MIDI file parser in Nim, for Nim",
|
"description": "MIDI file parser in Nim, for Nim",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/Mycsina/NiMIDI"
|
"web": "https://github.com/Mycsina/NiMIDI"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "yahttp",
|
"name": "yahttp",
|
||||||
"url": "https://github.com/mishankov/yahttp",
|
"url": "https://github.com/mishankov/yahttp",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
@ -31998,5 +32000,20 @@
|
|||||||
"description": "Yet another async/await for Nim",
|
"description": "Yet another async/await for Nim",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/yglukhov/yasync"
|
"web": "https://github.com/yglukhov/yasync"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "iniplus",
|
||||||
|
"url": "https://github.com/systemonia/iniplus",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"ini",
|
||||||
|
"config",
|
||||||
|
"parser",
|
||||||
|
"extended",
|
||||||
|
"library"
|
||||||
|
],
|
||||||
|
"description": "An extended INI parser for Nim.",
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
|
"web": "https://github.com/systemonia/iniplus"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user