-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
28 lines (28 loc) · 675 Bytes
/
library.json
File metadata and controls
28 lines (28 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "Rishka",
"version": "1.0.0",
"description": "RISC-V virtual runtime in C/C++ made for ESP32-WROVER with PSRAM.",
"keywords": [
"RISC-V",
"virtual runtime",
"ESP32-WROVER",
"PSRAM"
],
"homepage": "https://github.com/rishka-esp32/rishka",
"repository": {
"type": "git",
"url": "https://github.com/rishka-esp32/rishka.git"
},
"license": "GPLv3",
"authors": [
{
"name": "Nathanne Isip",
"email": "nathanneisip@gmail.com",
"maintainer": true
}
],
"frameworks": "arduino",
"platforms": [
"espressif32"
]
}