{"id":22293882,"url":"https://github.com/rtbo/wayland-client-d","last_synced_at":"2025-04-12T02:40:45.741Z","repository":{"id":36258482,"uuid":"40562905","full_name":"rtbo/wayland-client-d","owner":"rtbo","description":"D bindings to wayland-client library","archived":false,"fork":false,"pushed_at":"2017-02-05T13:30:50.000Z","size":53,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-25T22:18:49.559Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"D","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/rtbo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-11T20:11:54.000Z","updated_at":"2023-02-07T05:51:07.000Z","dependencies_parsed_at":"2022-09-04T13:00:22.510Z","dependency_job_id":null,"html_url":"https://github.com/rtbo/wayland-client-d","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtbo%2Fwayland-client-d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtbo%2Fwayland-client-d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtbo%2Fwayland-client-d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtbo%2Fwayland-client-d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rtbo","download_url":"https://codeload.github.com/rtbo/wayland-client-d/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248507466,"owners_count":21115606,"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":[],"created_at":"2024-12-03T17:32:50.097Z","updated_at":"2025-04-12T02:40:45.724Z","avatar_url":"https://github.com/rtbo.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wayland-client-d\n\nD bindings to wayland-client library.\n\nProject not maintained anymore.\nSuperseded by the [wayland-d](https://github.com/rtbo/wayland-d.git) project.\n\nD code sample:\n\n```d\nmodule connect;\n\nimport wayland.client;\nimport std.stdio;\n\nint main(string[] args)\n{\n    // with version(Dynamic) of wayland-client-d, no linkage is necessary\n    // but loadWaylandClient() must be called before any use of the library\n    // with default version of wayland-client-d, one must link with wayland-client-d\n    // and initialization is performed automatically\n    loadWaylandClient();\n\n    wl_display *display = wl_display_connect(null);\n    if (!display) {\n        stderr.writeln(\"Can't connect to display\");\n        return 1;\n    }\n    writeln(\"connected to display\");\n\n    wl_display_disconnect(display);\n    writeln(\"disconnected from display\");\n\n    return 0;\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtbo%2Fwayland-client-d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frtbo%2Fwayland-client-d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtbo%2Fwayland-client-d/lists"}