From 65f70cacdb6012faa1a064f48573f378a3fd3f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20H=C3=BCbel?= Date: Tue, 25 Aug 2020 15:23:53 +0200 Subject: [PATCH] Added package pathname (#1619) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 0d33cf7..6ccce52 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]