esp-nimble-cpp/library.json
h2zero 62de1b23fa Add library.json
* Add fields for idf registry
2024-12-13 12:06:45 -07:00

24 lines
501 B
JSON

{
"name": "esp-nimble-cpp",
"version": "2.0.0",
"description": "C++ wrapper for the NimBLE BLE stack",
"keywords": [
"BLE",
"espidf",
"arduino",
"espressif",
"esp32",
"nimble"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/h2zero/esp-nimble-cpp"
},
"authors": {
"name": "Ryan Powell",
"email": "ryan@nable-embedded.io",
"url": "https://github.com/h2zero/esp-nimble-cpp",
"maintainer": true
}
}