{"id":19789596,"url":"https://github.com/webfreak001/easyenum","last_synced_at":"2026-03-03T16:36:17.516Z","repository":{"id":146626593,"uuid":"47149209","full_name":"WebFreak001/EasyEnum","owner":"WebFreak001","description":"Easily handle long enum names for operations. Written in 20 lines (including unittests)","archived":false,"fork":false,"pushed_at":"2015-11-30T22:16:10.000Z","size":0,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T14:48:10.116Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"D","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/WebFreak001.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}},"created_at":"2015-11-30T22:11:50.000Z","updated_at":"2016-08-08T16:39:16.000Z","dependencies_parsed_at":"2023-04-14T15:36:18.087Z","dependency_job_id":null,"html_url":"https://github.com/WebFreak001/EasyEnum","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/WebFreak001/EasyEnum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2FEasyEnum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2FEasyEnum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2FEasyEnum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2FEasyEnum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WebFreak001","download_url":"https://codeload.github.com/WebFreak001/EasyEnum/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2FEasyEnum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286004341,"owners_count":27269141,"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","status":"online","status_checked_at":"2025-11-23T02:00:06.149Z","response_time":135,"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":[],"created_at":"2024-11-12T06:34:01.952Z","updated_at":"2025-11-23T19:03:04.898Z","avatar_url":"https://github.com/WebFreak001.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"# easyenum\n\nEasily handle long enum names for operations. Written in 20 lines (including unittests)\n\n## Usage\n\n```d\nimport easyenum;\nenum WindowCreationButtonFlags\n{\n\tMinimize = 1,\n\tMaximize = 2,\n\tClose = 4\n}\nauto flags = w!(WindowCreationButtonFlags, q{Minimize | Close});\nassert(flags == (WindowCreationButtonFlags.Minimize | WindowCreationButtonFlags.Close));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebfreak001%2Feasyenum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebfreak001%2Feasyenum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebfreak001%2Feasyenum/lists"}