├── LICENSE ├── Makefile ├── README.md ├── modules └── Internals │ └── Styles │ └── Report.css └── pkg-abidiff.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvc/pkg-abidiff/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvc/pkg-abidiff/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvc/pkg-abidiff/HEAD/README.md -------------------------------------------------------------------------------- /modules/Internals/Styles/Report.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvc/pkg-abidiff/HEAD/modules/Internals/Styles/Report.css -------------------------------------------------------------------------------- /pkg-abidiff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvc/pkg-abidiff/HEAD/pkg-abidiff.py --------------------------------------------------------------------------------