diff options
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 8659301..df486bf 100644 --- a/packages.json +++ b/packages.json @@ -1,5 +1,18 @@ [ { + "name": "QuickJS.nim", + "url": "https://github.com/ImVexed/quickjs.nim", + "method": "git", + "tags": [ + "QuickJS", + "Javascript", + "Runtime" + ], + "description": "A QuickJS wrapper for Nim", + "license": "MIT", + "web": "https://github.com/ImVexed/quickjs.nim" + }, + { "name": "BitVector", "url": "https://github.com/MarcAzar/BitVector", "method": "git", |
