add niscv package (#2575)

This commit is contained in:
Oliver Thomas 2023-04-22 14:38:51 +01:00 committed by GitHub
parent c43bdace65
commit b0675234a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]