Source: vtable-dumper Section: devel Priority: optional Build-Depends: debhelper-compat (= 13), libelf-dev Maintainer: Mathieu Malaterre Uploaders: Bastien Roucariès Standards-Version: 4.7.2 Homepage: https://github.com/lvc/vtable-dumper Vcs-Git: https://salsa.debian.org/debian/vtable-dumper.git Vcs-Browser: https://salsa.debian.org/debian/vtable-dumper Package: vtable-dumper Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: tool to list content of virtual tables in a C++ shared library It is intended for developers of software libraries and maintainers of Linux distributions who are interested in ensuring backward binary compatibility. . A virtual function table is a mechanism used in a programming language to support dynamic dispatch (or run-time method binding). Virtual tables are part of the ABI of a C++ shared library.