summaryrefslogtreecommitdiff
blob: 9b04cdc106f44944b38661160d8bbd4c4ca28a07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>cpp</herd>
	<maintainer><email>spb@gentoo.org</email></maintainer>
	<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>