Prune devel/py-EnthoughtBase
[dports.git] / devel / cpp-netlib / pkg-descr
1 cpp-netlib is a collection of network related routines/implementations geared
2 towards providing a robust cross-platform networking library. cpp-netlib
3 offers the following implementations:
4
5 * Common Message Type -- A generic message type which can be used to
6   encapsulate and store message related information, used by all network
7   implementations as the primary means of data exchange.
8
9 * Network protocol message parsers -- A collection of parsers which generate
10   message objects from strings.
11
12 * Adapters and Wrappers -- A collection of Adapters and wrappers aimed towards
13   making the message type STL friendly.
14
15 * Network protocol client and server implementations -- A collection of
16   network protocol implementations that include embeddable client and server
17   types.
18
19 WWW: https://github.com/cpp-netlib/cpp-netlib/