asio 1.22.2
C++ library for ASynchronous network I/O
Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach.
- Website: https://think-async.com/Asio
- Licenses: Boost 1.0
- Package source: gnu/packages/networking.scm
- Builds: See build status
- Issues: See known issues
Installation
Install asio 1.22.2
as follows:
guix install asio@1.22.2
Or install the latest version:
guix install asio
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.