diff --git a/packages.json b/packages.json index 8b37b4d..76de3e0 100644 --- a/packages.json +++ b/packages.json @@ -1200,5 +1200,15 @@ "description": "A FUSE binding for Nim", "license": "MIT", "web": "https://github.com/akiradeveloper/nim-fuse", + }, + { + "name": "brainfuck", + "url": "https://github.com/def-/brainfuck.git", + "method": "git", + "tags": ["library", "binary", "app", "interpreter", "compiler", "language"], + "description": "A brainfuck interpreter and compiler", + "license": "MIT", + "web": "https://github.com/def-/nim-brainfuck" } + ]