temporary fix for build errors
[platform/upstream/libabigail.git] / README
1 This is the Application Binary Interface Generic Analysis and
2 Instrumentation Library.
3
4 It aims at constructing, manipulating, serializing and de-serializing
5 ABI-relevant artifacts.
6
7 The set of artifacts that we are intersted is made of quantities like
8 types, variable, fonctions and declarations of a given library or
9 program.  For a given library or program this set of quantities is
10 called an ABI corpus.
11
12 This library aims at (among other things) providing a way to compare
13 two ABI Corpora (apparently the plural of corpus is copora, heh,
14 that's cool), provide detailed information about their differences,
15 and help build tools to infer interesting conclusions about these
16 differences.
17
18 You are welcome to contribute to this project after reading the files
19 CONTRIBUTING and COMMIT-LOG-GUIDELINES files in the source tree.
20
21 Communicating with the maintainers of this project -- including
22 sending patches to be include to the source code -- happens via email
23 at libabigail@sourceware.org.