I have some Modulino family I2C modules in my lab.
App Lab 0.2.0 finds the library, but doesn't install it. I've tried other libraries, and they seem to install. For example, I successfully installed the Adafruit GPS Library to use I2C GPS, and this library was installed.
And anyway when I try to compile it gives me the following error:
The library MsgPack has been automatically added from sketch project.
/home/arduino/.arduino15/packages/zephyr/tools/arm-zephyr-eabi/0.16.8/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld: /home/arduino/ArduinoApps/a/.cache/sketch/libraries/Adafruit GPS Library/NMEA_data.cpp.o: in function `Adafruit_GPS::boatAngle(float, float)':
/home/arduino/.arduino15/internal/Adafruit_GPS_Library_1.7.5_c50db2d7ae65efd0/Adafruit GPS Library/src/NMEA_data.cpp:539: undefined reference to `asin'
/home/arduino/.arduino15/packages/zephyr/tools/arm-zephyr-eabi/0.16.8/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld: /home/arduino/.arduino15/internal/Adafruit_GPS_Library_1.7.5_c50db2d7ae65efd0/Adafruit GPS Library/src/NMEA_data.cpp:539: undefined reference to `acos'
collect2: error: ld returned 1 exit status
exit status 1
In my opinion we are not 100% compatible with the standard Arduino libraries.