{"id":13710727,"url":"https://github.com/leecannon/zig-sbi","last_synced_at":"2025-04-15T23:47:09.464Z","repository":{"id":118889827,"uuid":"465911840","full_name":"leecannon/zig-sbi","owner":"leecannon","description":"Zig wrapper around the RISC-V SBI specification","archived":false,"fork":false,"pushed_at":"2025-03-02T17:59:21.000Z","size":138,"stargazers_count":14,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T02:51:29.611Z","etag":null,"topics":["osdev","risc-v","riscv","riscv32","riscv64","sbi","zig","zig-package","ziglang"],"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/leecannon.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},"funding":{"github":"leecannon"}},"created_at":"2022-03-03T23:01:23.000Z","updated_at":"2025-03-24T06:56:06.000Z","dependencies_parsed_at":"2024-01-08T19:31:58.755Z","dependency_job_id":"b0616be8-e19b-4625-9b0d-0ab1129c6bc9","html_url":"https://github.com/leecannon/zig-sbi","commit_stats":{"total_commits":29,"total_committers":1,"mean_commits":29.0,"dds":0.0,"last_synced_commit":"b71ff355807758db4832074791336e9f14f21354"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecannon%2Fzig-sbi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecannon%2Fzig-sbi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecannon%2Fzig-sbi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecannon%2Fzig-sbi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leecannon","download_url":"https://codeload.github.com/leecannon/zig-sbi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249173060,"owners_count":21224481,"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":["osdev","risc-v","riscv","riscv32","riscv64","sbi","zig","zig-package","ziglang"],"created_at":"2024-08-02T23:01:00.266Z","updated_at":"2025-04-15T23:47:09.459Z","avatar_url":"https://github.com/leecannon.png","language":"Zig","funding_links":["https://github.com/sponsors/leecannon"],"categories":["Systems Programming"],"sub_categories":["Embedded Development"],"readme":"# zig-sbi\n\nZig wrapper around the [RISC-V SBI specification](https://github.com/riscv-non-isa/riscv-sbi-doc).\n\nCompatible with SBI Specification v3.0-rc1.\n\n## Installation\n\nAdd the dependency to `build.zig.zon`:\n\n```sh\nzig fetch --save git+https://github.com/leecannon/zig-sbi\n```\n\nThen add the following to `build.zig`:\n\n```zig\nconst sbi = b.dependency(\"sbi\", .{});\nexe.root_module.addImport(\"sbi\", sbi.module(\"sbi\"));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleecannon%2Fzig-sbi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleecannon%2Fzig-sbi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleecannon%2Fzig-sbi/lists"}