Added package pathutils (#2761)

Co-authored-by: Harrison Mbemba <hmbemba@gmail.com.com>
This commit is contained in:
hmbemba 2023-11-25 21:33:20 -08:00 committed by GitHub
parent 2127462818
commit cbffa610ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32015,5 +32015,18 @@
"description": "An extended INI parser for Nim.",
"license": "BSD-3-Clause",
"web": "https://github.com/systemonia/iniplus"
},
{
"name": "pathutils",
"url": "https://github.com/hmbemba/pathutils",
"method": "git",
"tags": [
"utils",
"paths",
"helper"
],
"description": "Utilities for handling paths",
"license": "MIT",
"web": "https://github.com/hmbemba/pathutils"
}
]