Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added package iniplus #2759

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
]
Loading