{"id":20748957,"url":"https://github.com/rhaeguard/zigini","last_synced_at":"2025-06-18T03:06:17.615Z","repository":{"id":181144944,"uuid":"666297167","full_name":"rhaeguard/zigini","owner":"rhaeguard","description":"ini file parser for zig for learning purposes","archived":false,"fork":false,"pushed_at":"2023-07-15T09:05:46.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T05:56:26.245Z","etag":null,"topics":["ini","iniparser","zig","ziglang"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/rhaeguard.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":"2023-07-14T07:04:14.000Z","updated_at":"2024-01-14T11:39:32.000Z","dependencies_parsed_at":"2023-07-14T08:30:39.362Z","dependency_job_id":"bcc921d4-14c6-4b58-92fb-795fa4d72782","html_url":"https://github.com/rhaeguard/zigini","commit_stats":null,"previous_names":["rhaeguard/zigini"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rhaeguard/zigini","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhaeguard%2Fzigini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhaeguard%2Fzigini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhaeguard%2Fzigini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhaeguard%2Fzigini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhaeguard","download_url":"https://codeload.github.com/rhaeguard/zigini/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhaeguard%2Fzigini/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260477922,"owners_count":23015064,"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":["ini","iniparser","zig","ziglang"],"created_at":"2024-11-17T08:19:44.050Z","updated_at":"2025-06-18T03:06:12.597Z","avatar_url":"https://github.com/rhaeguard.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zigini\n\nexperimental ini file parser for zig.\n\nexample:\n\n```zig\npub fn main() anyerror!void {\n    var inifile = try IniFile.parse(\"./examples/example_1.ini\", std.heap.page_allocator);\n    defer inifile.deinit();\n\n    var result = inifile.get(\"owner\", \"name\");\n\n    std.log.info(\"result : {s}\", .{result.?});\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhaeguard%2Fzigini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhaeguard%2Fzigini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhaeguard%2Fzigini/lists"}