{"id":23750589,"url":"https://github.com/allyourcodebase/wayland","last_synced_at":"2025-09-04T23:32:25.514Z","repository":{"id":269192830,"uuid":"905408395","full_name":"allyourcodebase/wayland","owner":"allyourcodebase","description":"wayland ported to the zig build system ","archived":false,"fork":false,"pushed_at":"2025-08-28T20:24:44.000Z","size":39,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-01T19:53:44.387Z","etag":null,"topics":["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/allyourcodebase.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-12-18T19:07:19.000Z","updated_at":"2025-09-01T10:18:49.000Z","dependencies_parsed_at":"2024-12-21T17:07:39.524Z","dependency_job_id":"6f956a8c-959a-4ace-b4cd-6e93398ddec8","html_url":"https://github.com/allyourcodebase/wayland","commit_stats":null,"previous_names":["allyourcodebase/wayland"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/allyourcodebase/wayland","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Fwayland","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Fwayland/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Fwayland/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Fwayland/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allyourcodebase","download_url":"https://codeload.github.com/allyourcodebase/wayland/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Fwayland/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273688276,"owners_count":25150300,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["zig","zig-package"],"created_at":"2024-12-31T16:22:51.061Z","updated_at":"2025-09-04T23:32:20.495Z","avatar_url":"https://github.com/allyourcodebase.png","language":"Zig","readme":"[![CI](https://github.com/allyourcodebase/wayland/actions/workflows/ci.yaml/badge.svg)](https://github.com/allyourcodebase/wayland/actions)\n\n# Wayland\n\nThis is [Wayland](https://gitlab.freedesktop.org/wayland/wayland), packaged for [Zig](https://ziglang.org/).\n\n## Installation\n\nFirst, update your `build.zig.zon`:\n\n```\n# Initialize a `zig build` project if you haven't already\nzig init\nzig fetch --save git+https://github.com/allyourcodebase/wayland.git\n```\n\nYou can then import `wayland` in your `build.zig` with:\n\n```zig\nconst wayland = b.dependency(\"wayland\", .{\n    .target = target,\n    .optimize = optimize,\n});\nconst wayland_server = wayland.artifact(\"wayland-server\");\nconst wayland_client = wayland.artifact(\"wayland-client\");\nconst wayland_egl = wayland.artifact(\"wayland-egl\");\nconst wayland_cursor = wayland.artifact(\"wayland-cursor\");\n\n// Makes sure we get `wayland-scanner` for the host platform even when cross-compiling\nconst wayland_host = b.dependency(\"wayland\", .{\n    .target = b.host,\n    .optimize = std.builtin.OptimizeMode.Debug,\n});\nconst wayland_scanner = wayland_host.artifact(\"wayland-scanner\");\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyourcodebase%2Fwayland","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallyourcodebase%2Fwayland","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyourcodebase%2Fwayland/lists"}