Skip to content

Commit

Permalink
Added package iniplus
Browse files Browse the repository at this point in the history
Signed-off-by: systemonia <systemonia@proton.me>
  • Loading branch information
systemonia committed Nov 25, 2023
1 parent f0d8225 commit c87af1c
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 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,19 @@
"description": "Yet another async/await for Nim",
"license": "MIT",
"web": "https://github.com/yglukhov/yasync"
},
{
"name": "iniplus",
"url": "https://systemoniagit/systemonia/iniplus",
"method": "git",
"tags": [
"config",
"ini",
"library",
"extended"
],
"description": "An extended INI parser for Nim.",
"license": "BSD-3-Clause",
"web": "https://systemoniagit/systemonia/iniplus"
}
]

0 comments on commit c87af1c

Please sign in to comment.