From 772c5ed6bee2d328709e85fe4d036e8122fd2bcc Mon Sep 17 00:00:00 2001 From: V-X Date: Tue, 23 Jul 2019 00:07:01 -0500 Subject: [PATCH] Add QuickJS.nim (#1122) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 8659301..df486bf 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,17 @@ [ + { + "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",