Add QuickJS.nim (#1122)

This commit is contained in:
V-X 2019-07-23 00:07:01 -05:00 committed by Miran
parent bb4754c904
commit 772c5ed6be

View File

@ -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",