added package brainimfuck to packages.json (#2639)

This commit is contained in:
Kay 2023-07-09 15:56:40 +02:00 committed by GitHub
parent d96506fb20
commit cde9eaec8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30653,5 +30653,21 @@
"description": "Simple parser for HTML",
"license": "MIT",
"web": "https://github.com/TelegramXPlus/beautifulparser"
},
{
"name": "brainimfuck",
"url": "https://github.com/nirokay/brainimfuck",
"method": "git",
"tags": [
"brainfuck",
"interpreter",
"language",
"cli",
"binary",
"app"
],
"description": "Brainfuck interpreter with some advanced features, such as syntax checking and highlighting errors.",
"license": "GPL-3.0-only",
"web": "https://github.com/nirokay/brainimfuck"
}
]