From 9f4ab1351d925da696583505b491b9d8e13ee311 Mon Sep 17 00:00:00 2001 From: Sergio Tapia Date: Tue, 17 Mar 2020 01:36:33 -0400 Subject: [PATCH] Add filesize package (#1402) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 3a865f7..4b0cbb2 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,17 @@ [ + { + "name": "filesize", + "url": "https://github.com/sergiotapia/filesize", + "method": "git", + "tags": [ + "filesize", + "size" + ], + "description": "A Nim package to convert filesizes into other units, and turns filesizes into human readable strings.", + "license": "MIT", + "web": "https://github.com/sergiotapia/filesize", + "doc": "https://github.com/sergiotapia/filesize" + }, { "name": "argon2_bind", "url": "https://github.com/D-Nice/argon2_bind",