You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-cpp/libebt/metadata.xml

14 lines
592 B

<?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>