aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaushal Modi <kaushal.modi@gmail.com>2019-05-07 11:41:59 -0400
committerMiran <narimiran@disroot.org>2019-05-07 17:41:59 +0200
commite0318de63b242ade81814ab7b1101ea43b42f837 (patch)
treead68a1035bc371081f63e3817570c7a25b7c6255
parent8c1e5e9f50e7fdfc1969a0c2a2eb22061a47263d (diff)
downloadpackages-e0318de63b242ade81814ab7b1101ea43b42f837.tar.gz
packages-e0318de63b242ade81814ab7b1101ea43b42f837.zip
Added package svdpi (#1076)
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
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"
}
]