Compatibility with the Arduino library registry ?
The current installation of the library is done by cloning this repository and selecting the version you want to use (arm or avr) and copying it to the Arduino Library path.
Officially Arduino has a registry repository where any library can be added and made accessible via the Arduino library manager.
https://github.com/arduino/library-registry
Why hasn't it been thought to use the official Arduino method?
Hi there, Thanks for pointing this out. The qpcpp_arm-cm library for Arduino/ARM-based will be registered in the official Arduino Library Manager at the next release, which is planned to be version 7.0.0. The qpn_avr library will be dropped as no longer supported. --MMS