AimRT/_deps/boost-src/libs/asio/meta/libraries.json

17 lines
435 B
JSON
Raw Normal View History

2025-01-12 20:37:50 +08:00
{
"key": "asio",
"name": "Asio",
"authors": [
"Chris Kohlhoff"
],
"description": "Portable networking and other low-level I/O, including sockets, timers, hostname resolution, socket iostreams, serial ports, file descriptors and Windows HANDLEs.",
"category": [
"Concurrent",
"IO"
],
"maintainers": [
"Chris Kohlhoff <chris -at- kohlhoff.com>"
],
"cxxstd": "03"
}