1URL: https://github.com/lvc/abi-compliance-checker/
2Version: 1.99.26
3License: GPL2.0, LGPL2.0
4License File: LICENSE
5
6Description:
7This tool compares the ABI-dumps of two C/C++ libraries(shared/static) and
8generates a compatibility report specifying any breakages in ABI compliance.
9
10Local Modifications:
11Add command-line options to specify paths to c++filt, objdump, readelf. Makefile
12will be removed. abi-compliance-checker.pl needs +x permissions.
13