diff options
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index b4bfadf..abf8c61 100644 --- a/packages.json +++ b/packages.json @@ -12377,6 +12377,19 @@ "web": "https://github.com/MaxUNof/gurl" }, { + "name": "wren", + "url": "https://github.com/geotre/wren", + "method": "git", + "tags": [ + "wren", + "scripting", + "interpreter" + ], + "description": "A nim wrapper for Wren, an embedded scripting language", + "license": "MIT", + "web": "https://github.com/geotre/wren" + }, + { "name": "tiny_sqlite", "url": "https://github.com/GULPF/tiny_sqlite", "method": "git", |
