From e0b34a805b8ef94aa79ff035e859803b98439257 Mon Sep 17 00:00:00 2001 From: Pedro Gonring Date: Tue, 1 Oct 2019 01:58:40 -0300 Subject: Added package fwrite (#1193) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index d7690b7..2671124 100644 --- a/packages.json +++ b/packages.json @@ -14555,5 +14555,19 @@ "description": "Password generation library in Nim", "license": "MIT", "web": "https://github.com/rustomax/nim-passgen" + }, + { + "name": "fwrite", + "url": "https://github.com/pdrb/nim-fwrite", + "method": "git", + "tags": [ + "create,", + "file,", + "write,", + "fwrite" + ], + "description": "Create files of the desired size", + "license": "MIT", + "web": "https://github.com/pdrb/nim-fwrite" } ] -- cgit v1.2.3