Add package iniplus (#2760)

* Added package iniplus

* Update package iniplus
This commit is contained in:
systemonia 2023-11-26 00:24:06 +00:00 committed by GitHub
parent f0d82256e2
commit 2127462818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]