{"id":13741373,"url":"https://github.com/dantecatalfamo/sndio-zig","last_synced_at":"2026-05-09T14:16:47.002Z","repository":{"id":114222487,"uuid":"453231224","full_name":"dantecatalfamo/sndio-zig","owner":"dantecatalfamo","description":"sndio bindings for zig","archived":false,"fork":false,"pushed_at":"2022-08-14T19:01:23.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T21:03:36.271Z","etag":null,"topics":["bindings","freebsd","linux","openbsd","sndio","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dantecatalfamo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-01-28T22:10:16.000Z","updated_at":"2022-02-23T00:30:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"834d8e1b-a34b-49a5-90eb-5348ba003585","html_url":"https://github.com/dantecatalfamo/sndio-zig","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dantecatalfamo%2Fsndio-zig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dantecatalfamo%2Fsndio-zig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dantecatalfamo%2Fsndio-zig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dantecatalfamo%2Fsndio-zig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dantecatalfamo","download_url":"https://codeload.github.com/dantecatalfamo/sndio-zig/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243368075,"owners_count":20279724,"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","freebsd","linux","openbsd","sndio","zig"],"created_at":"2024-08-03T04:00:58.409Z","updated_at":"2026-05-09T14:16:46.943Z","avatar_url":"https://github.com/dantecatalfamo.png","language":"Zig","funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"# sndio-zig\n[sndio](https://sndio.org/) bindings for zig\n\nProvides both native bindings and a zig wrapper\n```zig\nhdl = sio_open(...)\n\nsio_write(hdl, arr, 5)\nhdl.write(arr, 5)\n```\n\n## Importing\n```zig\nconst addSndio = @import(\"sndio-zig/build.zig\").addSndio;\n\npub fn build(b: *std.build.Builder) void {\n    [...]\n    const exe = b.addExecutable(\"example\", \"src/main.zig\");\n    addSndio(exe);\n    [...]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdantecatalfamo%2Fsndio-zig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdantecatalfamo%2Fsndio-zig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdantecatalfamo%2Fsndio-zig/lists"}