libraries.json 415 B

123456789101112131415
  1. {
  2. "key": "asio",
  3. "name": "Asio",
  4. "authors": [
  5. "Chris Kohlhoff"
  6. ],
  7. "description": "Portable networking and other low-level I/O, including sockets, timers, hostname resolution, socket iostreams, serial ports, file descriptors and Windows HANDLEs.",
  8. "category": [
  9. "Concurrent",
  10. "IO"
  11. ],
  12. "maintainers": [
  13. "Chris Kohlhoff <chris -at- kohlhoff.com>"
  14. ]
  15. }