
The c++ network library project aims to build upon the latest c++ standard (currently c++11) to provide easy to use libraries for network programming. we use the latest compiler versions and features with an eye on pushing the boundaries on leveraging what's available in c++.
currently the library contains an http client and server implementation, a stand-alone uri library, a network message framework, and some concurrency tools.
this package provides the development files (ie. includes, static library, manual pages) that allow one to build software which uses libcppnetlib.