{"id":16131504,"url":"https://github.com/thislight/zigpak","last_synced_at":"2025-08-30T12:35:07.431Z","repository":{"id":242820469,"uuid":"805340528","full_name":"thislight/zigpak","owner":"thislight","description":"Messagepack for zig","archived":false,"fork":false,"pushed_at":"2025-01-19T08:54:15.000Z","size":274,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-19T09:19:56.007Z","etag":null,"topics":["messagepack","msgpack","zig","ziglang"],"latest_commit_sha":null,"homepage":"https://zigpak.pages.dev/zigpak/","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thislight.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}},"created_at":"2024-05-24T11:22:25.000Z","updated_at":"2025-01-19T08:54:17.000Z","dependencies_parsed_at":"2024-06-05T07:26:34.758Z","dependency_job_id":"6739eeb5-086f-4fa5-9907-52ba309bfebe","html_url":"https://github.com/thislight/zigpak","commit_stats":{"total_commits":48,"total_committers":1,"mean_commits":48.0,"dds":0.0,"last_synced_commit":"534c19a35194a9fd482d5caca704e0468aec246d"},"previous_names":["thislight/zigpak"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Fzigpak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Fzigpak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Fzigpak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Fzigpak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thislight","download_url":"https://codeload.github.com/thislight/zigpak/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238547549,"owners_count":19490473,"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":["messagepack","msgpack","zig","ziglang"],"created_at":"2024-10-09T22:25:24.800Z","updated_at":"2025-02-12T20:34:09.211Z","avatar_url":"https://github.com/thislight.png","language":"Zig","readme":"# Zigpak\n\nMessagepack for Zig.\n\n[![Checks](https://github.com/thislight/zigpak/actions/workflows/main.yml/badge.svg?branch=master\u0026name=Checks)](https://github.com/thislight/zigpak/actions/workflows/main.yml)\n\n- [API References (latest release)](https://zigpak.pages.dev/zigpak/)\n- [API References (master)](https://master.zigpak.pages.dev/zigpak/)\n\nSupported:\n\n- Zig 0.12 (best effort)\n- Zig 0.13\n- Zig 0.14 (the master branch)\n\n## Use In Your Project\n\nUse a tarball link with `zig fetch --save`. You can find it in the \"Tags\" page. Some versions of zig can only fetch \"tar.gz\" files, so you may prefer this type.\n\n```sh\nzig fetch --save https://link-to-tarball\n```\n\nAssume the saved name is the default \"zigpak\". In the build script, refer the \"zigpak\" module.\n\n```zig\n// build.zig\n\npub fn build(b: *std.Build) void {\n    // ...\n    const exe: *std.Build.Compile;\n\n    const zigpak = b.dependency(\"zigpak\", .{\n        .target = target,\n        .optimize = optimize,\n    }).module(\"zigpak\");\n\n    exe.root_module.addImport(\"zigpak\", zigpak);\n}\n```\n\n## License\n\nApache-2.0\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthislight%2Fzigpak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthislight%2Fzigpak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthislight%2Fzigpak/lists"}