From e0318de63b242ade81814ab7b1101ea43b42f837 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Tue, 7 May 2019 11:41:59 -0400 Subject: [PATCH] Added package svdpi (#1076) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index bf4ed28..16dddf9 100644 --- a/packages.json +++ b/packages.json @@ -13259,5 +13259,19 @@ "description": "A Nim library for data science and machine learning", "license": "Apache License 2.0", "web": "https://github.com/ruivieira/nim-mentat" + }, + { + "name": "svdpi", + "url": "https://github.com/kaushalmodi/nim-svdpi", + "method": "git", + "tags": [ + "dpi-c", + "systemverilog", + "foreign-function", + "interface" + ], + "description": "Small wrapper for SystemVerilog DPI-C header svdpi.h", + "license": "MIT", + "web": "https://github.com/kaushalmodi/nim-svdpi" } ]