{"id":31655502,"url":"https://github.com/timsurber/libjpeg","last_synced_at":"2025-10-07T13:14:59.408Z","repository":{"id":315688796,"uuid":"1060492348","full_name":"timsurber/libjpeg","owner":"timsurber","description":"libjpeg packaged for zig","archived":false,"fork":false,"pushed_at":"2025-09-20T03:16:48.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-20T05:33:00.780Z","etag":null,"topics":["zig","zig-package"],"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/timsurber.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-20T02:45:48.000Z","updated_at":"2025-09-20T03:13:58.000Z","dependencies_parsed_at":"2025-09-20T05:33:14.770Z","dependency_job_id":"c8752c18-1156-4e16-8d5e-a5d714b54fcb","html_url":"https://github.com/timsurber/libjpeg","commit_stats":null,"previous_names":["timsurber/libjpeg"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/timsurber/libjpeg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsurber%2Flibjpeg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsurber%2Flibjpeg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsurber%2Flibjpeg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsurber%2Flibjpeg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timsurber","download_url":"https://codeload.github.com/timsurber/libjpeg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsurber%2Flibjpeg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278780072,"owners_count":26044494,"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-07T02:00:06.786Z","response_time":59,"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":["zig","zig-package"],"created_at":"2025-10-07T13:14:57.129Z","updated_at":"2025-10-07T13:14:59.400Z","avatar_url":"https://github.com/timsurber.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libjpeg\nThis is [libjpeg](https://ijg.org/) packaged for zig.\n\n## How to use it\n\nFirst, update your `build.zig.zon`:\n\n```\nzig fetch --save https://github.com/timsurber/libjpeg/archive/refs/heads/main.zip\n```\n\nNext, add this snippet to your `build.zig` script:\n\n```zig\n\nconst libjpeg_dep = b.dependency(\"libjpeg\", .{\n    .target = target,\n    .optimize = optimize,\n});\nyour_compilation.linkLibrary(libjpeg_dep.artifact(\"jpeg\"));\n```\n\nThis will provide libjpeg as a static library to `your_compilation`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimsurber%2Flibjpeg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimsurber%2Flibjpeg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimsurber%2Flibjpeg/lists"}