{"id":19436308,"url":"https://github.com/beached/header_libraries","last_synced_at":"2026-02-20T06:02:25.303Z","repository":{"id":27044223,"uuid":"30509392","full_name":"beached/header_libraries","owner":"beached","description":"Various header libraries mostly future std lib, replacements for(e.g. visit), or some misc ","archived":false,"fork":false,"pushed_at":"2026-02-12T05:10:02.000Z","size":76875,"stargazers_count":25,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-12T14:58:43.545Z","etag":null,"topics":["algorithms","c-plus-plus","data-structures","helpers"],"latest_commit_sha":null,"homepage":"https://beached.github.io/header_libraries/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beached.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-02-08T23:05:51.000Z","updated_at":"2026-02-12T05:07:16.000Z","dependencies_parsed_at":"2023-12-18T03:23:28.848Z","dependency_job_id":"93599a2d-3c0a-44e3-a7b8-1bd2c9278109","html_url":"https://github.com/beached/header_libraries","commit_stats":{"total_commits":3178,"total_committers":3,"mean_commits":"1059.3333333333333","dds":0.2608558842039018,"last_synced_commit":"b16031cf7f5d8dca454ff716d6cd278cf52c086a"},"previous_names":[],"tags_count":110,"template":false,"template_full_name":null,"purl":"pkg:github/beached/header_libraries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beached%2Fheader_libraries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beached%2Fheader_libraries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beached%2Fheader_libraries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beached%2Fheader_libraries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beached","download_url":"https://codeload.github.com/beached/header_libraries/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beached%2Fheader_libraries/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29642906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T05:21:04.652Z","status":"ssl_error","status_checked_at":"2026-02-20T05:21:04.238Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["algorithms","c-plus-plus","data-structures","helpers"],"created_at":"2024-11-10T15:10:28.304Z","updated_at":"2026-02-20T06:02:25.284Z","avatar_url":"https://github.com/beached.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Header Libraries ![](https://github.com/beached/header_libraries/workflows/MacOS/badge.svg) ![](https://github.com/beached/header_libraries/workflows/Ubuntu/badge.svg) ![](https://github.com/beached/header_libraries/workflows/Windows/badge.svg)\n\n## Description\nA set of header only algorithms, data structures, and utilities I use in many of my other projects.  Most should have tests located in the [tests](tests/) folder\n\n## Cmake\nTo use in your projects\n```cmake\nfind_package(daw-header-libraries REQUIRED)\n#... \ntarget_link_libraries( Foo daw::daw-header-libraries )\n```\n\n## Cmake and VCPKG\nThe port name in vcpkg is `daw-header-libraries`.  Once it is installed via vcpkg(system wide/vcpkg.json manifest) it can be used like the cmake section above\n\n## Cmake FetchContent\nThe library can be used via `FetchContent` in cmake\n```cmake\nFetchContent_Declare(\n        daw_header_libraries\n        GIT_REPOSITORY https://github.com/beached/header_libraries.git\n        GIT_TAG master\n)\n#... \ntarget_link_libraries( Foo daw::daw-header-libraries )\n```\n\n## Building\nto build directly from git\n```bash\nmkdir build\ncd build\ncmake -DCMAKE_BUILD_TYPE=DEBUG ..\ncmake --build . --target full --config Debug\n```\n\n## Testing\nTo run unit tests\n\n```bash\nctest -C Debug\n```\n\n## Installing\n\n```bash\ncmake --install .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeached%2Fheader_libraries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeached%2Fheader_libraries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeached%2Fheader_libraries/lists"}