Add library.json

* Add fields for idf registry
This commit is contained in:
h2zero
2024-12-13 11:42:48 -07:00
committed by Ryan Powell
parent 57e583c17a
commit 62de1b23fa
2 changed files with 33 additions and 3 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"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
}
}