{"id":11141962,"name":"sccache","ecosystem":"alpine","description":"shared compilation cache for C/C++ and Rust","homepage":"https://github.com/mozilla/sccache/","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/mozilla/sccache","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2024-09-28T13:47:34.000Z","latest_release_published_at":"2024-09-28T13:47:34.000Z","latest_release_number":"0.8.2-r0","last_synced_at":"2026-08-02T12:06:42.888Z","created_at":"2024-12-07T14:00:06.619Z","updated_at":"2026-08-02T12:06:42.888Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.21/community/x86_64/sccache","install_command":"apk add sccache","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37458423,"uuid":"57160728","full_name":"mozilla/sccache","owner":"mozilla","description":"Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.","archived":false,"fork":false,"pushed_at":"2025-09-08T17:42:02.000Z","size":6221,"stargazers_count":6608,"open_issues_count":407,"forks_count":598,"subscribers_count":53,"default_branch":"main","last_synced_at":"2025-09-21T12:04:45.799Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mozilla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2016-04-26T20:44:16.000Z","updated_at":"2025-09-20T19:53:19.000Z","dependencies_parsed_at":"2022-07-12T16:18:06.887Z","dependency_job_id":"863cafad-4053-41d3-b4ae-be2854fb4129","html_url":"https://github.com/mozilla/sccache","commit_stats":{"total_commits":1985,"total_committers":244,"mean_commits":8.135245901639344,"dds":0.8408060453400503,"last_synced_commit":"877746cd784e29536cdee1a18e18b8d38044b730"},"previous_names":[],"tags_count":55,"template":false,"template_full_name":null,"purl":"pkg:github/mozilla/sccache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mozilla","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/sbom","scorecard":{"id":662335,"data":{"date":"2025-08-11","repo":{"name":"github.com/mozilla/sccache","commit":"36c8b89337f28ce2efbd63f328b06ac1f0ff1d56"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.3,"checks":[{"name":"Code-Review","score":9,"reason":"Found 11/12 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"17 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/close-snap.yml:1","Warn: no topLevel permission defined: .github/workflows/integration-tests.yml:1","Warn: no topLevel permission defined: .github/workflows/snap.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:275: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:301: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:318: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:320: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:377: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:390: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:145: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:148: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/close-snap.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/close-snap.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:95: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:413: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:429: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:463: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:466: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:893: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:901: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:152: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:162: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:218: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:786: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:789: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:853: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:860: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:940: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:370: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:377: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:537: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:540: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:552: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:686: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:689: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:695: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:253: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:267: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:315: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:322: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:594: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:630: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:730: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:733: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration-tests.yml:739: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/integration-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/snap.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/snap.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/snap.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/mozilla/sccache/snap.yml/main?enable=pin","Warn: containerImage not pinned by hash: tests/harness/Dockerfile.sccache-dist:1: pin your Docker image by updating ubuntu:latest to ubuntu:latest@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: downloadThenRun not pinned by hash: .github/workflows/integration-tests.yml:550","Warn: downloadThenRun not pinned by hash: .github/workflows/integration-tests.yml:618","Info:   0 out of  49 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   6 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   2 downloadThenRun dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.10.0 not signed: https://api.github.com/repos/mozilla/sccache/releases/202110769","Warn: release artifact v0.9.1 not signed: https://api.github.com/repos/mozilla/sccache/releases/193447671","Warn: release artifact v0.9.0 not signed: https://api.github.com/repos/mozilla/sccache/releases/189817353","Warn: release artifact v0.8.2 not signed: https://api.github.com/repos/mozilla/sccache/releases/177411971","Warn: release artifact v0.8.1 not signed: https://api.github.com/repos/mozilla/sccache/releases/157421149","Warn: release artifact v0.10.0 does not have provenance: https://api.github.com/repos/mozilla/sccache/releases/202110769","Warn: release artifact v0.9.1 does not have provenance: https://api.github.com/repos/mozilla/sccache/releases/193447671","Warn: release artifact v0.9.0 does not have provenance: https://api.github.com/repos/mozilla/sccache/releases/189817353","Warn: release artifact v0.8.2 does not have provenance: https://api.github.com/repos/mozilla/sccache/releases/177411971","Warn: release artifact v0.8.1 does not have provenance: https://api.github.com/repos/mozilla/sccache/releases/157421149"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":4,"reason":"6 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: RUSTSEC-2023-0028","Warn: Project is vulnerable to: RUSTSEC-2024-0421 / GHSA-h97m-ww89-6jmq","Warn: Project is vulnerable to: RUSTSEC-2023-0050","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr","Warn: Project is vulnerable to: RUSTSEC-2023-0081","Warn: Project is vulnerable to: RUSTSEC-2021-0146"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-21T16:34:03.363Z","repository_id":37458423,"created_at":"2025-08-21T16:34:03.363Z","updated_at":"2025-08-21T16:34:03.363Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277306770,"owners_count":25796134,"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-09-27T02:00:08.978Z","response_time":73,"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"},"owner_record":{"login":"mozilla","name":"Mozilla","uuid":"131524","kind":"organization","description":"This technology could fall into the right hands.","email":null,"website":"https://wiki.mozilla.org/Github","location":"Mountain View, California","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/131524?v=4","repositories_count":2423,"last_synced_at":"2024-10-30T01:45:08.365Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/mozilla","funding_links":[],"total_stars":283529,"followers":8105,"following":0,"created_at":"2022-11-02T16:20:09.610Z","updated_at":"2024-10-30T01:45:08.366Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mozilla","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mozilla/repositories"},"tags":[{"name":"v0.10.0","sha":"e3d1ed560a28d114bd26299b0f717b372e7fc3d2","kind":"tag","published_at":"2025-02-24T18:11:14.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.10.0","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.10.0/manifests"},{"name":"v0.9.1","sha":"77f67d73445a383ffd8af095fb7a8e41f258e80f","kind":"tag","published_at":"2025-01-07T08:27:42.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.9.1","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.9.1/manifests"},{"name":"v0.9.0","sha":"ac3bff7e70728a7e15ad756a1a9acc4312616624","kind":"tag","published_at":"2024-12-09T20:48:45.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.9.0","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.9.0/manifests"},{"name":"v0.8.2","sha":"d7763fc54d52a4bf12de2f75a55ae089753b8320","kind":"tag","published_at":"2024-09-28T08:47:15.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.8.2","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.8.2/manifests"},{"name":"v0.8.1","sha":"634d8af1401d7703c4837b4974d3f80ed3c5aacc","kind":"tag","published_at":"2024-05-24T22:28:36.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.8.1","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"a8c5368b6d689d39667b9b8c79c5346c9cdf731b","kind":"tag","published_at":"2024-04-21T12:39:06.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.8.0","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.8.0/manifests"},{"name":"v0.7.7","sha":"e976c42c2141969915bdd39dd3177db6f27405a8","kind":"commit","published_at":"2024-02-07T10:41:22.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.7.7","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.7.7/manifests"},{"name":"v0.7.6","sha":"794c987b7843f404b9e50513dae978f807ba0a60","kind":"commit","published_at":"2024-01-22T11:10:13.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.7.6","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.7.6/manifests"},{"name":"v0.7.5","sha":"11703e09ab88a65ca5daba89df50844ce41f25ba","kind":"commit","published_at":"2024-01-10T17:59:01.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.7.5","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.7.5/manifests"},{"name":"v0.7.4","sha":"fb0ab0c42268c2ea9bbc1ec9bc848330cfdf08ec","kind":"commit","published_at":"2023-11-27T09:15:33.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.7.4","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.7.4/manifests"},{"name":"v0.7.3","sha":"45386750a48b6ed7daf9019db88a22dc7a7361c5","kind":"commit","published_at":"2023-11-19T20:13:58.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.7.3","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.7.3/manifests"},{"name":"v0.7.2","sha":"f6fd5ddd2ad8370cada6b106fb254de099f96da5","kind":"commit","published_at":"2023-11-14T20:51:23.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.7.2","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"1d71d5d810c161ff85217c71608d1d2262c35afb","kind":"commit","published_at":"2023-11-07T13:10:05.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.7.1","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.7.1/manifests"},{"name":"v0.7.0","sha":"b831172af097c2f9a523047ea4b06100462db5b0","kind":"commit","published_at":"2023-11-04T20:22:14.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.7.0","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"a33db12760584161696967730ed17151b2125589","kind":"commit","published_at":"2023-10-26T21:08:21.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.6.0","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.6.0/manifests"},{"name":"v0.5.4","sha":"799d8f9aebd3e4ed5e498ca004ace8360499ed80","kind":"commit","published_at":"2023-06-27T08:23:13.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.5.4","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"597eb51e48fc9c44dc0b5e4028839bb31317bd92","kind":"commit","published_at":"2023-06-04T10:44:40.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.5.3","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"f9cebc06cb0af5161f3cd3aebec788a6678e224b","kind":"commit","published_at":"2023-06-03T08:54:39.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.5.2","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"81d886764c89ad194b14f0a1af794537606a2623","kind":"commit","published_at":"2023-06-01T09:49:32.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.5.1","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"1c6ec75cac664bfff2cf2f823c9544e56213bebe","kind":"commit","published_at":"2023-05-23T07:08:06.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.5.0","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"844da898992f8e2a755d0965adab743648261e51","kind":"commit","published_at":"2023-04-24T10:11:43.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.4.2","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"d0d1beadd2739653ed878055215c0d9b7decb3b9","kind":"commit","published_at":"2023-03-27T10:09:39.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.4.1","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"fcc6b9ef28f78878e1dbed2d51d92725b0d5f9bb","kind":"commit","published_at":"2023-03-21T09:49:02.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.4.0","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0/manifests"},{"name":"v0.4.0-pre.11","sha":"7e21d4b58e18efdda7e04601ea50f885fa7a8ea0","kind":"commit","published_at":"2023-03-17T12:36:58.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.4.0-pre.11","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.4.0-pre.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.4.0-pre.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.11/manifests"},{"name":"v0.4.0-pre.10","sha":"476cb8da2363608d9719311676484576e8aac1ae","kind":"commit","published_at":"2023-03-10T08:08:35.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.4.0-pre.10","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.4.0-pre.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.4.0-pre.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.10/manifests"},{"name":"v0.4.0-pre.9","sha":"924dcbbb308849a51c8a32f31db661f81623bd11","kind":"commit","published_at":"2023-03-06T08:12:43.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.4.0-pre.9","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.4.0-pre.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.4.0-pre.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.9/manifests"},{"name":"v0.4.0-pre.8","sha":"11b0e876adcf06b4c843947f6c0f0e09a5b37a77","kind":"commit","published_at":"2023-02-23T08:50:51.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.4.0-pre.8","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.4.0-pre.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.4.0-pre.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.8/manifests"},{"name":"v0.4.0-pre.7","sha":"66bad1e8220f6144e2f171e43eda04cb1826dfa6","kind":"commit","published_at":"2023-02-12T07:15:19.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.4.0-pre.7","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.4.0-pre.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.4.0-pre.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.7/manifests"},{"name":"v0.4.0-pre.6","sha":"46553736b11d38419a220446389d0f086fdde0f4","kind":"commit","published_at":"2023-01-14T10:05:10.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.4.0-pre.6","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.4.0-pre.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.4.0-pre.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.6/manifests"},{"name":"v0.4.0-pre.5","sha":"a47fafc77d804f4a18dc8709fa6eb4d8357490bf","kind":"commit","published_at":"2023-01-08T15:19:11.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.4.0-pre.5","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.4.0-pre.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.4.0-pre.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.5/manifests"},{"name":"v0.4.0-pre.4","sha":"a28f6c4345ed70c1f4b8e28edc58b102a156ef99","kind":"commit","published_at":"2023-01-02T20:41:10.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.4.0-pre.4","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.4.0-pre.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.4.0-pre.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.4/manifests"},{"name":"v0.4.0-pre.3","sha":"0d625176b0a11e74cf06986979de72b09ece8223","kind":"commit","published_at":"2022-12-30T12:45:18.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.4.0-pre.3","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.4.0-pre.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.4.0-pre.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.3/manifests"},{"name":"v0.4.0-pre.2","sha":"6f1d52919a48d90d3f4ac1f88a0df315cf4692d3","kind":"commit","published_at":"2022-12-23T10:07:01.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.4.0-pre.2","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.4.0-pre.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.4.0-pre.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.2/manifests"},{"name":"v0.4.0-pre.1","sha":"72b91e5ad84c93ed6fc692829d7b7f3b4524c056","kind":"commit","published_at":"2022-12-16T21:18:58.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.4.0-pre.1","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.4.0-pre.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.4.0-pre.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.4.0-pre.1/manifests"},{"name":"v0.3.3","sha":"a31cf6491e6f3cd05c704ffb86d98ca8974300b0","kind":"commit","published_at":"2022-12-08T14:06:52.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.3.3","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"b7caab480e3eeece42b72e6cafbae095f920b0a9","kind":"commit","published_at":"2022-12-06T08:30:11.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.3.2","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"41e408d3e22d3c5a03cc622c93e9348ef80df140","kind":"commit","published_at":"2022-11-13T09:01:12.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.3.1","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"f6e36e68c6cb1e17127273956df9ebf2127dff1a","kind":"commit","published_at":"2022-05-04T18:52:32.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.3.0","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.3.0/manifests"},{"name":"v0.2.15","sha":"6b6d2f7d2dceefeb4f583712aa4c221db62be0bd","kind":"tag","published_at":"2021-01-12T22:26:43.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.2.15","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.2.15/manifests"},{"name":"0.2.14","sha":"655ef1a69691be4fcdcb8990dfca1001df5af129","kind":"tag","published_at":"2020-12-22T01:50:50.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/0.2.14","html_url":"https://github.com/mozilla/sccache/releases/tag/0.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@0.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.14/manifests"},{"name":"0.2.13","sha":"8916253e51cdd710dc70d0616235ace36e731f98","kind":"tag","published_at":"2020-02-24T19:06:45.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/0.2.13","html_url":"https://github.com/mozilla/sccache/releases/tag/0.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@0.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.13/manifests"},{"name":"0.2.12","sha":"f1322dca19577310cfcfb40059ff954d2140598b","kind":"tag","published_at":"2019-10-07T21:15:28.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/0.2.12","html_url":"https://github.com/mozilla/sccache/releases/tag/0.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@0.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.12/manifests"},{"name":"0.2.11","sha":"ef56a5b89e59fa773527a8fe64812944f0c9153a","kind":"tag","published_at":"2019-09-09T18:51:01.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/0.2.11","html_url":"https://github.com/mozilla/sccache/releases/tag/0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.11/manifests"},{"name":"0.2.10","sha":"aff2fbe521bcd90ea2ee9c0a00f73605aabf0947","kind":"tag","published_at":"2019-08-08T22:18:29.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/0.2.10","html_url":"https://github.com/mozilla/sccache/releases/tag/0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.10/manifests"},{"name":"0.2.9","sha":"744eefb8259b7531fc8f2d77ead612bf74fb2b12","kind":"tag","published_at":"2019-06-26T18:37:57.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/0.2.9","html_url":"https://github.com/mozilla/sccache/releases/tag/0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.9/manifests"},{"name":"0.2.8","sha":"7df7138d9330e007a962a37b6a916666f35cbd94","kind":"tag","published_at":"2019-01-23T17:06:32.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/0.2.8","html_url":"https://github.com/mozilla/sccache/releases/tag/0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.8/manifests"},{"name":"0.2.7","sha":"d19163acd85b632303197df70f40392df54fbb3b","kind":"tag","published_at":"2018-07-12T11:33:52.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/0.2.7","html_url":"https://github.com/mozilla/sccache/releases/tag/0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.7/manifests"},{"name":"0.2.6","sha":"dfdfce28e0cf6c16eb821e8aa3c3f63f78b25497","kind":"tag","published_at":"2018-03-12T19:57:20.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/0.2.6","html_url":"https://github.com/mozilla/sccache/releases/tag/0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.6/manifests"},{"name":"0.2.5","sha":"46b4ffaba743650d3b6591f2fa0b5f7812832434","kind":"tag","published_at":"2018-01-30T16:56:10.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/0.2.5","html_url":"https://github.com/mozilla/sccache/releases/tag/0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.5/manifests"},{"name":"0.2.4","sha":"5386227460f35168d2e419f504ac782de2266167","kind":"tag","published_at":"2018-01-08T21:02:54.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/0.2.4","html_url":"https://github.com/mozilla/sccache/releases/tag/0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.4/manifests"},{"name":"0.2.3","sha":"c41261d9788dd2b290518bf9dafb8c689ea6073f","kind":"tag","published_at":"2018-01-05T17:09:37.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/0.2.3","html_url":"https://github.com/mozilla/sccache/releases/tag/0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.3/manifests"},{"name":"0.2.2","sha":"f5d7bac801a32734f4bf351edd6ae9a539424839","kind":"tag","published_at":"2017-10-25T19:16:57.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/0.2.2","html_url":"https://github.com/mozilla/sccache/releases/tag/0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.2/manifests"},{"name":"0.2.1","sha":"df04fa530d6b7d79fef8c848879d47dcc4d95b32","kind":"tag","published_at":"2017-08-18T21:43:49.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/0.2.1","html_url":"https://github.com/mozilla/sccache/releases/tag/0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.1/manifests"},{"name":"0.2.0","sha":"43300e1976bdbfc8dbda30e22a00ce2cce54e9de","kind":"tag","published_at":"2017-07-25T19:47:24.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/0.2.0","html_url":"https://github.com/mozilla/sccache/releases/tag/0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/0.2.0/manifests"},{"name":"v0.1.0","sha":"5e0451f56cdbb65b6368b16f25abcc5e002b3fc0","kind":"commit","published_at":"2016-11-21T14:48:06.000Z","download_url":"https://codeload.github.com/mozilla/sccache/tar.gz/v0.1.0","html_url":"https://github.com/mozilla/sccache/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mozilla/sccache@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-10-06T23:38:07.336Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/sccache?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.21","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/sccache","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/sccache","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/sccache/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-26T18:01:00.357Z","issues_count":303,"pull_requests_count":759,"avg_time_to_close_issue":45646965.26229508,"avg_time_to_close_pull_request":2407392.750783699,"issues_closed_count":122,"pull_requests_closed_count":638,"pull_request_authors_count":115,"issue_authors_count":211,"avg_comments_per_issue":2.8283828382838285,"avg_comments_per_pull_request":2.2964426877470356,"merged_pull_requests_count":503,"bot_issues_count":0,"bot_pull_requests_count":283,"past_year_issues_count":58,"past_year_pull_requests_count":197,"past_year_avg_time_to_close_issue":909239.0909090909,"past_year_avg_time_to_close_pull_request":1534294.8421052631,"past_year_issues_closed_count":11,"past_year_pull_requests_closed_count":133,"past_year_pull_request_authors_count":49,"past_year_issue_authors_count":51,"past_year_avg_comments_per_issue":0.27586206896551724,"past_year_avg_comments_per_pull_request":2.050761421319797,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":31,"past_year_merged_pull_requests_count":111,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fsccache/issues","maintainers":[{"login":"sylvestre","count":73,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sylvestre"},{"login":"glandium","count":47,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/glandium"},{"login":"Xuanwo","count":40,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Xuanwo"},{"login":"drahnr","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drahnr"},{"login":"kornelski","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kornelski"},{"login":"robertmaynard","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/robertmaynard"}],"active_maintainers":[{"login":"sylvestre","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sylvestre"},{"login":"Xuanwo","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Xuanwo"},{"login":"drahnr","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drahnr"},{"login":"glandium","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/glandium"},{"login":"kornelski","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kornelski"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/sccache/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/sccache/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/sccache/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/sccache/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/sccache/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/sccache/codemeta","maintainers":[{"uuid":"omni+alpine@hack.org","login":null,"name":"omni","email":"omni+alpine@hack.org","url":"https://pkgs.alpinelinux.org/packages?maintainer=omni","packages_count":217,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=omni","role":null,"created_at":"2024-12-13T10:06:48.797Z","updated_at":"2024-12-13T10:06:48.797Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers/omni+alpine@hack.org/packages"}]}