{"id":26499783,"url":"https://github.com/amlel-el-mahrouss/stdx","last_synced_at":"2025-03-20T15:19:07.611Z","repository":{"id":154762245,"uuid":"632415306","full_name":"amlel-el-mahrouss/stdx","owner":"amlel-el-mahrouss","description":"Standard C++ extensions for utility purposes","archived":false,"fork":false,"pushed_at":"2025-03-20T04:01:52.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"trunk","last_synced_at":"2025-03-20T04:30:58.088Z","etag":null,"topics":["cpp","library","utilities"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amlel-el-mahrouss.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-04-25T11:09:53.000Z","updated_at":"2025-03-20T04:02:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"1c1dcc31-ac63-4876-bed2-3c5489394a54","html_url":"https://github.com/amlel-el-mahrouss/stdx","commit_stats":null,"previous_names":["xpx-1337/stdx","amlel-el-mahrouss/stdx"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amlel-el-mahrouss%2Fstdx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amlel-el-mahrouss%2Fstdx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amlel-el-mahrouss%2Fstdx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amlel-el-mahrouss%2Fstdx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amlel-el-mahrouss","download_url":"https://codeload.github.com/amlel-el-mahrouss/stdx/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244637099,"owners_count":20485446,"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":["cpp","library","utilities"],"created_at":"2025-03-20T15:19:07.162Z","updated_at":"2025-03-20T15:19:07.604Z","avatar_url":"https://github.com/amlel-el-mahrouss.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# STDX (Standard eXtended)\n\nHere is an example of how stdx::opt works.\n\n```cpp\n#include \u003cstdx.hpp\u003e\n\nint main(int argc, char** argv)\n{\n  auto opt = stdx::opt(stdx::eval_eq(50, 50)).expect(\"stdex::eval_eq, does not match!\");\n  opt = stdx::opt(stdx::eval_eq(50, 40));\n  opt.expect(\"this time it doesn't.\");\n  \n  return 0;\n}\n```\n\n# Licensed under GPL-2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famlel-el-mahrouss%2Fstdx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famlel-el-mahrouss%2Fstdx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famlel-el-mahrouss%2Fstdx/lists"}