{"id":26247902,"url":"https://github.com/theonlysilverclaw/zig-umka","last_synced_at":"2026-05-21T09:33:21.562Z","repository":{"id":282120978,"uuid":"947469400","full_name":"TheOnlySilverClaw/zig-umka","owner":"TheOnlySilverClaw","description":" Zig bindings for the Umka scripting language","archived":false,"fork":false,"pushed_at":"2025-03-12T22:04:01.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-03-12T23:19:01.318Z","etag":null,"topics":["bindings","scripting-language","umka","umka-lang","zig","zig-binding","zig-library","zig-package"],"latest_commit_sha":null,"homepage":"https://codeberg.org/Silverclaw/zig-umka","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheOnlySilverClaw.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":"2025-03-12T18:28:26.000Z","updated_at":"2025-03-12T22:05:41.000Z","dependencies_parsed_at":"2025-03-12T23:19:02.751Z","dependency_job_id":"cfc519d2-172c-4802-be72-94d6a0d01d6f","html_url":"https://github.com/TheOnlySilverClaw/zig-umka","commit_stats":null,"previous_names":["theonlysilverclaw/zig-umka"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOnlySilverClaw%2Fzig-umka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOnlySilverClaw%2Fzig-umka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOnlySilverClaw%2Fzig-umka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOnlySilverClaw%2Fzig-umka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheOnlySilverClaw","download_url":"https://codeload.github.com/TheOnlySilverClaw/zig-umka/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243419127,"owners_count":20287806,"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":["bindings","scripting-language","umka","umka-lang","zig","zig-binding","zig-library","zig-package"],"created_at":"2025-03-13T14:15:55.655Z","updated_at":"2025-12-27T11:59:21.059Z","avatar_url":"https://github.com/TheOnlySilverClaw.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"Zig bindings for the [Umka](https://github.com/vtereshkov/umka-lang) scripting language.\n\nTested against Umka 1.5.3\n\n## Usage\n\nThere are two modules avaiable:\n- \"binding\" is as close to the C API as possible\n- \"wrapper\" is a more opinionated API on top which should be easier for Zig users\n\nYou can add either one as an import like this:\n\n```zig\nconst umka_dependency = b.dependency(\"umka\", .{});\nexe_module.addImport(\"umka\", umka_dependency.module(\"binding\"));\n// or\nexe_module.addImport(\"umka\", umka_dependency.module(\"wrapper\"));\n```\n\nThis project only provides the bindings!  \nYou have to link Umka as a static libary.  \nGet it from the official release or build from source.\n\nBuild configuration and further examples can be found under [examples](/examples).\n\n## To run the examples\n- install Zig, at least version 0.14.0\n- get a static Umka libary build called libumka.a\n- drop it into examples\n- run `zig build run`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheonlysilverclaw%2Fzig-umka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheonlysilverclaw%2Fzig-umka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheonlysilverclaw%2Fzig-umka/lists"}