diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-01-11 01:34:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-11 01:34:06 +0700 |
commit | d576582f23869e1af547450434fab0296647bc35 (patch) | |
tree | 2efb24ff2c8b365d33d21d805d8e1009c8f44007 /development/reckless/slack-desc | |
parent | 7a07d454463fde80648ed2e9d0487e0b15152668 (diff) | |
download | slackbuilds-d576582f23869e1af547450434fab0296647bc35.tar.gz |
development/reckless: Added (logging library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/reckless/slack-desc')
-rw-r--r-- | development/reckless/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/reckless/slack-desc b/development/reckless/slack-desc new file mode 100644 index 0000000000..ca86b52ea7 --- /dev/null +++ b/development/reckless/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------------------------------------------------------| +reckless: reckless (low-latency and high-throughput logging library) +reckless: +reckless: Reckless is an extremely low-latency, high-throughput logging +reckless: library. It was created to perform extensive diagnostic logging +reckless: without worrying about performance. Reckless boasts the ability +reckless: to keep all log messages, without worrying about the performance +reckless: impact. +reckless: +reckless: +reckless: https://github.com/mattiasflodin/reckless +reckless: |