diff options
| author | V-X <v@nul.lu> | 2019-07-23 00:07:01 -0500 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-07-23 07:07:01 +0200 |
| commit | 772c5ed6bee2d328709e85fe4d036e8122fd2bcc (patch) | |
| tree | 214ae9d369a95f07e5b1bab6b1217db705daae77 | |
| parent | bb4754c9048a2d9c22e7d69d84d2399276a8870b (diff) | |
| download | packages-772c5ed6bee2d328709e85fe4d036e8122fd2bcc.tar.gz packages-772c5ed6bee2d328709e85fe4d036e8122fd2bcc.zip | |
Add QuickJS.nim (#1122)
| -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", |
