{"id":1565404,"name":"sysinfo","ecosystem":"cargo","description":"Library to get system information such as processes, CPUs, disks, components and networks","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/GuillaumeGomez/sysinfo","keywords_array":["cpu","network","disk","process","system-information"],"namespace":null,"versions_count":268,"first_release_published_at":"2015-07-25T20:38:16.528Z","latest_release_published_at":"2026-07-09T10:46:59.210Z","latest_release_number":"0.39.6","last_synced_at":"2026-09-15T20:41:21.720Z","created_at":"2022-04-09T06:07:38.227Z","updated_at":"2026-09-15T20:41:21.720Z","registry_url":"https://crates.io/crates/sysinfo/","install_command":"cargo install sysinfo","documentation_url":"https://docs.rs/sysinfo/","metadata":{"categories":[]},"repo_metadata":{"id":28470368,"uuid":"31986253","full_name":"GuillaumeGomez/sysinfo","owner":"GuillaumeGomez","description":"Cross-platform library to fetch system information","archived":false,"fork":false,"pushed_at":"2026-08-17T08:53:38.000Z","size":4117,"stargazers_count":2736,"open_issues_count":64,"forks_count":426,"subscribers_count":16,"default_branch":"main","last_synced_at":"2026-08-19T17:16:25.137Z","etag":null,"topics":["linux","macos","raspberry","rust","system","unix","windows"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/GuillaumeGomez.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":["GuillaumeGomez"],"patreon":"GuillaumeGomez","custom":["https://paypal.me/imperioland"]}},"created_at":"2015-03-10T22:54:41.000Z","updated_at":"2026-08-17T14:45:51.000Z","dependencies_parsed_at":"2026-08-10T02:23:11.643Z","dependency_job_id":null,"html_url":"https://github.com/GuillaumeGomez/sysinfo","commit_stats":{"total_commits":1660,"total_committers":177,"mean_commits":9.378531073446327,"dds":"0.27409638554216864","last_synced_commit":"88f9c4bd6208140fd1d6ce1f54b5a802fa0e7676"},"previous_names":[],"tags_count":262,"template":false,"template_full_name":null,"purl":"pkg:github/GuillaumeGomez/sysinfo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuillaumeGomez","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/sbom","scorecard":{"id":59788,"data":{"date":"2025-08-11","repo":{"name":"github.com/GuillaumeGomez/sysinfo","commit":"317d8739f77906e67628b3b8de7f8ae91a967164"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 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":"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":"Code-Review","score":2,"reason":"Found 2/10 approved changesets -- score normalized to 2","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/CI.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":"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":"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:308: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:309: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:97: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:139: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:146: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:160: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:167: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:174: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:181: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:188: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:195: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:210: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:218: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:247: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:294: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:295: update your workflow using https://app.stepsecurity.io/secureworkflow/GuillaumeGomez/sysinfo/CI.yml/master?enable=pin","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  26 third-party GitHubAction 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":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: 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":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"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"}}]},"last_synced_at":"2025-08-15T01:27:56.332Z","repository_id":28470368,"created_at":"2025-08-15T01:27:56.332Z","updated_at":"2025-08-15T01:27:56.332Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36783959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-19T02:00:06.185Z","response_time":54,"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":"GuillaumeGomez","name":"Guillaume Gomez","uuid":"3050060","kind":"user","description":"Opensource lover, member of a few Rust project teams, GNOME foundation member.","email":"","website":"https://blog.guillaume-gomez.fr","location":"France","twitter":null,"company":"@huawei","icon_url":"https://avatars.githubusercontent.com/u/3050060?u=6ca85464b07c5464a052250a4fc3e3f9c03c97ed\u0026v=4","repositories_count":248,"last_synced_at":"2026-08-20T06:29:36.104Z","metadata":{"has_sponsors_listing":true,"funding":null},"html_url":"https://github.com/GuillaumeGomez","funding_links":["https://github.com/sponsors/GuillaumeGomez"],"total_stars":3006,"followers":1640,"following":3,"created_at":"2022-11-02T16:29:46.013Z","updated_at":"2026-08-20T06:29:36.144Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuillaumeGomez","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuillaumeGomez/repositories"},"tags":[{"name":"v0.39.6","sha":"1bc6ed4f7d0dd03606de572a1531a165438b63ec","kind":"commit","published_at":"2026-07-09T10:46:31.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.39.6","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.39.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.39.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.39.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.39.6/manifests"},{"name":"v0.39.5","sha":"029025e75ff4b6e1a35bf9781af5a37c6f34d904","kind":"commit","published_at":"2026-06-22T08:55:37.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.39.5","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.39.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.39.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.39.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.39.5/manifests"},{"name":"v0.39.4","sha":"c07bb44578c5dbd7c00f492108f61da405ec242a","kind":"commit","published_at":"2026-06-21T22:12:49.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.39.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.39.4/manifests"},{"name":"v0.39.3","sha":"3d1c52a983fdf6c702e4e6656aacba8fb6f6af21","kind":"commit","published_at":"2026-05-28T22:51:10.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.39.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.39.3/manifests"},{"name":"v0.39.2","sha":"c43234a69dfc6f5c12e7d500e04e4ce5a5dc1b97","kind":"commit","published_at":"2026-05-17T00:41:12.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.39.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.39.2/manifests"},{"name":"v0.39.1","sha":"6e883a32ffcc2b9fa8146cb96daf78d61b1ee05e","kind":"commit","published_at":"2026-05-10T23:50:40.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.39.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.39.1/manifests"},{"name":"v0.39.0","sha":"ee9cd3b611a3167c8fb00077e2e5dc201d07fbc6","kind":"commit","published_at":"2026-05-07T01:34:43.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.39.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.39.0/manifests"},{"name":"v0.38.4","sha":"97c194d6f0b0e09eee7db22e2128cd303e58a11d","kind":"commit","published_at":"2026-03-09T16:16:57.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.38.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.38.4/manifests"},{"name":"v0.38.3","sha":"61257e4da7eb14010fae557d252d2d306e2e23ae","kind":"commit","published_at":"2026-03-02T12:22:37.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.38.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.38.3/manifests"},{"name":"v0.38.2","sha":"e3e319f11b06b3a7db220f88eedac7904e0d6580","kind":"commit","published_at":"2026-02-15T15:05:04.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.38.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.38.2/manifests"},{"name":"v0.38.1","sha":"0d91dfb0e34cb7414541ecd574fc2e39ac0ce057","kind":"commit","published_at":"2026-02-06T21:54:20.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.38.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.38.1/manifests"},{"name":"v0.38.0","sha":"4124381e12e77a50355bf3e669120a1801835d77","kind":"commit","published_at":"2026-01-24T16:45:29.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.38.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.38.0/manifests"},{"name":"v0.37.2","sha":"067dd61372205880dda017c942fec0042421e45e","kind":"commit","published_at":"2025-10-02T12:52:38.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.37.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.37.2/manifests"},{"name":"v0.37.1","sha":"799134441425dbe81261b3f792b76ac408875184","kind":"commit","published_at":"2025-09-26T15:59:33.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.37.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"317d8739f77906e67628b3b8de7f8ae91a967164","kind":"commit","published_at":"2025-08-10T19:35:34.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.37.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"fc31b411eea7b9983176399dc5be162786dec95b","kind":"commit","published_at":"2025-07-18T15:00:30.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.36.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"57876c00f57d82fd1c21cfb74821f03a9081ba3b","kind":"commit","published_at":"2025-07-10T16:24:58.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.36.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.36.0/manifests"},{"name":"v0.35.2","sha":"7d691387c14469db8785ff2e979c95bcc6a19cf1","kind":"commit","published_at":"2025-06-03T20:07:30.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.35.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.35.2/manifests"},{"name":"v0.35.1","sha":"828c07aea67da80272f4d7a694f8ec7185fe8816","kind":"commit","published_at":"2025-05-11T21:38:27.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.35.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.35.1/manifests"},{"name":"v0.35.0","sha":"f71d745a8ea76ce347f88e90b2b39ef32153ab97","kind":"commit","published_at":"2025-05-01T20:19:00.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.35.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.35.0/manifests"},{"name":"v0.33.1","sha":"1831f897ed4bc31cf9e579424f1753d21cea8f2e","kind":"commit","published_at":"2024-12-27T12:54:05.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.33.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"6d5bf57f338afcaca97e078160811a394ec6ee92","kind":"commit","published_at":"2024-12-04T13:14:56.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.33.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.33.0/manifests"},{"name":"v0.32.1","sha":"d27209835d671c7326cece60f18ee58b1abc3291","kind":"commit","published_at":"2024-11-26T10:41:52.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.32.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.32.1/manifests"},{"name":"v0.32.0","sha":"e022ae4fd1d27c2d7159cad3e7018fc08e5b822d","kind":"commit","published_at":"2024-10-05T21:58:05.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.32.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.32.0/manifests"},{"name":"v0.31.4","sha":"993f8e32c98b47c9c34f708517b03b82e64343b7","kind":"commit","published_at":"2024-08-28T21:12:33.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.31.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.31.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.31.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.31.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.31.4/manifests"},{"name":"v0.31.3","sha":"d0122ae0412a981bb64be48a43b99357fcec751b","kind":"commit","published_at":"2024-08-23T13:03:53.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.31.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.31.3/manifests"},{"name":"v0.31.2","sha":"176db2852c29f3fcf35f213bebaa2790a35be454","kind":"commit","published_at":"2024-08-01T14:38:18.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.31.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"5c40b60a93d3136aad111cca1a7423a2926d50a0","kind":"commit","published_at":"2024-08-01T13:23:05.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.31.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"9c18e423c0060fb31ba95f5762266af43a8a49d1","kind":"commit","published_at":"2024-07-31T12:29:09.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.31.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.31.0/manifests"},{"name":"v0.30.13","sha":"1639d7476538b7a4d2f5dd1abf2d116c8e756a43","kind":"commit","published_at":"2024-07-08T22:57:12.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.30.13","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.30.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.30.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.13/manifests"},{"name":"v0.30.11","sha":"717126ab7d9e515d5615ab46a0c1fad2f4436b3b","kind":"commit","published_at":"2024-04-18T15:47:40.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.30.11","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.30.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.30.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.11/manifests"},{"name":"v0.30.10","sha":"e9c74b25fd4570a82952144385daad39d5a11118","kind":"commit","published_at":"2024-04-10T14:42:53.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.30.10","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.30.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.30.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.10/manifests"},{"name":"v0.30.9","sha":"93f9b823c1a5cd56f271e48cf879ede312914c64","kind":"commit","published_at":"2024-04-08T17:48:20.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.30.9","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.30.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.30.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.9/manifests"},{"name":"v0.30.8","sha":"fe30f16fc36217bb6c1a5137f2f1a87408159066","kind":"commit","published_at":"2024-04-02T15:20:46.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.30.8","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.30.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.30.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.8/manifests"},{"name":"v0.30.7","sha":"3753723786240759f74be88c65ab96e60542c823","kind":"commit","published_at":"2024-03-06T20:37:28.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.30.7","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.30.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.30.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.7/manifests"},{"name":"v0.30.6","sha":"933dad660d5b1cde5bfbcb8e4eb42bf1f780ddca","kind":"commit","published_at":"2024-03-01T18:53:23.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.30.6","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.30.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.30.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.6/manifests"},{"name":"v0.30.5","sha":"a261a9385b8d5c2845f8faec736bbc9c579561fa","kind":"commit","published_at":"2024-01-05T11:21:01.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.30.5","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.30.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.30.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.5/manifests"},{"name":"v0.30.4","sha":"418b01d606f67c3fe7cbb4d6d9629b51a8ff580e","kind":"commit","published_at":"2024-01-03T20:13:23.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.30.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.30.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.30.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.4/manifests"},{"name":"v0.30.3","sha":"bc08ea26ffb73fdba7d9f7226f05cf341311ab65","kind":"commit","published_at":"2023-12-29T20:42:38.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.30.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.3/manifests"},{"name":"v0.30.2","sha":"28850138909c2027b1fa45f9fda4d0dff6e7b6b7","kind":"commit","published_at":"2023-12-28T23:18:44.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.30.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"b86bb29702ecc8221e02e3cc923c55ee14d2cfe8","kind":"commit","published_at":"2023-12-25T19:30:54.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.30.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"40ee83511c6b4ad96575fd230e12724cece84df5","kind":"commit","published_at":"2023-12-20T21:18:46.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.30.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.30.0/manifests"},{"name":"v0.29.11","sha":"5d7a0e3d7e4404c67ee780f0101a99eb4a3bedae","kind":"commit","published_at":"2023-11-26T21:29:49.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.29.11","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.29.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.29.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.11/manifests"},{"name":"v0.29.10","sha":"e2a88f4295dfede6f1fd7ca9582fba520cd5adb0","kind":"commit","published_at":"2023-09-06T09:40:53.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.29.10","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.29.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.29.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.10/manifests"},{"name":"v0.29.9","sha":"1f872fa307f9df7c7d8ea3e948d3515bb22792ba","kind":"commit","published_at":"2023-08-28T09:34:25.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.29.9","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.29.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.29.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.9/manifests"},{"name":"v0.29.8","sha":"5981a253ba4a1e7723eb2e359ee03d035a3dda12","kind":"commit","published_at":"2023-08-13T22:01:45.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.29.8","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.29.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.29.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.8/manifests"},{"name":"v0.29.7","sha":"19db7da2947f1a9751da2330a7d129f4cd0a4b8b","kind":"commit","published_at":"2023-07-26T20:45:01.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.29.7","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.29.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.29.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.7/manifests"},{"name":"v0.29.6","sha":"c439d5dcf8d6fa9adc1429b94466b75e84ade1b2","kind":"commit","published_at":"2023-07-21T21:58:12.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.29.6","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.29.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.29.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.6/manifests"},{"name":"v0.29.5","sha":"1936f848c5d892e16b6f21151fdf457e09b04def","kind":"commit","published_at":"2023-07-16T18:54:11.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.29.5","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.29.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.29.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.5/manifests"},{"name":"v0.29.4","sha":"0e55d85e1fd3cbd3ba7b517324f2aa51e958b864","kind":"commit","published_at":"2023-07-03T18:57:30.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.29.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.4/manifests"},{"name":"v0.29.3","sha":"ed957eef02da706194198f43233ff8604f9407aa","kind":"commit","published_at":"2023-06-29T18:40:39.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.29.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.3/manifests"},{"name":"v0.29.2","sha":"74a51f366547d92a4673151d5d8bf1afdfeb30a4","kind":"commit","published_at":"2023-06-07T17:36:14.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.29.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.2/manifests"},{"name":"v0.29.1","sha":"323d642a370317360f1de09074ab15b5ec1b17a3","kind":"commit","published_at":"2023-06-07T11:55:08.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.29.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.1/manifests"},{"name":"v0.29.0","sha":"83b33258281aa6cbb8a23c6491a4a2dbc5d7df7e","kind":"commit","published_at":"2023-05-05T20:24:07.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.29.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.29.0/manifests"},{"name":"v0.28.4","sha":"aec82898ebb4312a2f719060d39a89382657e4b8","kind":"commit","published_at":"2023-03-24T10:31:03.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.28.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.28.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.28.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.28.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.28.4/manifests"},{"name":"v0.28.3","sha":"8ade504d8c17c4438bc7a4124c85288762770718","kind":"commit","published_at":"2023-03-17T20:46:37.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.28.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.28.3/manifests"},{"name":"v0.28.2","sha":"6f8178495adcf3ca4696a9ec548586cf6a621bc8","kind":"commit","published_at":"2023-03-04T11:14:55.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.28.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.28.2/manifests"},{"name":"v0.28.1","sha":"d9746a2280f42833f0ed984ede2d944f8bcd3aca","kind":"commit","published_at":"2023-02-26T14:12:28.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.28.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.28.1/manifests"},{"name":"v0.27.8","sha":"c6cfce66546dbe9ff00152a2af9aa478970ab78a","kind":"commit","published_at":"2023-02-26T13:52:06.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.27.8","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.27.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.27.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.27.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.27.8/manifests"},{"name":"v0.28.0","sha":"35be8b989dd0634aa63ad83bd8d43d316b1ca79e","kind":"commit","published_at":"2023-02-17T23:20:36.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.28.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.28.0/manifests"},{"name":"v0.27.7","sha":"93b16f075e3f08215a123d0217e7b49234a059b5","kind":"commit","published_at":"2023-01-17T13:21:11.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.27.7","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.27.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.27.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.27.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.27.7/manifests"},{"name":"v0.27.6","sha":"a02d518033cf8712a13bce82cc09b1b8dda4006a","kind":"commit","published_at":"2023-01-13T15:48:33.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.27.6","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.27.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.27.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.27.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.27.6/manifests"},{"name":"v0.27.5","sha":"6da457c1b30e214846e3c6df6db03485a534db1e","kind":"commit","published_at":"2023-01-10T22:38:36.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.27.5","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.27.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.27.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.27.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.27.5/manifests"},{"name":"v0.26.9","sha":"9e6661d570e8b8b0d3e62ca1cc84a2371b9f1624","kind":"commit","published_at":"2023-01-10T19:52:20.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.26.9","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.26.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.26.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.26.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.26.9/manifests"},{"name":"v0.27.4","sha":"2275e7201c8aff29f8c709ad85fe1eb77e6179a2","kind":"commit","published_at":"2023-01-09T23:49:36.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.27.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.27.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.27.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.27.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.27.4/manifests"},{"name":"v0.27.3","sha":"2a78e06c219151bcbdfaa88e4a726ec6ed242c4b","kind":"commit","published_at":"2023-01-08T00:46:37.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.27.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"4e996551b94931f36fe13cdbe51b24334640e430","kind":"commit","published_at":"2022-12-30T15:14:42.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.27.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"7bf5259c1799554aa8624310b7dc2bef3020e1ba","kind":"commit","published_at":"2022-12-18T10:40:54.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.27.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"deb9b118636ef02ad819a4748e90e8e180b481b4","kind":"commit","published_at":"2022-12-08T20:05:34.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.27.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.27.0/manifests"},{"name":"v0.26.8","sha":"8be83e1cfbc75e8594b14332a8786978540ff6ff","kind":"commit","published_at":"2022-11-23T20:05:02.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.26.8","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.26.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.26.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.26.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.26.8/manifests"},{"name":"v0.26.7","sha":"0bc2f1db8b1c00c9a0446c7caab067390b6cddf1","kind":"commit","published_at":"2022-10-31T10:05:44.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.26.7","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.26.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.26.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.26.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.26.7/manifests"},{"name":"v0.26.6","sha":"463a88c7b1d3647e9a19d5f5415d712f50bce653","kind":"commit","published_at":"2022-10-26T09:37:15.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.26.6","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.26.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.26.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.26.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.26.6/manifests"},{"name":"v0.26.5","sha":"325fefba84b4d3465afd0c2beb1f069be587bb7e","kind":"commit","published_at":"2022-10-17T20:18:21.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.26.5","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.26.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.26.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.26.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.26.5/manifests"},{"name":"v0.26.4","sha":"1a3657c92b13e5a940fe061ca8022bf3b69c28b9","kind":"commit","published_at":"2022-09-26T13:39:23.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.26.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.26.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.26.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.26.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.26.4/manifests"},{"name":"v0.26.3","sha":"d5ad6dff70a2e019f8f7ff83e34775c8a20d94bb","kind":"commit","published_at":"2022-09-25T15:35:51.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.26.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.26.3/manifests"},{"name":"v0.26.2","sha":"aa79da2572cb3858085c79e79c11a86bd70c6567","kind":"commit","published_at":"2022-09-03T14:28:08.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.26.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.26.2/manifests"},{"name":"v0.26.1","sha":"504d990303b45faff693e2bc24a06dca803fdbdb","kind":"commit","published_at":"2022-08-31T15:38:48.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.26.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"6d1e5f28960f19a047054a7d95433d47253d1c80","kind":"commit","published_at":"2022-08-29T12:52:52.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.26.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.26.0/manifests"},{"name":"v0.25.3","sha":"87fa370b5f099943040b3e06d8a7029c6ba306f6","kind":"commit","published_at":"2022-08-21T14:10:41.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.25.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.25.3/manifests"},{"name":"v0.25.2","sha":"5b76b6945d97b47d54cc4e96dede1f9021c8b2fc","kind":"commit","published_at":"2022-08-09T16:11:27.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.25.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.25.2/manifests"},{"name":"v0.25.1","sha":"6d48d10eac274644f66b43f838888d8a64ee965f","kind":"commit","published_at":"2022-07-31T13:51:40.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.25.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"9f119bb23b1d1e696f78fda552dea6cfc0fbda53","kind":"commit","published_at":"2022-07-29T20:01:07.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.25.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.25.0/manifests"},{"name":"v0.24.7","sha":"0740badde7d272e97cf166981b560c72a823290c","kind":"commit","published_at":"2022-07-19T21:06:52.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.24.7","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.24.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.24.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.24.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.24.7/manifests"},{"name":"v0.24.6","sha":"5788a01c04276d678196274010cf5be05b457753","kind":"commit","published_at":"2022-07-06T11:23:48.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.24.6","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.24.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.24.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.24.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.24.6/manifests"},{"name":"v0.24.5","sha":"53c220cd2018826d2dcade6fe62585e415aedb62","kind":"commit","published_at":"2022-06-17T15:23:23.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.24.5","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.24.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.24.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.24.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.24.5/manifests"},{"name":"v0.24.4","sha":"955f73b08254723078e69dd8c2525f5d349cc448","kind":"commit","published_at":"2022-06-16T11:19:41.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.24.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.24.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.24.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.24.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.24.4/manifests"},{"name":"v0.24.3","sha":"7fd40ea3eba9e1404e5f3a40ef58d9a2252d546a","kind":"commit","published_at":"2022-06-10T14:06:46.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.24.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.24.3/manifests"},{"name":"v0.24.2","sha":"2923c48ed7bbcaf5e8998d6ab71311005de0609d","kind":"commit","published_at":"2022-06-07T10:52:05.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.24.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.24.2/manifests"},{"name":"v0.24.1","sha":"f1557bb62eb1b6135fe2e5e7b6f406f84dac3691","kind":"commit","published_at":"2022-06-04T16:05:44.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.24.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"bf421eb57b26076e7284e8c93372d20338c94c2d","kind":"commit","published_at":"2022-06-04T13:01:00.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.24.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.24.0/manifests"},{"name":"v0.23.15","sha":"ad3cd4c792a39888030e54d19de6307879cdda61","kind":"commit","published_at":"2022-05-24T21:24:28.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.23.15","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.23.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.23.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.15/manifests"},{"name":"v0.23.14","sha":"5c6382e33a981ac5d30c4bc8ab604127ea6ce724","kind":"commit","published_at":"2022-05-24T14:38:20.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.23.14","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.23.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.23.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.14/manifests"},{"name":"v0.23.13","sha":"0606e844a2b1c44f1769bb99b477165b522dabcc","kind":"commit","published_at":"2022-05-20T20:02:46.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.23.13","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.23.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.23.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.13/manifests"},{"name":"v0.23.12","sha":"02a2b27e9918f7a628a7b97c32e6bfd6f2013ea5","kind":"commit","published_at":"2022-05-10T12:27:29.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.23.12","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.23.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.23.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.12/manifests"},{"name":"v0.23.11","sha":"f483859e0096b7efcd6f8e2dd5e29f114fe4570e","kind":"commit","published_at":"2022-04-28T20:46:32.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.23.11","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.23.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.23.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.11/manifests"},{"name":"v0.23.10","sha":"479add9718a320c1a351df4ead6b8634c9af0a8e","kind":"commit","published_at":"2022-04-13T11:33:02.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.23.10","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.23.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.23.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.10/manifests"},{"name":"v0.23.9","sha":"614720a404b95a8b63a8bf8e5b181321fa3215b9","kind":"commit","published_at":"2022-04-08T19:38:38.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.23.9","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.23.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.23.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.9/manifests"},{"name":"v0.23.8","sha":"231ee551f3cf1f1341d3360376c63c992eb32157","kind":"commit","published_at":"2022-04-06T12:08:47.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.23.8","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.23.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.23.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.8/manifests"},{"name":"v0.23.7","sha":"a74e95fa493cb385a1f2c590141c04380720cf9f","kind":"commit","published_at":"2022-04-05T16:00:07.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.23.7","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.23.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.23.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.7/manifests"},{"name":"v0.23.6","sha":"b7786c820fa1193b29de240b557e9c0a77395cd4","kind":"commit","published_at":"2022-03-29T18:02:24.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.23.6","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.23.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.23.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.6/manifests"},{"name":"v0.23.5","sha":"f42a12a60ec3001cda9adc9898a9158b444cf5cf","kind":"commit","published_at":"2022-02-28T19:36:12.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.23.5","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.23.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.23.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.5/manifests"},{"name":"v0.23.4","sha":"8a1c545fbb471cc87beaeda5dad96005386aee7c","kind":"commit","published_at":"2022-02-24T21:07:22.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.23.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.4/manifests"},{"name":"v0.23.3","sha":"977c783edbdcf1be4e547f743a6816fe8eb23ac7","kind":"commit","published_at":"2022-02-23T17:02:53.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.23.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.3/manifests"},{"name":"v0.23.2","sha":"59eff438f94cadf88ec59d73bb1bcdac7e607c83","kind":"commit","published_at":"2022-02-11T17:22:04.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.23.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.2/manifests"},{"name":"v0.23.1","sha":"9fe6a35de9d8ef4dc499197b9578be5625e84dca","kind":"commit","published_at":"2022-02-07T16:52:18.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.23.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"a0b24672cea1477083835701058f13c1d7730818","kind":"commit","published_at":"2022-01-17T21:41:55.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.23.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.23.0/manifests"},{"name":"v0.22.5","sha":"dfeeac5185332793a3545c284930fdeed451fed1","kind":"commit","published_at":"2022-01-07T11:15:11.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.22.5","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.22.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.22.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.22.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.22.5/manifests"},{"name":"v0.22.4","sha":"54539831110e477aeb321240d50957abc2f0d9ca","kind":"commit","published_at":"2021-12-28T22:22:56.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.22.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.22.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.22.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.22.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.22.4/manifests"},{"name":"v0.22.3","sha":"7e09145fdc6251a3bad79ec62f8606cd91605a0f","kind":"commit","published_at":"2021-12-19T15:03:11.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.22.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.22.3/manifests"},{"name":"v0.22.2","sha":"510b50286e0b95ade6248c7f6b2890247349ab66","kind":"commit","published_at":"2021-12-15T15:27:56.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.22.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.22.2/manifests"},{"name":"v0.22.1","sha":"0acc0e216c02d3779f500c15329856e21e8bb943","kind":"commit","published_at":"2021-12-15T10:40:54.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.22.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.22.1/manifests"},{"name":"v0.22.0","sha":"3e0d61b434dca75f1f486e75adb946e0183f4267","kind":"commit","published_at":"2021-12-14T16:46:00.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.22.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.22.0/manifests"},{"name":"v0.21.2","sha":"c4e213130fd95faff439b59fe615f638f2c77644","kind":"commit","published_at":"2021-12-08T14:02:41.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.21.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.21.2/manifests"},{"name":"v0.21.1","sha":"923da6b0bce734f79523d1cfb9b40904216ddbbf","kind":"commit","published_at":"2021-11-10T22:44:26.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.21.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.21.1/manifests"},{"name":"v0.21.0","sha":"48e3b0e210761877523dae471ba80fd33a7670c4","kind":"commit","published_at":"2021-11-10T19:17:07.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.21.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.21.0/manifests"},{"name":"v0.20.5","sha":"70004b266e105ac8e7ac77e1cd4b2b078d5537d0","kind":"commit","published_at":"2021-10-12T12:57:53.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.20.5","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.20.5/manifests"},{"name":"v0.20.4","sha":"fdab3bf45c03a663d0de4a1762830e5aa271fca9","kind":"commit","published_at":"2021-09-28T09:45:50.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.20.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"5c46b498ba82564caf9347b3ebb56c3930a715c4","kind":"commit","published_at":"2021-09-04T11:48:39.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.20.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"af1b0524d47cf46d6157bc2d33ea403ca92be82f","kind":"commit","published_at":"2021-08-30T12:39:55.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.20.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"43b15d69004f5290c286fac8f36ede19b620836e","kind":"commit","published_at":"2021-08-23T13:55:19.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.20.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"47982f7c1d88eb26c43d36ed7c758b6f2c8e60c7","kind":"commit","published_at":"2021-08-04T18:56:38.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.20.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.20.0/manifests"},{"name":"v0.19.3","sha":"5f5b0a9e8ff61de496d7b986017bcec989e40492","kind":"commit","published_at":"2021-08-04T13:33:28.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.19.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.19.3/manifests"},{"name":"v0.19.2","sha":"8e02002116a584e8a01bf375a8038a46a05349b9","kind":"commit","published_at":"2021-07-15T16:17:48.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.19.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.19.2/manifests"},{"name":"v0.19.1","sha":"dabfae5f54371f477779dd9726176d0e8f5565a8","kind":"commit","published_at":"2021-07-08T21:02:44.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.19.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"cfa158864c7b5f7dabb8d39de64b786a0eaf25ae","kind":"commit","published_at":"2021-06-29T13:40:50.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.19.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.19.0/manifests"},{"name":"v0.18.2","sha":"05427d4e26b83be87f64865b3c15c9663e5d2e62","kind":"commit","published_at":"2021-06-05T22:25:24.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.18.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.18.2/manifests"},{"name":"v0.18.1","sha":"d01db8e5d79a00efc0b533457dfed9178c4609fc","kind":"commit","published_at":"2021-06-03T15:47:46.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.18.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"d7b84c025b346fe0bd03b8464ad098b1759ecd63","kind":"commit","published_at":"2021-05-25T11:56:48.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.18.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.18.0/manifests"},{"name":"v0.17.5","sha":"dd1580c85fcbfc333fabfeec6694c9167883a01f","kind":"commit","published_at":"2021-05-17T13:08:16.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.17.5","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.17.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.17.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.17.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.17.5/manifests"},{"name":"v0.17.4","sha":"b74afd39b8ae737e1ea7491e59cde8160306cdd3","kind":"commit","published_at":"2021-05-13T13:06:55.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.17.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f46e6313643a9ac0ce9f9431fb12e83a914cd4c7","kind":"commit","published_at":"2021-05-07T14:23:08.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.17.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"8165447fc8139a15b881cc2e196da3c41a420163","kind":"commit","published_at":"2021-04-22T18:07:04.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.17.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"b3d4e0ff11373c27598252e97742504c3e81e79f","kind":"commit","published_at":"2021-04-16T14:40:17.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.17.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"9d920810e818263a2312fff3b5f110bdf2a3de54","kind":"commit","published_at":"2021-04-08T19:25:27.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.17.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.17.0/manifests"},{"name":"v0.16.5","sha":"024e0cc40abb5ae50eba3216022468b7f5b343df","kind":"commit","published_at":"2021-03-18T19:36:10.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.16.5","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.16.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.16.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.16.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.16.5/manifests"},{"name":"v0.16.4","sha":"efed1f1b4e27030f189ad557c775caef3e1e75d7","kind":"commit","published_at":"2021-02-19T19:23:52.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.16.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.16.4/manifests"},{"name":"v0.16.3","sha":"bd892bc6ccf8161633e1151a2fda1614fc390276","kind":"commit","published_at":"2021-02-15T15:21:25.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.16.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.16.3/manifests"},{"name":"v0.16.2","sha":"80f3fd720b4b69f61ab3ded4d08bf6d92a980723","kind":"commit","published_at":"2021-02-14T17:17:34.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.16.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.16.2/manifests"},{"name":"v0.16.1","sha":"6db49a8042fe80d57b84572d23cf64551e29cbb1","kind":"commit","published_at":"2021-02-03T16:55:16.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.16.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.16.1/manifests"},{"name":"v0.16.0","sha":"b109e6112e2631ae3864605b37b20e18390f2f32","kind":"commit","published_at":"2021-01-30T23:29:40.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.16.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.16.0/manifests"},{"name":"v0.15.11","sha":"1a3f490ea5f628ea667600874c192fbe865c12b7","kind":"commit","published_at":"2021-01-30T16:43:25.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.15.11","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.15.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.15.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.11/manifests"},{"name":"v0.15.10","sha":"98bb5b5671fe13338eac22b353454fa0b3eb008b","kind":"commit","published_at":"2021-01-30T15:37:17.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.15.10","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.15.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.15.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.10/manifests"},{"name":"v0.15.9","sha":"4ba73fa56c6e2385962b276b207149affbaec682","kind":"commit","published_at":"2021-01-13T19:05:09.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.15.9","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.15.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.15.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.9/manifests"},{"name":"v0.15.8","sha":"1435aa46cb9405d96635fe4d954a53f491f8b55c","kind":"commit","published_at":"2021-01-11T19:43:35.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.15.8","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.15.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.15.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.8/manifests"},{"name":"v0.15.7","sha":"1516df5e548cb34850c56295e21974efab4e38c3","kind":"commit","published_at":"2021-01-09T22:24:10.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.15.7","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.15.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.15.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.7/manifests"},{"name":"v0.15.6","sha":"d53a3313a4eea0025efe7e24f5702d99ce8115ff","kind":"commit","published_at":"2021-01-08T16:41:01.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.15.6","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.15.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.15.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.6/manifests"},{"name":"v0.15.5","sha":"6315474256150e5f6e23bc80c0fd922b40998a58","kind":"commit","published_at":"2021-01-06T09:59:18.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.15.5","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.15.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.15.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.5/manifests"},{"name":"v0.15.4","sha":"6507e2a9696a49e25975232924e5ec31d7ba7ad8","kind":"commit","published_at":"2021-01-01T15:37:26.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.15.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.15.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.15.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.4/manifests"},{"name":"v0.15.3","sha":"6cb4e3e3690a547116fd4890636b4fb1e083ed43","kind":"commit","published_at":"2020-10-02T21:42:29.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.15.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.3/manifests"},{"name":"v0.15.2","sha":"f57031a38b0d527958a58605682c52e262f3f017","kind":"commit","published_at":"2020-09-16T09:47:41.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.15.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.2/manifests"},{"name":"v0.15.1","sha":"9ae079fd737b30845828dc1a59dd52ee969352f6","kind":"commit","published_at":"2020-08-07T18:25:12.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.15.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.1/manifests"},{"name":"v0.15.0","sha":"dbe8390563f53350dcc86d32d8b12a36445cdd28","kind":"commit","published_at":"2020-07-23T20:02:43.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.15.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.15.0/manifests"},{"name":"v0.14.15","sha":"a927e2eb54f67c20cbbeabce1e50331c4f9aad4b","kind":"commit","published_at":"2020-07-22T12:25:22.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.14.15","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.14.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.14.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.15/manifests"},{"name":"v0.14.14","sha":"8b614e6bc4708ddd32d9b79d9df3a81c90ced259","kind":"commit","published_at":"2020-07-20T11:50:57.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.14.14","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.14.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.14.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.14/manifests"},{"name":"v0.14.13","sha":"b7b7318fb137869e6f402092775aa69c3f4b46d6","kind":"commit","published_at":"2020-07-11T15:42:51.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.14.13","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.14.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.14.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.13/manifests"},{"name":"v0.14.12","sha":"621314866cd0c2246225756bfbbd33c5a2a411a3","kind":"commit","published_at":"2020-07-11T13:05:29.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.14.12","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.14.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.14.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.12/manifests"},{"name":"v0.14.11","sha":"60e3e5e3dfe8e0b10f92f9f4db0181bb0b83c48e","kind":"commit","published_at":"2020-07-10T11:17:09.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.14.11","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.14.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.14.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.11/manifests"},{"name":"v0.14.10","sha":"ce66001ad149489ec03869fa16c464573e9ada43","kind":"commit","published_at":"2020-07-06T20:16:05.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.14.10","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.14.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.14.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.10/manifests"},{"name":"v0.14.9","sha":"a9a3c12d6b9a1a442a5934df66c8c248bb6fd195","kind":"commit","published_at":"2020-07-03T22:04:32.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.14.9","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.14.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.14.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.9/manifests"},{"name":"v0.14.8","sha":"6aded54d6d475af92754805ddb951bf53e9b9151","kind":"commit","published_at":"2020-07-02T20:13:29.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.14.8","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.14.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.14.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.8/manifests"},{"name":"v0.14.7","sha":"b6bdcc1adfafd57aca2f31c4d42e3634ad185960","kind":"commit","published_at":"2020-06-24T12:02:24.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.14.7","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.14.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.14.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.7/manifests"},{"name":"v0.14.6","sha":"445293acfc970cdfa89904e53f20fbaac6e2c0e9","kind":"commit","published_at":"2020-06-24T10:02:22.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.14.6","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.14.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.14.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.6/manifests"},{"name":"v0.14.5","sha":"18da8afb004b63fdf15b01fbe4fd7593c975a667","kind":"commit","published_at":"2020-06-04T08:54:35.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.14.5","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.14.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.14.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.5/manifests"},{"name":"v0.14.4","sha":"98fb1e1d4fc5187b9701464ebd6674245879bea0","kind":"commit","published_at":"2020-05-27T09:23:40.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.14.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.14.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.14.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.4/manifests"},{"name":"v0.14.3","sha":"bff7070ca5a9e6cd564feb0c797d83a14c79688f","kind":"commit","published_at":"2020-05-25T19:09:55.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.14.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.3/manifests"},{"name":"v0.14.2","sha":"ee41632ad5b75f09b6bbf253e7d29fed4bb7f554","kind":"commit","published_at":"2020-05-14T18:49:15.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.14.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.2/manifests"},{"name":"v0.14.1","sha":"e7f746d05771b6d91a03d3ca3521b4744a602b3f","kind":"commit","published_at":"2020-04-18T15:10:00.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.14.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.1/manifests"},{"name":"v0.14.0","sha":"b9ce88c806127f8adfefdbcaa489ba8e0536a823","kind":"commit","published_at":"2020-04-18T11:38:07.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.14.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.14.0/manifests"},{"name":"v0.13.4","sha":"4edbf34ad5fcd03979498ec124e15a067c10d0b4","kind":"commit","published_at":"2020-04-18T00:01:57.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.13.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.13.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.13.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.13.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.13.4/manifests"},{"name":"v0.13.3","sha":"82a0c2a314fc158fe2ec81c956666594d284f282","kind":"commit","published_at":"2020-04-15T13:34:05.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.13.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.13.3/manifests"},{"name":"v0.13.2","sha":"cd15093afe417317cc8e9e33aa6fab5066c8c6a9","kind":"commit","published_at":"2020-04-13T14:35:27.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.13.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.13.2/manifests"},{"name":"v0.13.1","sha":"8b21040b91c04a02c56bdba15c52abca8241ea63","kind":"commit","published_at":"2020-04-09T14:35:05.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.13.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"d611f9a7d5b9ae536f5cb9cdd24d269e5b499686","kind":"commit","published_at":"2020-04-08T22:09:19.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.13.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"5d1a53bc2e1e91bdf31279d4f2e54871112fc14d","kind":"commit","published_at":"2020-03-20T16:15:22.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.12.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.12.0/manifests"},{"name":"v0.11.7","sha":"6c6e9eb1d4e990887ba679596d4a04a8f8381b98","kind":"commit","published_at":"2020-03-11T16:51:57.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.11.7","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.11.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.11.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.11.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.11.7/manifests"},{"name":"v0.11.6","sha":"9f793ae84a8bb186d5551c145f79ba3f36a253bb","kind":"commit","published_at":"2020-03-07T21:00:02.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.11.6","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.11.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.11.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.11.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.11.6/manifests"},{"name":"v0.11.5","sha":"280941b0c1059d894198a162769d26834b6e975e","kind":"commit","published_at":"2020-03-05T20:19:44.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.11.5","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.11.5/manifests"},{"name":"v0.11.4","sha":"2fe3dbc643c1be1e775a16896db65312157fa510","kind":"commit","published_at":"2020-03-05T16:17:48.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.11.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.11.4/manifests"},{"name":"v0.11.3","sha":"33e2eafc2d6e17a3f6c90b377f7f6da5ce52156b","kind":"commit","published_at":"2020-02-26T08:59:12.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.11.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"5650b89f1abda3c05776998e14bc53d64528922f","kind":"commit","published_at":"2020-02-11T13:33:30.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.11.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"282831881aa8b445488b241c747f60fec75210ad","kind":"commit","published_at":"2020-02-10T09:21:46.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.11.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"9d652c82678c7560f4687758307fffb5f62a66ae","kind":"commit","published_at":"2020-02-08T15:34:40.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.11.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.11.0/manifests"},{"name":"v0.10.5","sha":"38f578afd7baae009bdd9e1b6c5eb0d2d72e09ef","kind":"commit","published_at":"2020-01-17T11:35:55.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.10.5","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.10.5/manifests"},{"name":"v0.10.4","sha":"a9af4aff4d87bfa7943028a92d86b22504f6b402","kind":"commit","published_at":"2020-01-06T03:03:36.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.10.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.10.4/manifests"},{"name":"v0.10.3","sha":"ea08050c7052b294657386511f0029aff7b0c0f9","kind":"commit","published_at":"2019-12-16T23:23:56.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.10.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"7a33f5dfced26903e5791d0ec82da51da34f05a0","kind":"commit","published_at":"2019-12-10T12:10:56.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.10.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"44a42191777aa43e82adfe7973f26567e5686b3e","kind":"commit","published_at":"2019-12-07T17:19:15.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.10.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"c0c5ff9d73c344126e4f2742c15ea838c962aef0","kind":"commit","published_at":"2019-12-07T01:21:23.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.10.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.10.0/manifests"},{"name":"v0.9.6","sha":"32047cc1a9d4701184a7ed7fd8cf406bf98014f1","kind":"commit","published_at":"2019-11-07T16:05:01.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.9.6","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.9.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.9.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.9.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.9.6/manifests"},{"name":"v0.9.5","sha":"715da2c95d71635d26b248c24ee1873bfaaec2ea","kind":"commit","published_at":"2019-09-08T13:57:47.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.9.5","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.9.5/manifests"},{"name":"v0.9.4","sha":"8cf5f362968c752fa8e0d84b472155ed62633d96","kind":"commit","published_at":"2019-09-04T13:31:13.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.9.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.9.4/manifests"},{"name":"v0.9.3","sha":"80811b6778b0ba17d8954a8a4796f794381c2ffd","kind":"commit","published_at":"2019-09-04T13:01:10.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.9.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.9.3/manifests"},{"name":"v0.9.2","sha":"5499db7692ab580f1b76cb298e131e4eba84b8cc","kind":"commit","published_at":"2019-08-29T21:15:38.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.9.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.9.2/manifests"},{"name":"v0.9.1","sha":"4720bbbb2b9a8f3128c1f60a38b465e171b15c20","kind":"commit","published_at":"2019-07-26T14:15:53.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.9.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.9.1/manifests"},{"name":"v0.9.0","sha":"74602704a7e21192c08fce1fc9cce5d126e7b632","kind":"commit","published_at":"2019-06-24T17:21:08.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.9.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.9.0/manifests"},{"name":"v0.8.6","sha":"dc6d73c3cc38c5e01f94e4a0dedbdfb284f2ae57","kind":"commit","published_at":"2019-06-23T10:13:12.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.8.6","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.8.6/manifests"},{"name":"v0.8.5","sha":"c971a4b260b60c2baf28b7934a3ac36114965dd9","kind":"commit","published_at":"2019-06-09T15:36:36.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.8.5","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.8.5/manifests"},{"name":"v0.8.4","sha":"b2cea2e0db09498471909977eb6446dc2bf622ad","kind":"commit","published_at":"2019-05-17T06:48:40.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.8.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.8.4/manifests"},{"name":"v0.8.3","sha":"36e355fd721e5b61a336bc379ea3ee8fcd6e48c4","kind":"commit","published_at":"2019-04-29T11:28:40.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.8.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.8.3/manifests"},{"name":"v0.8.2","sha":"a7c3f80eabf07c7b954b2b96f292d032b47a152a","kind":"commit","published_at":"2019-03-03T18:02:22.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.8.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.8.2/manifests"},{"name":"v0.8.1","sha":"8cff91770cafe71f388cf8a798fc871509520c1e","kind":"commit","published_at":"2019-03-01T00:44:35.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.8.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"8b29a57139d05777d49e891e8354d921e1500ac9","kind":"commit","published_at":"2018-12-24T10:37:03.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.8.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"692df35847e1cbc6e7e676cc652275ed50990d76","kind":"commit","published_at":"2018-12-12T23:38:08.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.7.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.7.0/manifests"},{"name":"v0.6.2","sha":"a935e1eb9ee499d94530968d97e28256bda47d04","kind":"commit","published_at":"2018-10-04T13:38:01.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.6.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"d08d13ccaae7f2937e588aa5e12bc965f164aec9","kind":"commit","published_at":"2018-10-03T21:29:38.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.6.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"9ee8c33b17f4a1e22d2cbda8888a4cbe5eb82050","kind":"commit","published_at":"2018-09-23T00:07:20.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.6.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.6.0/manifests"},{"name":"v0.5.8","sha":"5ec685aa3306869f3c3405d1324e2957b9c0fb74","kind":"commit","published_at":"2018-09-18T23:01:55.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.5.8","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"3d55d76711025949dc631a8ca691241373fe6b32","kind":"commit","published_at":"2018-08-10T07:21:06.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.5.7","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"3dd8edeb967d6fc3b1dbb08253f6d551cb94021e","kind":"commit","published_at":"2018-05-22T14:56:24.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.5.6","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"39ef19be6ee1f4b7c3c5885558520392c4160d50","kind":"commit","published_at":"2018-04-24T10:35:33.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.5.5","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"80c14374883829ffbf858c47fc810b399b433e89","kind":"commit","published_at":"2018-04-09T18:17:34.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.5.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"5231a35f1c4b4fd62932d88f94161b7d05c3aaa1","kind":"commit","published_at":"2018-03-22T17:15:13.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.5.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"7ce807e4f947e47e3cd9abbb5c01ac965e16de32","kind":"commit","published_at":"2018-03-21T23:57:49.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.5.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"46e79559c67ffe7b72a145f105a9be8d745fe340","kind":"commit","published_at":"2018-02-06T23:29:57.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.5.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"62dfd6bf2f9258368efc4dd2435cfcf5d71254be","kind":"commit","published_at":"2018-01-12T21:32:31.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.5.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"46991ae956e69f835c19387dabf6b9003d8fe408","kind":"commit","published_at":"2018-01-06T17:39:58.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.4.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.4.0/manifests"},{"name":"v0.3.19","sha":"c7882a0711bdc2b9db5a5a405a8012f568b56de0","kind":"commit","published_at":"2017-12-16T17:39:49.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.3.19","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.3.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.19/manifests"},{"name":"v0.3.18","sha":"b74bbb21794cbc8aa8eb5a8d847c4242805286d2","kind":"commit","published_at":"2017-12-15T23:55:25.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.3.18","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.3.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.18/manifests"},{"name":"v0.3.17","sha":"c508dccf80e1c8fdcda3fe97038cfe643729fcc1","kind":"commit","published_at":"2017-09-21T17:39:28.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.3.17","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.3.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.17/manifests"},{"name":"v0.3.16","sha":"8da53a49beb3b4e8cb5a6b0804f95326c3387e4c","kind":"commit","published_at":"2017-08-23T19:21:46.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.3.16","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.3.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.16/manifests"},{"name":"v0.3.15","sha":"e746ef335a5e0e598b1ddff610cc1575bda760e0","kind":"commit","published_at":"2017-08-19T15:35:07.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.3.15","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.3.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.15/manifests"},{"name":"v0.3.14","sha":"e746ef335a5e0e598b1ddff610cc1575bda760e0","kind":"commit","published_at":"2017-08-19T15:35:07.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.3.14","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.3.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.14/manifests"},{"name":"v0.3.13","sha":"e9e7e2195816914376578bd27f8078c97c44923e","kind":"commit","published_at":"2017-07-31T22:39:17.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.3.13","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.3.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.13/manifests"},{"name":"v0.3.12","sha":"de8da2674f8548ee0a01cde410552d9c642f6993","kind":"commit","published_at":"2017-07-22T20:02:00.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.3.12","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.12/manifests"},{"name":"v0.3.11","sha":"03ae928b32bcd9ef264cba8cf817d85f0bca440c","kind":"commit","published_at":"2017-07-09T20:29:12.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.3.11","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"d0b6f312d186d1fbab9c2ad93e745b03c0c6ba93","kind":"commit","published_at":"2017-07-08T20:42:36.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.3.10","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"3397225c1ff0c5c0857d377ec844e46af86b0a1a","kind":"commit","published_at":"2017-07-02T11:31:59.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.3.9","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"9f2623adf36963ac2378fd026ac7f3b35d276d6f","kind":"commit","published_at":"2017-06-07T22:31:20.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.3.8","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"c112a2715448dc555b756e284130e352064fc664","kind":"commit","published_at":"2017-05-17T19:22:41.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.3.7","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"7af216ad03eed39cc6ca5f86d708d589ef7e3be1","kind":"commit","published_at":"2017-05-10T17:54:38.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.3.6","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"552b8eb8f9eb09bc1bf051b34ee9a64b1848b985","kind":"commit","published_at":"2017-05-10T17:40:25.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.3.5","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"fccb42346689ddd2ce746edf024503759ed0eb55","kind":"commit","published_at":"2017-04-13T17:28:12.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.3.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"d5f2aeabbd1d812e67edbf78c464d5127ef50521","kind":"commit","published_at":"2017-04-07T16:45:45.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.3.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"9cedb7bd8813e60ac411f51cbf070e07bcb53ddb","kind":"commit","published_at":"2017-03-14T18:51:05.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.3.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"1ab62c7b5658de9c6e3964d0dd3d989623b4a4db","kind":"commit","published_at":"2017-03-13T10:31:04.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.3.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"9dfeb714a02fa66c6a3525f39c7ef32c1b8abc51","kind":"commit","published_at":"2017-03-09T15:59:01.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.3.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.3.0/manifests"},{"name":"v0.2.10","sha":"121d163048c7f7a7ab3d9b6ab1dfec010194f2dd","kind":"commit","published_at":"2017-03-09T11:08:49.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.2.10","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"ab7e5e2caec5183b656967c8981a54f5e1b41bb1","kind":"commit","published_at":"2017-03-08T19:41:11.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.2.9","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"035968ee5d8884717841a9dfb55a5d7b4896c81d","kind":"commit","published_at":"2017-02-17T22:06:09.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.2.8","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"37829411d4186264c24dfa96f15522655d5060bb","kind":"commit","published_at":"2017-02-13T23:44:14.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.2.7","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"3b6c9eef6f107011ead15cbb28533753c38d2018","kind":"commit","published_at":"2017-02-13T17:17:54.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.2.6","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"735d270898a7806faf2023f2e833c0f3ab4d4b6f","kind":"commit","published_at":"2017-02-10T17:21:27.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.2.5","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"234e218f474d1b7770630fbf1018dc2e02b4c69e","kind":"commit","published_at":"2017-02-02T23:02:37.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.2.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"be08734ce98d2b29d5ad3da02136542c8b8988b6","kind":"commit","published_at":"2017-02-02T22:25:26.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.2.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"53658df913c6e80334132e192deb102189b9bec0","kind":"commit","published_at":"2017-02-02T21:34:53.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.2.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"2e5474e118029745d107cea4990e1098c1416c0d","kind":"commit","published_at":"2016-10-20T13:19:50.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.2.1","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"333180a1b3498a6f01c9d90f323757af2ce47303","kind":"commit","published_at":"2016-10-16T23:08:56.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.2.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.2.0/manifests"},{"name":"v0.1.15","sha":"5931021540ae1d92da5aedb25cd4466112345a70","kind":"commit","published_at":"2016-06-07T22:18:50.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.1.15","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.15/manifests"},{"name":"v0.1.14","sha":"e491c46274dee66f6a9f47f8e071c40d38e9f8a8","kind":"commit","published_at":"2016-06-07T20:38:48.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.1.14","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.14/manifests"},{"name":"v0.1.13","sha":"4718548340d6fb36957f6ee43066c23af0d737e7","kind":"commit","published_at":"2016-04-02T23:49:17.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.1.13","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.13/manifests"},{"name":"v0.1.11","sha":"697d2be062f7ce2b2828ba518decc3ed893fb031","kind":"commit","published_at":"2016-04-01T16:25:23.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.1.11","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.11/manifests"},{"name":"v0.1.12","sha":"c4a9f452e547d609f0e104a1d4fed495e373a49b","kind":"commit","published_at":"2016-03-31T15:14:13.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.1.12","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.12/manifests"},{"name":"v0.1.10","sha":"98cd61608f42ce38d0ee9b561d129b9564a37e92","kind":"commit","published_at":"2016-03-27T22:47:34.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.1.10","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"d701645260f550708418bfc18097f8a9c9c7ed41","kind":"commit","published_at":"2016-03-21T10:48:21.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.1.9","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"f98890e8aa2efd2ea3336b779dfac8fd2c1e30f3","kind":"commit","published_at":"2016-03-14T16:39:42.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.1.8","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"0c4ff4516a9a4611943ca2b2b69621a4e75d16de","kind":"commit","published_at":"2016-03-14T11:17:28.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.1.7","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"8d050a8caa0602318d54c5b724cce1286610409f","kind":"commit","published_at":"2016-03-10T14:37:26.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.1.6","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"812145f74518c8bea4bb5c286c545291197e6a99","kind":"commit","published_at":"2016-03-10T00:31:34.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.1.5","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"eb9b5bfaea9dacca2d01cec39bd2d00cfd585f6f","kind":"commit","published_at":"2016-03-08T00:32:02.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.1.4","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"f6e16e77a8a84b87093f33234a82f1d8894c1cad","kind":"commit","published_at":"2016-01-02T23:53:12.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.1.3","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"48dce2bff3b35d02b19d1cd0f0eec66d94e824fc","kind":"commit","published_at":"2015-11-05T22:46:19.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.1.2","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.2/manifests"},{"name":"v0.1.0","sha":"dee695fec51ac278224282584cbefc1faaf4e584","kind":"commit","published_at":"2015-09-07T12:22:33.000Z","download_url":"https://codeload.github.com/GuillaumeGomez/sysinfo/tar.gz/v0.1.0","html_url":"https://github.com/GuillaumeGomez/sysinfo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GuillaumeGomez/sysinfo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-22T13:51:52.605Z","dependent_packages_count":485,"downloads":201163411,"downloads_period":"total","dependent_repos_count":2990,"rankings":{"downloads":0.4062145179376151,"dependent_repos_count":0.6953602685529313,"dependent_packages_count":0.19605492358794616,"stargazers_count":3.746905787851647,"forks_count":2.9154354464480914,"docker_downloads_count":0.832880808479728,"average":1.4654752921429932},"purl":"pkg:cargo/sysinfo","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/sysinfo","docker_dependents_count":91,"docker_downloads_count":24063073,"usage_url":"https://repos.ecosyste.ms/usage/cargo/sysinfo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/sysinfo/dependencies","status":null,"funding_links":["https://github.com/sponsors/GuillaumeGomez","https://patreon.com/GuillaumeGomez","https://paypal.me/imperioland"],"critical":true,"issue_metadata":{"last_synced_at":"2026-08-19T17:16:26.550Z","issues_count":252,"pull_requests_count":661,"avg_time_to_close_issue":11642148.216931216,"avg_time_to_close_pull_request":674957.1627906977,"issues_closed_count":189,"pull_requests_closed_count":602,"pull_request_authors_count":132,"issue_authors_count":187,"avg_comments_per_issue":3.3333333333333335,"avg_comments_per_pull_request":1.1497730711043872,"merged_pull_requests_count":554,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":11,"past_year_pull_requests_count":34,"past_year_avg_time_to_close_issue":385403.8333333333,"past_year_avg_time_to_close_pull_request":87726.8275862069,"past_year_issues_closed_count":6,"past_year_pull_requests_closed_count":29,"past_year_pull_request_authors_count":16,"past_year_issue_authors_count":11,"past_year_avg_comments_per_issue":0.7272727272727273,"past_year_avg_comments_per_pull_request":1.352941176470588,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":25,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeGomez%2Fsysinfo/issues","maintainers":[{"login":"GuillaumeGomez","count":425,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/GuillaumeGomez"}],"active_maintainers":[{"login":"GuillaumeGomez","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/GuillaumeGomez"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sysinfo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sysinfo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sysinfo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sysinfo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sysinfo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sysinfo/codemeta","maintainers":[{"uuid":"111","login":"GuillaumeGomez","name":"Guillaume Gomez","email":null,"url":"https://github.com/GuillaumeGomez","packages_count":115,"html_url":"https://crates.io/users/GuillaumeGomez","role":null,"created_at":"2022-11-07T16:25:34.401Z","updated_at":"2022-11-07T16:25:34.401Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/GuillaumeGomez/packages"}]}