diff options
author | Marian Marinov <mm@yuhu.biz> | 2019-10-05 06:20:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 06:20:52 +0700 |
commit | 087353ea5a7e7fee2536446ac7a2e6d71089a487 (patch) | |
tree | f8adbfc6be446cef7e2183c63bb711f2f1fcaa57 /system/babeltrace/slack-desc | |
parent | 14f1a4b24756cef280a6b4c36066e01ef0f3ab79 (diff) | |
download | slackbuilds-087353ea5a7e7fee2536446ac7a2e6d71089a487.tar.gz |
system/babeltrace: Added (trace format converter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/babeltrace/slack-desc')
-rw-r--r-- | system/babeltrace/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/babeltrace/slack-desc b/system/babeltrace/slack-desc new file mode 100644 index 0000000000..77775eeee2 --- /dev/null +++ b/system/babeltrace/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +babeltrace: babeltracer (trace format converter) +babeltrace: +babeltrace: The Babeltrace project provides a library, Python bindings of this +babeltrace: library, as well as a handy little command-line tool aptly named +babeltrace: babeltrace which makes it very easy for mere mortals to view and +babeltrace: convert traces. +babeltrace: Babeltrace is also the reference parser implementation of the Common +babeltrace: Trace Format (CTF), a very versatile trace format. The Babeltrace +babeltrace: library and its Python bindings can read and write CTF traces. +babeltrace: +babeltrace: Homepage: https://diamon.org/babeltrace/ |