21 lines
479 B
JSON
21 lines
479 B
JSON
{
|
|
"name": "rpc_core",
|
|
"description": "a tiny c++11 rpc library, supports all platforms (macOS, Linux, Windows, iOS, Android, etc.) and most microchips (Arduino, STM32, ESP32/ESP8266, etc.)",
|
|
"keywords": "rpc",
|
|
"authors": {
|
|
"name": "shuai132",
|
|
"maintainer": true
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/shuai132/rpc_core.git"
|
|
},
|
|
"version": "2.0.1",
|
|
"build": {
|
|
"srcDir": "_",
|
|
"flags": [
|
|
"-I include"
|
|
]
|
|
}
|
|
}
|