Skip to content

Commit

Permalink
Add package iniplus (#2760)
Browse files Browse the repository at this point in the history
* Added package iniplus

* Update package iniplus
  • Loading branch information
penguinite authored Nov 26, 2023
1 parent f0d8225 commit 2127462
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
]

0 comments on commit 2127462

Please sign in to comment.