Added package pathname (#1619)

This commit is contained in:
Raimund Hübel 2020-08-25 15:23:53 +02:00 committed by GitHub
parent 5416690d73
commit 65f70cacdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19315,5 +19315,19 @@
"description": "Async MySQL Connector write in pure Nim.",
"license": "MIT",
"web": "https://github.com/bung87/amysql"
},
{
"name": "pathname",
"url": "https://github.com/RaimundHuebel/nimpathname",
"method": "git",
"tags": [
"library",
"pathname",
"file_utils",
"filesystem"
],
"description": "Library to support work with pathnames in Windows and Posix-based systems. Inspired by Rubies pathname.",
"license": "MIT",
"web": "https://github.com/RaimundHuebel/nimpathname"
}
]