{"id":13741837,"url":"https://github.com/nektro/zig-range","last_synced_at":"2025-07-21T16:03:52.012Z","repository":{"id":95522538,"uuid":"363368949","full_name":"nektro/zig-range","owner":"nektro","description":"A range function to loop over an index without an extra variable.","archived":false,"fork":false,"pushed_at":"2021-12-29T05:42:50.000Z","size":4,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T03:35:20.125Z","etag":null,"topics":["zig","zig-package"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nektro.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":"2021-05-01T09:16:54.000Z","updated_at":"2024-07-28T01:58:50.000Z","dependencies_parsed_at":"2023-03-05T01:15:36.445Z","dependency_job_id":null,"html_url":"https://github.com/nektro/zig-range","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nektro/zig-range","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nektro%2Fzig-range","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nektro%2Fzig-range/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nektro%2Fzig-range/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nektro%2Fzig-range/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nektro","download_url":"https://codeload.github.com/nektro/zig-range/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nektro%2Fzig-range/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266332369,"owners_count":23912660,"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-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["zig","zig-package"],"created_at":"2024-08-03T04:01:03.161Z","updated_at":"2025-07-21T16:03:51.991Z","avatar_url":"https://github.com/nektro.png","language":"Zig","funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"# zig-range\n![loc](https://sloc.xyz/github/nektro/zig-range)\n[![license](https://img.shields.io/github/license/nektro/zig-range.svg)](https://github.com/nektro/zig-range/blob/master/LICENSE)\n[![discord](https://img.shields.io/discord/551971034593755159.svg?logo=discord)](https://discord.gg/P6Y4zQC)\n\nA range function to loop over an index without an extra variable\n\n## Usage\n```zig\nfor (range(10)) |_, i| {\n    // 'i' will increment from 0 -\u003e 9\n}\n```\n\n## Building Example Program\n```\n$ zigmod fetch\n$ zig build\n```\n\n## Built With\n- Zig Master \u0026 [Zigmod Package Manager](https://github.com/nektro/zigmod)\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnektro%2Fzig-range","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnektro%2Fzig-range","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnektro%2Fzig-range/lists"}