diff options
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index dcccf23..3047994 100644 --- a/packages.json +++ b/packages.json @@ -10076,6 +10076,21 @@ "web": "https://github.com/Calinou/clr" }, { + "name": "duktape", + "url": "https://github.com/manguluka/duktape-nim", + "method": "git", + "tags": [ + "js", + "javascript", + "scripting", + "language", + "interpreter" + ], + "description": "wrapper for the Duktape embeddable Javascript engine", + "license": "MIT", + "web": "https://github.com/manguluka/duktape-nim" + }, + { "name": "polypbren", "url": "https://github.com/guibar64/polypbren", "method": "git", |
