diff options
| author | Kaushal Modi <kaushal.modi@gmail.com> | 2019-05-07 11:41:59 -0400 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-05-07 17:41:59 +0200 |
| commit | e0318de63b242ade81814ab7b1101ea43b42f837 (patch) | |
| tree | ad68a1035bc371081f63e3817570c7a25b7c6255 | |
| parent | 8c1e5e9f50e7fdfc1969a0c2a2eb22061a47263d (diff) | |
| download | packages-e0318de63b242ade81814ab7b1101ea43b42f837.tar.gz packages-e0318de63b242ade81814ab7b1101ea43b42f837.zip | |
Added package svdpi (#1076)
| -rw-r--r-- | packages.json | 14 |
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" } ] |
