From b0675234a2f2411c6a5105562c1db523daf8f8b1 Mon Sep 17 00:00:00 2001 From: Oliver Thomas Date: Sat, 22 Apr 2023 14:38:51 +0100 Subject: [PATCH] add niscv package (#2575) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 1c39064..3821b46 100644 --- a/packages.json +++ b/packages.json @@ -29942,5 +29942,21 @@ "description": "Nim file-encryption module that uses AES256-CBC to encrypt/decrypt files.", "license": "Apache 2.0", "web": "https://github.com/maxDcb/nimAesCrypt" + }, + { + "name": "niscv", + "url": "https://gitlab.com/OFThomas/niscv", + "method": "git", + "tags": [ + "virtual-machine", + "emulator", + "riscv", + "isa", + "virtual", + "machine" + ], + "description": "Nim powered RISC-V virtual machine and emulator.", + "license": "GPL3", + "web": "https://gitlab.com/OFThomas/niscv" } ]