diff options
| author | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-02-06 22:00:15 -0500 |
|---|---|---|
| committer | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-02-06 22:00:15 -0500 |
| commit | c340dd94e7dd8f8a351fed74034bd5d3e812b579 (patch) | |
| tree | 393ca15cd135d61cfed8d2aea6da8c08c87730c6 | |
| parent | 8fab1575b26c04b96b1d8b2f6def71f08faf3589 (diff) | |
| download | packages-c340dd94e7dd8f8a351fed74034bd5d3e812b579.tar.gz packages-c340dd94e7dd8f8a351fed74034bd5d3e812b579.zip | |
Add brainfuck
on behalf of @def-
| -rw-r--r-- | packages.json | 10 |
1 files changed, 10 insertions, 0 deletions
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" } + ] |
