abicheck

Copyright 2026 Nikolay Petrov

This product is licensed under the Apache License, Version 2.0.
See the LICENSE file for details.

---

abicheck is a Python-native ABI compatibility checker for C/C++ shared libraries.
All source code in this repository was written independently.

Runtime tool dependencies (invoked as subprocesses, not distributed):
  - castxml (Apache-2.0)  https://github.com/CastXML/CastXML
  - GCC / Clang           system C++ compiler backend for castxml

Python package dependencies (not distributed, installed separately):
  - click         (BSD-3-Clause)
  - PyYAML        (MIT)
  - defusedxml    (PSF-2.0)
  - pyelftools    (Public Domain)
  - packaging     (Apache-2.0 / BSD-2-Clause)
  - pefile        (MIT)
  - macholib      (MIT)

For third-party attribution details see NOTICE.md.
