diff --git a/packages.json b/packages.json index ba4e8313e..c8b194181 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]