mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-02 22:23:06 +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",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"getter", "setter",
|
||||
"setable", "getable",
|
||||
"getter",
|
||||
"setter",
|
||||
"setable",
|
||||
"getable",
|
||||
"object"
|
||||
],
|
||||
"description": "generate setters and getters for object types",
|
||||
@ -31916,8 +31918,8 @@
|
||||
"description": "MIDI file parser in Nim, for Nim",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/Mycsina/NiMIDI"
|
||||
},
|
||||
{
|
||||
},
|
||||
{
|
||||
"name": "yahttp",
|
||||
"url": "https://github.com/mishankov/yahttp",
|
||||
"method": "git",
|
||||
@ -31998,5 +32000,20 @@
|
||||
"description": "Yet another async/await for Nim",
|
||||
"license": "MIT",
|
||||
"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