{"id":15394427,"url":"https://github.com/thechampagne/webview-ada","last_synced_at":"2025-04-05T11:25:19.277Z","repository":{"id":242429080,"uuid":"809518195","full_name":"thechampagne/webview-ada","owner":"thechampagne","description":"Ada binding \u0026 wrapper for a tiny cross-platform webview library to build modern cross-platform GUIs.","archived":false,"fork":false,"pushed_at":"2024-06-02T23:33:08.000Z","size":883,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T22:28:35.121Z","etag":null,"topics":["ada","ada-language","binding","library","webview","wrapper"],"latest_commit_sha":null,"homepage":"","language":"Ada","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/thechampagne.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-06-02T22:54:13.000Z","updated_at":"2024-12-18T18:45:36.000Z","dependencies_parsed_at":"2024-06-10T21:21:35.379Z","dependency_job_id":null,"html_url":"https://github.com/thechampagne/webview-ada","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"8c9fd1e716f67ddbcf990c5b9bd6f36738e5b9b5"},"previous_names":["thechampagne/webview-ada"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thechampagne%2Fwebview-ada","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thechampagne%2Fwebview-ada/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thechampagne%2Fwebview-ada/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thechampagne%2Fwebview-ada/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thechampagne","download_url":"https://codeload.github.com/thechampagne/webview-ada/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247327558,"owners_count":20921065,"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":["ada","ada-language","binding","library","webview","wrapper"],"created_at":"2024-10-01T15:23:34.825Z","updated_at":"2025-04-05T11:25:19.243Z","avatar_url":"https://github.com/thechampagne.png","language":"Ada","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webview-ada\n\n[![](https://img.shields.io/github/v/tag/thechampagne/webview-ada?label=version)](https://github.com/thechampagne/webview-ada/releases/latest) [![](https://img.shields.io/github/license/thechampagne/webview-ada)](https://github.com/thechampagne/webview-ada/blob/main/LICENSE)\n\nAda binding for a tiny cross-platform **webview** library to build modern cross-platform GUIs.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/thechampagne/webview-ada/main/.github/assets/screenshot.png\"/\u003e\n\u003c/p\u003e\n\n### Requirements\n - Unix\n   - [GTK3](https://gtk.org/) and [WebKitGTK](https://webkitgtk.org/)\n - Windows\n   - [WebView2 Runtime](https://developer.microsoft.com/en-us/microsoft-edge/webview2/)\n - macOS\n   - [WebKit](https://webkit.org/)\n\n### Usage\n```ada\nwith Webview; use Webview;\t\nwith Ada.Text_IO; use Ada.Text_IO;\t\nwith Ada.Exceptions; use Ada.Exceptions;\n\nprocedure Main is\n\tw : Webview_Type;\nbegin\t\n\tw   := Create;\t\n\tSet_Title(w, \"Basic Example\");\n\tSet_Size(w, 480, 320, None);\n\tSet_Html(w, \"Thanks for using webview!\");\n\tRun(w);\n\tDestroy(w);\nexception\t\n\twhen E: Webview_Error =\u003e Put_Line(Exception_Message(E));\nend Main;\n```\n\n### References\n - [webview](https://github.com/webview/webview)\n\n### License\n\nThis repo is released under the [MIT License](https://github.com/thechampagne/webview-ada/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthechampagne%2Fwebview-ada","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthechampagne%2Fwebview-ada","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthechampagne%2Fwebview-ada/lists"}