From 3597f40fb21a1d92d15d372fc15647da380531b0 Mon Sep 17 00:00:00 2001 From: leeooox Date: Tue, 3 Nov 2020 22:01:37 +0800 Subject: [PATCH] Added package nimvisa (#1690) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 221b87d..0beadd6 100644 --- a/packages.json +++ b/packages.json @@ -20085,5 +20085,16 @@ "description": "Canonical JSON according to RFC8785", "license": "MIT", "web": "https://github.com/jackhftang/canonicaljson.nim" + }, + { + "name": "nimvisa", + "url": "https://github.com/leeooox/nimvisa", + "method": "git", + "tags": [ + "wrapper" + ], + "description": "nimvisa is C wrapper for NI-VISA instrument control library", + "license": "MIT", + "web": "https://github.com/leeooox/nimvisa" } ]