{"id":14990767,"url":"https://github.com/nitrogenez/zig-river-config","last_synced_at":"2026-02-18T05:37:47.380Z","repository":{"id":242960727,"uuid":"811060303","full_name":"nitrogenez/zig-river-config","owner":"nitrogenez","description":"River configuration with the power of a programming language.","archived":false,"fork":false,"pushed_at":"2024-06-06T15:08:23.000Z","size":22,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-21T19:25:28.344Z","etag":null,"topics":["configuration","river","riverwm","utility","wayland","wayland-compositor","zig","zig-lang","zig-language","zig-library","zig-package","ziglang"],"latest_commit_sha":null,"homepage":"","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/nitrogenez.png","metadata":{"files":{"readme":"readme.adoc","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-05T21:31:10.000Z","updated_at":"2025-10-14T17:43:54.000Z","dependencies_parsed_at":"2024-06-12T01:30:48.577Z","dependency_job_id":null,"html_url":"https://github.com/nitrogenez/zig-river-config","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.4285714285714286,"last_synced_commit":"5983c8d75e2c9f9d3681db556bb5fc2ab055edef"},"previous_names":["nitrogenez/zig-river-config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nitrogenez/zig-river-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrogenez%2Fzig-river-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrogenez%2Fzig-river-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrogenez%2Fzig-river-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrogenez%2Fzig-river-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nitrogenez","download_url":"https://codeload.github.com/nitrogenez/zig-river-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrogenez%2Fzig-river-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29569858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T04:18:28.490Z","status":"ssl_error","status_checked_at":"2026-02-18T04:13:49.018Z","response_time":162,"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":["configuration","river","riverwm","utility","wayland","wayland-compositor","zig","zig-lang","zig-language","zig-library","zig-package","ziglang"],"created_at":"2024-09-24T14:20:47.276Z","updated_at":"2026-02-18T05:37:42.371Z","avatar_url":"https://github.com/nitrogenez.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"= zig-river-config\nAndrij Glyko \u003cnitrogenez.dev@tuta.io\u003e\nv0.3.0, 2024-06-06\n\n:toc:\n:homepage: https://github.com/nitrogenez/zig-river-config\n\nzig-river-config is a Zig library made for \nhttps://github.com/riverwm/river[river] wayland compositor configuration. It provides\nan API to define your configuration for the compositor while still having the \npower of a low-level, robust, and fast programming language. The version of zig-river-config is the same as\nthe version of https://github.com/riverwm/river[river]. zig-river-config has no \nofficial affiliation with the https://github.com/riverwm[riverwm] organisation.\n\n== Warning\n\nKeep in mind, that when working with a low-level programming language like Zig you need to\nmanage your resources manually. Any damage dealt to your machine is not my responsibility.\n\n== Examples\n\nFor examples see link:src/init.zig[the default init].\n\n== Usage\n\nFirst of, run `zig fetch --save \"git+https://github.com/nitrogenez/zig-river-config#COMMIT_HASH\"`.\nAfter that you need to add something like that to your build.zig:\n\n.build.zig\n[source,zig]\n----\nconst zrc_dep = b.dependency(\"zig_river_config\", .{ .optimize = optimize, .target = target });\nyour_exe.root_module.addImport(\"zrc\", zrc_dep.module(\"zig-river-config\"));\n----\n\n== License\nThis software is licensed under the 3-Clause BSD License.\nSee link:LICENSE[LICENSE] for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitrogenez%2Fzig-river-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnitrogenez%2Fzig-river-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitrogenez%2Fzig-river-config/lists"}