{"id":22293883,"url":"https://github.com/rtbo/wayland-scanner-d","last_synced_at":"2026-03-19T22:20:16.358Z","repository":{"id":36257928,"uuid":"40562349","full_name":"rtbo/wayland-scanner-d","owner":"rtbo","description":"Wayland protocol scanner that generates D code","archived":false,"fork":false,"pushed_at":"2017-02-05T13:28:26.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-08T08:47:38.312Z","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.txt","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:00:01.000Z","updated_at":"2017-02-05T13:28:28.000Z","dependencies_parsed_at":"2022-09-04T13:00:22.163Z","dependency_job_id":null,"html_url":"https://github.com/rtbo/wayland-scanner-d","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/rtbo/wayland-scanner-d","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtbo%2Fwayland-scanner-d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtbo%2Fwayland-scanner-d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtbo%2Fwayland-scanner-d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtbo%2Fwayland-scanner-d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rtbo","download_url":"https://codeload.github.com/rtbo/wayland-scanner-d/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtbo%2Fwayland-scanner-d/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29501915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T05:57:17.024Z","status":"ssl_error","status_checked_at":"2026-02-16T05:56:49.929Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-12-03T17:32:50.157Z","updated_at":"2026-02-16T06:33:22.191Z","avatar_url":"https://github.com/rtbo.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"wayland-scanner-d\n======\n\nProject not maintained anymore.\nSuperseded by the [wayland-d](https://github.com/rtbo/wayland-d.git) project.\n\nWayland protocol scanner that generates D code.\n\nExample of client code generation:\n\n\n    #! /bin/bash\n\n    PROTOCOL=$WLD/protocol/wayland.xml\n    SCANNER=wayland-scanner-d\n\n    # generate main protocol file\n    cat $PROTOCOL | $SCANNER -m wayland.client.protocol \\\n            --client --protocol -o src/wayland/client/protocol.d \\\n            -x wayland.client.core -x wayland.client.ifaces\n\n    # generate interfaces file\n    # need of a separate module to avoid name collision\n    # (mainly because of server code)\n    cat $PROTOCOL | $SCANNER -m wayland.client.ifaces \\\n            --client --ifaces --ifaces_priv_mod wayland.client.priv.ifaces \\\n            -o src/wayland/client/ifaces.d\n\n    # generate private interface file\n    # need of this module also for implementation detail and name collision\n    cat $PROTOCOL | $SCANNER -m wayland.client.priv.ifaces \\\n            --client --ifaces --ifaces_priv \\\n            -o src/wayland/client/priv/ifaces.d\n\nhelp information:\n\n    $ wayland-scanner-d --help\n    A Wayland protocol scanner and D code generator\n    -i           --input input file [defaults to stdin]\n    -o          --output output file [defaults to stdout]\n    -m          --module D module name [required]\n                --client client mode\n                --server server mode\n              --protocol outputs main protocol code\n                --ifaces outputs interfaces code\n           --ifaces_priv outputs private interface code\n       --ifaces_priv_mod specify the private interface module\n    -x          --import external modules to import\n    -p          --public external modules to import publicly\n    -h            --help This help information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtbo%2Fwayland-scanner-d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frtbo%2Fwayland-scanner-d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtbo%2Fwayland-scanner-d/lists"}