mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2026-05-04 19:54:08 +02:00
Add library.json
* Add fields for idf registry
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user