Changeset a87727a for npl/system/libmnl/slack-desc
- Timestamp:
- 06/14/21 10:28:36 (4 years ago)
- Branches:
- master
- Children:
- 62266ed
- Parents:
- 31fd825
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/system/libmnl/slack-desc
r31fd825 ra87727a 3 3 # Line up the first '|' above the ':' following the base package name, and 4 4 # the '|' on the right side marks the last column you can put a character in. 5 # You must make exactly 11 lines for the formatting to be correct. 5 # You must make exactly 11 lines for the formatting to be correct. It's also 6 6 # customary to leave one space after the ':' except on otherwise blank lines. 7 7 … … 10 10 libmnl: 11 11 libmnl: libmnl is a minimalistic user-space library oriented to Netlink 12 libmnl: developers. 12 libmnl: developers. There are a lot of common tasks in parsing, validating, 13 13 libmnl: constructing of both the Netlink header and TLVs that are repetitive 14 libmnl: and easy to get wrong. 14 libmnl: and easy to get wrong. This library aims to provide simple helpers 15 15 libmnl: that allows you to re-use code and to avoid re-inventing the wheel. 16 16 libmnl:
Note: See TracChangeset
for help on using the changeset viewer.