{"id":26206936,"url":"https://github.com/notfilippo/nanopb-zig","last_synced_at":"2025-10-29T16:33:24.174Z","repository":{"id":281934181,"uuid":"946895612","full_name":"notfilippo/nanopb-zig","owner":"notfilippo","description":"The nanopb runtime library ported to the zig build system","archived":false,"fork":false,"pushed_at":"2025-03-11T22:28:44.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T23:27:43.879Z","etag":null,"topics":["nanopb","protobuf","protocol-buffers","zig"],"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/notfilippo.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":"2025-03-11T21:00:54.000Z","updated_at":"2025-03-11T22:28:45.000Z","dependencies_parsed_at":"2025-03-11T23:27:57.081Z","dependency_job_id":"e88a08ec-52ee-4cc0-b6ea-8323e4ee7d13","html_url":"https://github.com/notfilippo/nanopb-zig","commit_stats":null,"previous_names":["notfilippo/nanopb-zig"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notfilippo%2Fnanopb-zig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notfilippo%2Fnanopb-zig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notfilippo%2Fnanopb-zig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notfilippo%2Fnanopb-zig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notfilippo","download_url":"https://codeload.github.com/notfilippo/nanopb-zig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notfilippo%2Fnanopb-zig/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259170488,"owners_count":22816284,"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":["nanopb","protobuf","protocol-buffers","zig"],"created_at":"2025-03-12T05:18:47.294Z","updated_at":"2025-10-29T16:33:24.102Z","avatar_url":"https://github.com/notfilippo.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `nanopb` Runtime\n\nThis is the [nanopb runtime](https://github.com/nanopb/nanopb), packaged for [Zig](https://ziglang.org/).\n\n## Status\n\nThis project only builds the `nanopb` runtime library. It does not build the `nanopb`\ncode [generator](https://github.com/nanopb/nanopb/tree/master/generator).\n\nLinux, macOS and Windows are tested by CI.\n\n## Usage\n\nFirst, update your `build.zig.zon`:\n\n```sh\n# Initialize a `zig build` project if you haven't already\nzig init\n# replace \u003crefname\u003e with the version you want to use, e.g. 0.4.9.1+0.14.0\nzig fetch --save git+https://github.com/notfilippo/nanopb#\u003crefname\u003e\n```\n\nYou can then use `nanopb` in your `build.zig` with:\n\n```zig\nconst nanopb_dep = b.dependency(\"nanopb\", .{\n    .target = target,\n    .optimize = optimize,\n});\nyour_exe.linkLibrary(nanopb_dep.artifact(\"nanopb\"));\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotfilippo%2Fnanopb-zig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotfilippo%2Fnanopb-zig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotfilippo%2Fnanopb-zig/lists"}