{"id":16572105,"url":"https://github.com/eddelbuettel/asioheaders","last_synced_at":"2026-03-16T23:32:29.946Z","repository":{"id":3219089,"uuid":"48777871","full_name":"eddelbuettel/asioheaders","owner":"eddelbuettel","description":"R package providing Asio C++ library header files","archived":false,"fork":false,"pushed_at":"2024-12-17T22:41:47.000Z","size":1956,"stargazers_count":11,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T13:22:40.746Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eddelbuettel.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-12-30T02:45:57.000Z","updated_at":"2024-12-17T22:41:52.000Z","dependencies_parsed_at":"2024-06-14T00:42:27.713Z","dependency_job_id":"562e2649-63f9-4ec7-b9c1-654130d269e9","html_url":"https://github.com/eddelbuettel/asioheaders","commit_stats":{"total_commits":42,"total_committers":2,"mean_commits":21.0,"dds":"0.023809523809523836","last_synced_commit":"bd1f6a549b223c7c9447a2187714e1529f074363"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddelbuettel%2Fasioheaders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddelbuettel%2Fasioheaders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddelbuettel%2Fasioheaders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddelbuettel%2Fasioheaders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eddelbuettel","download_url":"https://codeload.github.com/eddelbuettel/asioheaders/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243830912,"owners_count":20354848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T21:26:25.508Z","updated_at":"2026-03-16T23:32:29.934Z","avatar_url":"https://github.com/eddelbuettel.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## AsioHeaders: Asio Headers for R\n\n[![CI](https://github.com/eddelbuettel/asioheaders/workflows/ci/badge.svg)](https://github.com/eddelbuettel/asioheaders/actions?query=workflow%3Aci)\n[![License](https://img.shields.io/badge/license-BSL--1.0-brightgreen.svg?style=flat)](https://www.boost.org/users/license.html)\n[![CRAN](https://www.r-pkg.org/badges/version/AsioHeaders)](https://cran.r-project.org/package=AsioHeaders)\n[![r-universe](https://eddelbuettel.r-universe.dev/badges/AsioHeaders)](https://eddelbuettel.r-universe.dev/AsioHeaders)\n[![Dependencies](https://tinyverse.netlify.app/badge/AsioHeaders)](https://cran.r-project.org/package=AsioHeaders)\n[![Downloads](https://cranlogs.r-pkg.org/badges/AsioHeaders?color=brightgreen)](https://cran.r-project.org/package=AsioHeaders)\n[![Last Commit](https://img.shields.io/github/last-commit/eddelbuettel/asioheaders)](https://github.com/eddelbuettel/asioheaders)\n\n### About\n\nThis package provides [R](https://www.r-project.org) with access to\n[Asio](https://think-async.com/Asio/) header files.  [Asio](https://think-async.com/Asio/) \nprovides a cross-platform C++ library for network and low-level I/O\nprogramming. It is also included in [Boost](https://www.boost.org/) -- but\nrequires linking when used as part of [Boost](https://www.boost.org/). This\nstandalone version of [Asio](https://think-async.com/Asio/) is a header-only C++ library\nwhich can be used without linking (just like our [BH](http://dirk.eddelbuettel.com/code/bh.html)\npackage with parts of [Boost](https://www.boost.org/)).\n\nBy providing the [Asio](https://think-async.com/Asio/) library in this package, we\noffer a more efficient distribution system for [CRAN](https://cran.r-project.org) \nas replication of this code in the sources of other packages is avoided.\n\nTo use it, simply add it to the `LinkingTo:` field in the `DESCRIPTION` field of your R\npackage---and the R package infrastructure tools will then know how to set\ninclude flags correctly on all architectures supported by R.\n\n### Example\n\nThe [RcppAsioExample](https://github.com/eddelbuettel/rcppasioexample)\npackage provides a simple illustration and example of using this package. Use\nit to both assert your compiler and setup are working correctly, and possibly\nextend your work from.  Generally speaking, only a `LinkingTo: AsioHeaders`\nshould be needed, plus on Windows only a very simply [link instruction in\n`src/Makevars.win`](https://github.com/eddelbuettel/rcppasioexample/blob/master/src/Makevars.win).\n\n### See Also\n\nSee the [BH](http://dirk.eddelbuettel.com/code/bh.html) package for related\n(and also header-only) libraries from [Boost](https://www.boost.org/).\n\nThe [issue tracker](https://github.com/eddelbuettel/asioheaders/issues)\ncan be used for bug reports or feature requests.\n\n### Author \n\nDirk Eddelbuettel\n\n### License\n\nThis package is provided under the same license as Asio and Boost, the BSL-1.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddelbuettel%2Fasioheaders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feddelbuettel%2Fasioheaders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddelbuettel%2Fasioheaders/lists"}