diff options
Diffstat (limited to 'libraries/libmnl/slack-desc')
-rw-r--r-- | libraries/libmnl/slack-desc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libraries/libmnl/slack-desc b/libraries/libmnl/slack-desc deleted file mode 100644 index 017c87d52f..0000000000 --- a/libraries/libmnl/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 ':'. - - |-----handy-ruler------------------------------------------------------| -libmnl: libmnl (user-space library oriented to Netlink developers) -libmnl: -libmnl: libmnl is a minimalistic user-space library oriented to Netlink -libmnl: developers. There are a lot of common tasks in parsing, validating, -libmnl: constructing of both the Netlink header and TLVs that are repetitive -libmnl: and easy to get wrong. This library aims to provide simple helpers -libmnl: that allows you to re-use code and to avoid re-inventing the wheel. -libmnl: -libmnl: Homepage: http://www.netfilter.org/projects/libmnl/ -libmnl: -libmnl: |