Added package pathutils (#2761)

Co-authored-by: Harrison Mbemba <hmbemba@gmail.com.com>
This commit is contained in:
hmbemba
2023-11-26 06:33:20 +01:00
committed by GitHub
co-authored by Harrison Mbemba
parent 2127462818
commit cbffa610ea
+13
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"
}
]