{"id":17575070,"url":"https://github.com/gandalf-le-dev/zigbeam","last_synced_at":"2026-02-17T13:31:08.007Z","repository":{"id":258848424,"uuid":"856399849","full_name":"Gandalf-Le-Dev/zigbeam","owner":"Gandalf-Le-Dev","description":"A std.log compliant colored logging library for Zig","archived":false,"fork":false,"pushed_at":"2024-10-31T22:17:35.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-22T10:44:06.213Z","etag":null,"topics":["colored-logging","log","logging","structured-logging","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/Gandalf-Le-Dev.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,"zenodo":null}},"created_at":"2024-09-12T14:14:01.000Z","updated_at":"2024-10-31T14:43:43.000Z","dependencies_parsed_at":"2025-04-12T20:44:22.810Z","dependency_job_id":"835e9485-0fff-44dc-bd5a-456a60fcf144","html_url":"https://github.com/Gandalf-Le-Dev/zigbeam","commit_stats":null,"previous_names":["gandalf-le-dev/zigbeam"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Gandalf-Le-Dev/zigbeam","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gandalf-Le-Dev%2Fzigbeam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gandalf-Le-Dev%2Fzigbeam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gandalf-Le-Dev%2Fzigbeam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gandalf-Le-Dev%2Fzigbeam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gandalf-Le-Dev","download_url":"https://codeload.github.com/Gandalf-Le-Dev/zigbeam/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gandalf-Le-Dev%2Fzigbeam/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010259,"owners_count":26084719,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["colored-logging","log","logging","structured-logging","zig"],"created_at":"2024-10-21T22:06:17.129Z","updated_at":"2025-10-12T04:33:37.676Z","avatar_url":"https://github.com/Gandalf-Le-Dev.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zigbeam\n\nStructured Logging library for the Zig language\n\n## How to use\n\n1. You can fetch Zigbeam with this command\n\n   ```cmd\n   zig fetch --save=zigbeam git+https://github.com/Gandalf-Le-Dev/zigbeam/#HEAD\n   ```\n\n   It will fetch the master version. If you wish to fetch a specific version, replace `#HEAD` with the commit hash.\n\n2. Then in your build.zig you must add:\n\n```zig\nconst zigbeam_dep = b.dependency(\"zigbeam\", .{});\nconst zigbeam_mod = zigbeam_dep.module(\"zigbeam\");\nexe.root_module.addImport(\"zigbeam\", zigbeam_mod);\n```\n\n3. You can now use Zigbeam in your project. Here is an example:\n\n```zig\nconst std = @import(\"std\");\nconst zigbeam = @import(\"zigbeam\");\n\npub fn main() !void {\n    var gpa = std.heap.GeneralPurposeAllocator(.{}){};\n    defer _ = gpa.deinit();\n    const allocator = gpa.allocator();\n\n    var log = try zigbeam.Logger.init(allocator);\n    defer log.deinit();\n\n    try log.info(\"Zigbeam is working!\");\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgandalf-le-dev%2Fzigbeam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgandalf-le-dev%2Fzigbeam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgandalf-le-dev%2Fzigbeam/lists"}