blob: baf07140e80f4951f8ac1684e3acba3fe380c0da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>cpp</herd>
<longdescription lang="en">
The libebt library provides a clean way of getting human-readable
backtrace messages in C++. It uses the RAII (resource acquisition is
initialisation) idiom to manage backtrace stack items. libebt is a pure
template library, so there is no need to link your application against
anything. libebt is installed into the standard include path, so no
CXXFLAGS are needed either.
</longdescription>
</pkgmetadata>
|