{"id":27876751,"url":"https://github.com/allyourcodebase/elfutils","last_synced_at":"2025-05-05T02:52:07.320Z","repository":{"id":290617526,"uuid":"974433935","full_name":"allyourcodebase/elfutils","owner":"allyourcodebase","description":"elfutils ported to the zig build system ","archived":false,"fork":false,"pushed_at":"2025-04-28T19:16:50.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-29T18:55:54.401Z","etag":null,"topics":["zig","zig-package"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/allyourcodebase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2025-04-28T19:16:27.000Z","updated_at":"2025-04-28T19:20:42.000Z","dependencies_parsed_at":"2025-04-29T18:55:55.946Z","dependency_job_id":"e8f1118b-276c-4b15-815e-9c078a792eaa","html_url":"https://github.com/allyourcodebase/elfutils","commit_stats":null,"previous_names":["allyourcodebase/elfutils"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Felfutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Felfutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Felfutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Felfutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allyourcodebase","download_url":"https://codeload.github.com/allyourcodebase/elfutils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252429953,"owners_count":21746571,"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":["zig","zig-package"],"created_at":"2025-05-05T02:52:06.807Z","updated_at":"2025-05-05T02:52:07.301Z","avatar_url":"https://github.com/allyourcodebase.png","language":"C","readme":"[![CI](https://github.com/allyourcodebase/elfutils/actions/workflows/ci.yaml/badge.svg)](https://github.com/allyourcodebase/elfutils/actions)\n\n# elfutils\n\nThis is [elfutils](https://sourceware.org/elfutils/), packaged for [Zig](https://ziglang.org/).\n\n## Installation\n\nFirst, update your `build.zig.zon`:\n\n```\n# Initialize a `zig build` project if you haven't already\nzig init\nzig fetch --save git+https://github.com/allyourcodebase/elfutils.git\n```\n\nYou can then import `elfutils` in your `build.zig` with:\n\n```zig\nconst elfutils_dependency = b.dependency(\"elfutils\", .{\n    .target = target,\n    .optimize = optimize,\n});\nconst libelf = elfutils_dependency.artifact(\"elf\");\nconst libdw = elfutils_dependency.artifact(\"dw\");\nconst libasm = elfutils_dependency.artifact(\"asm\");\n\nyour_exe.linkLibrary(libelf);\nyour_exe.linkLibrary(libdw);\nyour_exe.linkLibrary(libasm);\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyourcodebase%2Felfutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallyourcodebase%2Felfutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyourcodebase%2Felfutils/lists"}