lvc / abi-compliance-checker

A tool for checking backward API/ABI compatibility of a C/C++ library
https://lvc.github.io/abi-compliance-checker/
GNU Lesser General Public License v2.1
621 stars 76 forks source link

Any maintenance and updating plan for this tool? #127

Open Fan-HuaXD opened 5 months ago

Fan-HuaXD commented 5 months ago

We find this tool (ABICC, and JAPICC as well) is well-designed and really powerful, so we are considering to use it as one component of our own project, in order to handle more complex circumstance. But we notice this project has not been updated for 3 years, so we wonder if there will be any maintenance and updating plan for this tool? Thank you very much!