{"id":26040243,"url":"https://github.com/cascadeos/zig-devicetree","last_synced_at":"2026-06-08T05:31:01.759Z","repository":{"id":280908506,"uuid":"943548053","full_name":"CascadeOS/zig-devicetree","owner":"CascadeOS","description":"A read-only Flattened Device Tree (DTB) API.","archived":false,"fork":false,"pushed_at":"2025-03-05T23:51:48.000Z","size":90,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T00:28:03.216Z","etag":null,"topics":["device-tree","zig","zig-library","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":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CascadeOS.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":"2025-03-05T22:11:35.000Z","updated_at":"2025-03-05T23:51:50.000Z","dependencies_parsed_at":"2025-03-06T00:38:13.546Z","dependency_job_id":null,"html_url":"https://github.com/CascadeOS/zig-devicetree","commit_stats":null,"previous_names":["cascadeos/zig-devicetree"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CascadeOS%2Fzig-devicetree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CascadeOS%2Fzig-devicetree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CascadeOS%2Fzig-devicetree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CascadeOS%2Fzig-devicetree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CascadeOS","download_url":"https://codeload.github.com/CascadeOS/zig-devicetree/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242386700,"owners_count":20119573,"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":["device-tree","zig","zig-library","zig-package","ziglang"],"created_at":"2025-03-07T12:08:41.104Z","updated_at":"2026-06-08T05:31:01.740Z","avatar_url":"https://github.com/CascadeOS.png","language":"Zig","funding_links":["https://github.com/sponsors/leecannon"],"categories":[],"sub_categories":[],"readme":"# zig-devicetree\n\nA read-only Flattened Devicetree (DTB) API.\n\nNone of the API requires allocation except the various list builders in `Property.Value` which are completely optional.\n\nCompatible with [Devicetree Specification v0.4](https://github.com/devicetree-org/devicetree-specification/releases/tag/v0.4).\n\n[Auto-generated docs](https://cascadeos.github.io/zig-devicetree/)\n\nThis started as a wrapper around [libfdt](https://github.com/dgibson/dtc/tree/main/libfdt) but is now a fresh implementation.\n\n## Installation\n\nAdd the dependency to `build.zig.zon`:\n\n```sh\nzig fetch --save git+https://github.com/CascadeOS/zig-devicetree\n```\n\nThen add the following to `build.zig`:\n\n```zig\nconst devicetree_dep = b.dependency(\"devicetree\", .{});\nexe.root_module.addImport(\"DeviceTree\", devicetree_dep.module(\"DeviceTree\"));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcascadeos%2Fzig-devicetree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcascadeos%2Fzig-devicetree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcascadeos%2Fzig-devicetree/lists"}