{"id":30183777,"url":"https://github.com/ciathefed/qbe-zig","last_synced_at":"2025-08-12T11:47:09.608Z","repository":{"id":303685221,"uuid":"1015804430","full_name":"ciathefed/qbe-zig","owner":"ciathefed","description":"A Zig port of qbe-rs, a library for generating QBE IR programmatically.","archived":false,"fork":false,"pushed_at":"2025-07-08T22:07:11.000Z","size":6418,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-08T22:32:14.000Z","etag":null,"topics":["ir","qbe","zig-package"],"latest_commit_sha":null,"homepage":"https://ciathefed.github.io/qbe-zig/","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/ciathefed.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,"zenodo":null}},"created_at":"2025-07-08T04:20:32.000Z","updated_at":"2025-07-08T21:32:38.000Z","dependencies_parsed_at":"2025-07-08T22:32:16.355Z","dependency_job_id":"5a2f75ed-5241-4bf3-b169-b5cafeb6066e","html_url":"https://github.com/ciathefed/qbe-zig","commit_stats":null,"previous_names":["ciathefed/qbe-zig"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ciathefed/qbe-zig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ciathefed%2Fqbe-zig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ciathefed%2Fqbe-zig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ciathefed%2Fqbe-zig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ciathefed%2Fqbe-zig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ciathefed","download_url":"https://codeload.github.com/ciathefed/qbe-zig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ciathefed%2Fqbe-zig/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270055651,"owners_count":24519456,"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-08-12T02:00:09.011Z","response_time":80,"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":["ir","qbe","zig-package"],"created_at":"2025-08-12T11:47:08.048Z","updated_at":"2025-08-12T11:47:09.542Z","avatar_url":"https://github.com/ciathefed.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qbe-zig\n\nA Zig port of [qbe-rs](https://github.com/garritfra/qbe-rs), a library for generating QBE IR programmatically.\n\nThis library allows you to build QBE IR in pure Zig, suitable for backends, compilers, or tooling that targets [QBE](https://c9x.me/compile/).\n\n![Static Badge](https://img.shields.io/badge/Zig-0.14.1-ec915c?style=flat-square\u0026logo=zig)\n![Tests](https://img.shields.io/github/actions/workflow/status/ciathefed/qbe-zig/zig.yml?label=Tests%20%F0%9F%A7%AA\u0026style=flat-square)\n\n## Install\n\nRun this command in the root of your Zig project:\n\n```shell\nzig fetch --save \"git+https://github.com/ciathefed/qbe-zig\"\n```\n\nAdd this snippet to your `build.zig`:\n\n```zig\nconst qbe = b.dependency(\"qbe\", .{\n    .target = target,\n    .optimize = optimize,\n});\nexe_mod.addImport(\"qbe\", qbe.module(\"qbe\"));\n```\n\n## API Reference\n\nFor the full Zig-style API reference, visit:\n\nhttps://ciathefed.github.io/qbe-zig\n\n## License\n\nThis project is licensed under the [MIT License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciathefed%2Fqbe-zig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fciathefed%2Fqbe-zig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciathefed%2Fqbe-zig/lists"}