{"id":28914215,"url":"https://github.com/allyourcodebase/libiconv","last_synced_at":"2025-10-19T23:57:12.904Z","repository":{"id":298545986,"uuid":"1000352051","full_name":"allyourcodebase/libiconv","owner":"allyourcodebase","description":"libiconv ported to the zig build system ","archived":false,"fork":false,"pushed_at":"2025-06-11T16:45:21.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-21T04:34:46.201Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","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-06-11T16:39:11.000Z","updated_at":"2025-06-11T16:45:24.000Z","dependencies_parsed_at":"2025-06-11T18:10:53.092Z","dependency_job_id":"1ccfeeeb-da39-4cc8-9d0c-174aa48e53d6","html_url":"https://github.com/allyourcodebase/libiconv","commit_stats":null,"previous_names":["allyourcodebase/libiconv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/allyourcodebase/libiconv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Flibiconv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Flibiconv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Flibiconv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Flibiconv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allyourcodebase","download_url":"https://codeload.github.com/allyourcodebase/libiconv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Flibiconv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261197309,"owners_count":23123687,"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":[],"created_at":"2025-06-21T21:31:04.555Z","updated_at":"2025-10-19T23:57:12.893Z","avatar_url":"https://github.com/allyourcodebase.png","language":"Zig","readme":"[![CI](https://github.com/allyourcodebase/libiconv/actions/workflows/ci.yaml/badge.svg)](https://github.com/allyourcodebase/libiconv/actions)\n\n# libiconv\n\nThis is [GNU libiconv](https://www.gnu.org/software/libiconv/), 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/libiconv.git\n```\n\nYou can then import `libiconv` in your `build.zig` with:\n\n```zig\nconst libiconv_dependency = b.dependency(\"libiconv\", .{\n    .target = target,\n    .optimize = optimize,\n});\nyour_exe.linkLibrary(libiconv_dependency.artifact(\"iconv\"));\n```\n\nBe aware that iconv is already available on most targets when linking libc. A notable exception is Windows.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyourcodebase%2Flibiconv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallyourcodebase%2Flibiconv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyourcodebase%2Flibiconv/lists"}