From cd569530e3584f958ce471efdec1446b01a696d9 Mon Sep 17 00:00:00 2001 From: Abhishek Keshri Date: Mon, 25 Jan 2021 11:17:51 +0530 Subject: [PATCH] Added package nimfcuk (#1792) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 216053c..fa3b9a6 100644 --- a/packages.json +++ b/packages.json @@ -21248,5 +21248,20 @@ "description": "Various kinds of hashed array trees.", "license": "MIT", "web": "https://github.com/davidgarland/nim-hats" + }, + { + "name": "nimfcuk", + "url": "https://github.com/2KAbhishek/nimfcuk", + "method": "git", + "tags": [ + "cli", + "library", + "brainfuck", + "compiler", + "interpreter" + ], + "description": "A brainfuck interpreter & compiler implemented in nim", + "license": "GPL-3.0", + "web": "https://github.com/2KAbhishek/nimfcuk" } ]