mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-03 22:53:10 +00:00
Add Bali (#3085)
* add: `bali` Bali is an embeddable JavaScript engine written in Nim. * add: more tags for `bali`
This commit is contained in:
parent
25718e6005
commit
ea150bfb12
@ -35837,6 +35837,22 @@
|
|||||||
"description": "A simple terminal file manager for Linux and MacOS inspired by Ranger FM",
|
"description": "A simple terminal file manager for Linux and MacOS inspired by Ranger FM",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"web": "https://github.com/ANSI-D/NiFE"
|
"web": "https://github.com/ANSI-D/NiFE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "bali",
|
||||||
|
"url": "https://github.com/ferus-web/bali",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"javascript",
|
||||||
|
"interpreter",
|
||||||
|
"compiler",
|
||||||
|
"jit", "x86-64",
|
||||||
|
"optimizer", "bytecode",
|
||||||
|
"scripting", "lexer",
|
||||||
|
"parser"
|
||||||
|
],
|
||||||
|
"description": "Bali is an embeddable JavaScript engine written in Nim from scratch.",
|
||||||
|
"license": "LGPL-3.0",
|
||||||
|
"web": "https://ferus-web.github.io/bali/"
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user