{"id":16608080,"url":"https://github.com/ikskuh/zig-mqtt","last_synced_at":"2025-10-29T16:32:13.697Z","repository":{"id":68601313,"uuid":"493539429","full_name":"ikskuh/zig-mqtt","owner":"ikskuh","description":"A build package for mqtt-c.","archived":false,"fork":false,"pushed_at":"2022-12-28T11:07:28.000Z","size":5,"stargazers_count":23,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T03:21:12.654Z","etag":null,"topics":["iot","mqtt","protocol","zig","zig-package"],"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/ikskuh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"MasterQ32"}},"created_at":"2022-05-18T06:37:23.000Z","updated_at":"2025-01-16T01:41:46.000Z","dependencies_parsed_at":"2023-04-15T13:20:59.368Z","dependency_job_id":null,"html_url":"https://github.com/ikskuh/zig-mqtt","commit_stats":null,"previous_names":["ikskuh/zig-mqtt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikskuh%2Fzig-mqtt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikskuh%2Fzig-mqtt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikskuh%2Fzig-mqtt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikskuh%2Fzig-mqtt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ikskuh","download_url":"https://codeload.github.com/ikskuh/zig-mqtt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238855859,"owners_count":19542091,"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":["iot","mqtt","protocol","zig","zig-package"],"created_at":"2024-10-12T01:25:02.024Z","updated_at":"2025-10-29T16:32:08.331Z","avatar_url":"https://github.com/ikskuh.png","language":"Zig","funding_links":["https://github.com/sponsors/MasterQ32"],"categories":[],"sub_categories":[],"readme":"# zig-mqtt\n\nA build package for the awesome [mqtt-c](https://github.com/LiamBindle/MQTT-C) project by [Liam Bindle](https://github.com/LiamBindle).\n\nRight now only provides a build script API in `Sdk.zig`, but might contain a Zig frontend in the future.\n\n## Usage\n\n```zig\nconst std = @import(\"std\");\nconst Sdk = @import(\"Sdk.zig\");\n\npub fn build(b: *std.build.Builder) void {\n    const mode = b.standardReleaseOptions();\n    const target = b.standardTargetOptions(.{});\n\n    const lib = Sdk.createLibrary(b);\n    lib.setBuildMode(mode);\n    lib.setTarget(target);\n    lib.install();\n\n    const exe = b.addExecutable(…);\n    exe.linkLibary(lib);\n    exe.addIncludePath(Sdk.include_path);\n    …\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikskuh%2Fzig-mqtt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fikskuh%2Fzig-mqtt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikskuh%2Fzig-mqtt/lists"}