From 94d025c143e4a91575d5f5b9722e181a4cdac81a Mon Sep 17 00:00:00 2001 From: oskca Date: Tue, 14 Aug 2018 18:18:01 +0800 Subject: [PATCH] Added package wstp (#830) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index ddf9ac3..7d445d2 100644 --- a/packages.json +++ b/packages.json @@ -10247,6 +10247,20 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nim-espeak" }, + { + "name": "wstp", + "url": "https://github.com/oskca/nim-wstp", + "method": "git", + "tags": [ + "wolfram", + "mathematica", + "bindings", + "wstp" + ], + "description": "Nim bindings for WSTP", + "license": "MIT", + "web": "https://github.com/oskca/nim-wstp" + }, { "name": "uibuilder", "url": "https://github.com/ba0f3/uibuilder.nim",