diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2018-09-15 07:27:14 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:41:00 -0500 |
commit | 258d3e04845ce5e8e94a8100da1e5fd70db96010 (patch) | |
tree | 7ece5da3426b96254f2461981762e37ba2b432a5 /libraries/libunwind/slack-desc | |
parent | e9ef36222ee915e5a996a3d3d76e5bcd71a05ccc (diff) |
libraries/libunwind: Removed (added to Slackware).
Thanks to montagdude
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libunwind/slack-desc')
-rw-r--r-- | libraries/libunwind/slack-desc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libraries/libunwind/slack-desc b/libraries/libunwind/slack-desc deleted file mode 100644 index 3fe00993a063b..0000000000000 --- a/libraries/libunwind/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# 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------------------------------------------------------| -libunwind: libunwind (C programming interface to determine the call-chain) -libunwind: -libunwind: It is a portable and efficient C programming interface -libunwind: to determine the call-chain of a program. -libunwind: The API is useful in a number of applications: -libunwind: * debuggers -libunwind: * introspection -libunwind: * efficient setjmp() -libunwind: * ... -libunwind: -libunwind: Homepage: http://www.nongnu.org/libunwind |