diff options
| author | manguluka <tali@manguluka.com> | 2018-07-28 04:29:08 -0700 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-07-28 12:29:08 +0100 |
| commit | c599dabbda2568aa2bc3ee4412a0411b6dfcf966 (patch) | |
| tree | 8f18eff58e213b4d2ed7b6644453ea12978fbe14 | |
| parent | 3cc4d0114c1f0c998cf9798447bddf16822c1168 (diff) | |
| download | packages-c599dabbda2568aa2bc3ee4412a0411b6dfcf966.tar.gz packages-c599dabbda2568aa2bc3ee4412a0411b6dfcf966.zip | |
Added package duktape (#807)
| -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", |
