Package: AsioHeaders Type: Package Title: 'Asio' C++ Header Files Version: 1.30.2-1 Date: 2025-04-15 Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")), person("Christopher M.", "Kohlhoff", role = "aut", comment = "Author of Asio")) Description: '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. It is also included in Boost but requires linking when used with Boost. Standalone it can be used header-only (provided a recent compiler). 'Asio' is written and maintained by Christopher M. Kohlhoff, and released under the 'Boost Software License', Version 1.0. Copyright: file inst/COPYRIGHTS License: BSL-1.0 URL: https://github.com/eddelbuettel/asioheaders, https://dirk.eddelbuettel.com/code/asioheaders.html BugReports: https://github.com/eddelbuettel/asioheaders/issues Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-04-24 02:18:07 UTC RemoteUrl: https://github.com/eddelbuettel/asioheaders RemoteRef: HEAD RemoteSha: ac9aee65e7c6ade1087e9c0ae685d6c6fecd6d10 NeedsCompilation: no Packaged: 2026-06-23 09:58:00 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ), Christopher M. Kohlhoff [aut] (Author of Asio) Maintainer: Dirk Eddelbuettel