{"id":19271157,"url":"https://github.com/mgood7123/anyopt","last_synced_at":"2026-06-18T11:32:34.583Z","repository":{"id":119195386,"uuid":"286148563","full_name":"mgood7123/AnyOpt","owner":"mgood7123","description":"a combined C++11 implementation of std::any and std::optional, with built-in memory allocation management","archived":false,"fork":false,"pushed_at":"2023-04-19T04:58:49.000Z","size":18054,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T20:28:05.823Z","etag":null,"topics":["std"],"latest_commit_sha":null,"homepage":"","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/mgood7123.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2020-08-09T01:49:16.000Z","updated_at":"2023-04-19T04:58:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"111ebf86-d5e5-4e9b-ba59-1df9e0db79d4","html_url":"https://github.com/mgood7123/AnyOpt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mgood7123/AnyOpt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgood7123%2FAnyOpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgood7123%2FAnyOpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgood7123%2FAnyOpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgood7123%2FAnyOpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mgood7123","download_url":"https://codeload.github.com/mgood7123/AnyOpt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgood7123%2FAnyOpt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34489112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["std"],"created_at":"2024-11-09T20:29:24.259Z","updated_at":"2026-06-18T11:32:34.544Z","avatar_url":"https://github.com/mgood7123.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AnyOpt\n\nAnyOpt (Any Optional) is a C++11 compatible library\n\nthis header-only library was primarily developed due to the requirements of my resource manager:\n* being able to store any type    \n* being able to automatically free the resource stored upon object death\n* being able to determine if anything is actually stored or not, since nullptr is a valid storage\n\n# cloning\n\n## as a non-submodule\n\n```shell script\ngit clone --recursive https://github.com/mgood7123/AnyOpt\n```\n\n## as a submodule\n\n```shell script\ngit submodule add https://github.com/mgood7123/AnyOpt path/where/AnyOpt/should/reside/AnyOpt\ngit submodule update --init --recursive\n```\n\n# building and testing\n\n```shell script\nmake test_debug\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgood7123%2Fanyopt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgood7123%2Fanyopt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgood7123%2Fanyopt/lists"}