{"id":40663,"name":"caliper","description":"Caliper is an instrumentation and performance profiling library","url":"https://github.com/llnl/caliper","last_synced_at":"2025-09-05T08:41:34.528Z","repository":{"id":2205570,"uuid":"45953649","full_name":"LLNL/Caliper","owner":"LLNL","description":"Caliper is an instrumentation and performance profiling library","archived":false,"fork":false,"pushed_at":"2025-08-14T19:38:51.000Z","size":9322,"stargazers_count":386,"open_issues_count":39,"forks_count":72,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-08-14T21:28:29.527Z","etag":null,"topics":["annotation-apis","caliper","cpp","hpc","instrumentation","performance","performance-analysis","performance-monitoring","radiuss","trace"],"latest_commit_sha":null,"homepage":"http://software.llnl.gov/Caliper/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LLNL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-11-11T02:02:00.000Z","updated_at":"2025-08-14T19:38:55.000Z","dependencies_parsed_at":"2023-07-05T18:48:34.732Z","dependency_job_id":"ebba225f-e636-4859-83bb-afe511d55666","html_url":"https://github.com/LLNL/Caliper","commit_stats":{"total_commits":1627,"total_committers":47,"mean_commits":34.61702127659574,"dds":"0.18930547019053467","last_synced_commit":"af4157d7ca4c30d93697907b5b4dea3a2dc560b2"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/LLNL/Caliper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLNL","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/sbom","scorecard":{"id":40823,"data":{"date":"2025-08-11","repo":{"name":"github.com/LLNL/Caliper","commit":"72ebc3f62e1da44f7ab72ad7c61edcc29201a298"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.9,"checks":[{"name":"Code-Review","score":0,"reason":"Found 1/26 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":5,"reason":"5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/cmake.yml:1","Warn: no topLevel permission defined: .github/workflows/format-check.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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"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":"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":"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/cmake.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/LLNL/Caliper/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/LLNL/Caliper/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/format-check.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/LLNL/Caliper/format-check.yml/master?enable=pin","Warn: containerImage not pinned by hash: scripts/formatting/Dockerfile.check:1: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061","Warn: containerImage not pinned by hash: scripts/formatting/Dockerfile.format:1: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061","Warn: pipCommand not pinned by hash: .github/workflows/cmake.yml:32","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 containerImage dependencies pinned","Info:   0 out of   1 pipCommand 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'","Warn: branch protection not enabled for branch 'releases/v2.13.0'","Warn: branch protection not enabled for branch 'releases/v2.12.0'","Warn: branch protection not enabled for branch 'releases/v2.11.0'","Warn: branch protection not enabled for branch 'releases/v2.10.0'","Warn: branch protection not enabled for branch 'releases/v2.9.0'","Warn: branch protection not enabled for branch 'releases/v2.8.0'","Warn: branch protection not enabled for branch 'releases/v2.7.0'","Warn: branch protection not enabled for branch 'releases/v2.6.0'","Warn: branch protection not enabled for branch 'releases/v2.5.0'","Warn: branch protection not enabled for branch 'releases/v2.4.0'","Warn: branch protection not enabled for branch 'releases/v2.3.0'","Warn: branch protection not enabled for branch 'releases/v2.2.0'","Warn: branch protection not enabled for branch 'releases/v2.1.1'","Warn: branch protection not enabled for branch 'releases/v2.1.0'","Warn: branch protection not enabled for branch 'releases/v2.0.0'","Warn: branch protection not enabled for branch 'releases/v1.9.1'","Warn: branch protection not enabled for branch 'releases/v1.9.0'","Warn: branch protection not enabled for branch 'releases/v1.8.0'"],"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"}}]},"last_synced_at":"2025-08-14T21:28:42.250Z","repository_id":2205570,"created_at":"2025-08-14T21:28:42.250Z","updated_at":"2025-08-14T21:28:42.250Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273733398,"owners_count":25158259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"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":{"login":"LLNL","name":"Lawrence Livermore National Laboratory","uuid":"5921419","kind":"organization","description":"For over 70 years, the Lawrence Livermore National Laboratory has applied science and technology to make the world a safer place.","email":"github-admin@llnl.gov","website":"https://software.llnl.gov","location":"Livermore, CA, USA","twitter":"LLNL_OpenSource","company":null,"icon_url":"https://avatars.githubusercontent.com/u/5921419?v=4","repositories_count":520,"last_synced_at":"2025-04-12T05:02:10.301Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/LLNL","funding_links":[],"total_stars":10334,"followers":808,"following":0,"created_at":"2022-11-02T16:26:32.012Z","updated_at":"2025-04-12T05:02:10.301Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLNL","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLNL/repositories"},"packages":[{"id":2663720,"name":"caliper-reader","ecosystem":"pypi","description":"A Python library for reading Caliper .cali files","homepage":"https://github.com/LLNL/Caliper","licenses":"Copyright (c) 2015-2021, Lawrence Livermore National Security, LLC. All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ","normalized_licenses":["Other"],"repository_url":"https://github.com/LLNL/Caliper","keywords_array":[],"namespace":null,"versions_count":6,"first_release_published_at":"2021-01-05T00:22:35.000Z","latest_release_published_at":"2024-10-29T19:57:28.000Z","latest_release_number":"0.4.1","last_synced_at":"2025-08-14T21:48:12.616Z","created_at":"2022-04-10T10:16:49.242Z","updated_at":"2025-08-15T02:50:32.605Z","registry_url":"https://pypi.org/project/caliper-reader/","install_command":"pip install caliper-reader --index-url https://pypi.org/simple","documentation_url":"https://caliper-reader.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","License :: OSI Approved :: BSD License","Operating System :: OS Independent","Programming Language :: Python :: 3"],"normalized_name":"caliper-reader"},"repo_metadata":{"id":2205570,"uuid":"45953649","full_name":"LLNL/Caliper","owner":"LLNL","description":"Caliper is an instrumentation and performance profiling library","archived":false,"fork":false,"pushed_at":"2025-08-14T19:38:51.000Z","size":9322,"stargazers_count":386,"open_issues_count":39,"forks_count":72,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-08-14T21:28:29.527Z","etag":null,"topics":["annotation-apis","caliper","cpp","hpc","instrumentation","performance","performance-analysis","performance-monitoring","radiuss","trace"],"latest_commit_sha":null,"homepage":"http://software.llnl.gov/Caliper/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LLNL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-11-11T02:02:00.000Z","updated_at":"2025-08-14T19:38:55.000Z","dependencies_parsed_at":"2023-07-05T18:48:34.732Z","dependency_job_id":"ebba225f-e636-4859-83bb-afe511d55666","html_url":"https://github.com/LLNL/Caliper","commit_stats":{"total_commits":1627,"total_committers":47,"mean_commits":34.61702127659574,"dds":"0.18930547019053467","last_synced_commit":"af4157d7ca4c30d93697907b5b4dea3a2dc560b2"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/LLNL/Caliper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLNL","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/sbom","scorecard":{"id":40823,"data":{"date":"2025-08-11","repo":{"name":"github.com/LLNL/Caliper","commit":"72ebc3f62e1da44f7ab72ad7c61edcc29201a298"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.9,"checks":[{"name":"Code-Review","score":0,"reason":"Found 1/26 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":5,"reason":"5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/cmake.yml:1","Warn: no topLevel permission defined: .github/workflows/format-check.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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"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":"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":"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/cmake.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/LLNL/Caliper/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/LLNL/Caliper/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/format-check.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/LLNL/Caliper/format-check.yml/master?enable=pin","Warn: containerImage not pinned by hash: scripts/formatting/Dockerfile.check:1: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061","Warn: containerImage not pinned by hash: scripts/formatting/Dockerfile.format:1: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061","Warn: pipCommand not pinned by hash: .github/workflows/cmake.yml:32","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 containerImage dependencies pinned","Info:   0 out of   1 pipCommand 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'","Warn: branch protection not enabled for branch 'releases/v2.13.0'","Warn: branch protection not enabled for branch 'releases/v2.12.0'","Warn: branch protection not enabled for branch 'releases/v2.11.0'","Warn: branch protection not enabled for branch 'releases/v2.10.0'","Warn: branch protection not enabled for branch 'releases/v2.9.0'","Warn: branch protection not enabled for branch 'releases/v2.8.0'","Warn: branch protection not enabled for branch 'releases/v2.7.0'","Warn: branch protection not enabled for branch 'releases/v2.6.0'","Warn: branch protection not enabled for branch 'releases/v2.5.0'","Warn: branch protection not enabled for branch 'releases/v2.4.0'","Warn: branch protection not enabled for branch 'releases/v2.3.0'","Warn: branch protection not enabled for branch 'releases/v2.2.0'","Warn: branch protection not enabled for branch 'releases/v2.1.1'","Warn: branch protection not enabled for branch 'releases/v2.1.0'","Warn: branch protection not enabled for branch 'releases/v2.0.0'","Warn: branch protection not enabled for branch 'releases/v1.9.1'","Warn: branch protection not enabled for branch 'releases/v1.9.0'","Warn: branch protection not enabled for branch 'releases/v1.8.0'"],"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"}}]},"last_synced_at":"2025-08-14T21:28:42.250Z","repository_id":2205570,"created_at":"2025-08-14T21:28:42.250Z","updated_at":"2025-08-14T21:28:42.250Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270515630,"owners_count":24598436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"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":"LLNL","name":"Lawrence Livermore National Laboratory","uuid":"5921419","kind":"organization","description":"For over 70 years, the Lawrence Livermore National Laboratory has applied science and technology to make the world a safer place.","email":"github-admin@llnl.gov","website":"https://software.llnl.gov","location":"Livermore, CA, USA","twitter":"LLNL_OpenSource","company":null,"icon_url":"https://avatars.githubusercontent.com/u/5921419?v=4","repositories_count":520,"last_synced_at":"2025-04-12T05:02:10.301Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/LLNL","funding_links":[],"total_stars":10334,"followers":808,"following":0,"created_at":"2022-11-02T16:26:32.012Z","updated_at":"2025-04-12T05:02:10.301Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLNL","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLNL/repositories"},"tags":[{"name":"v2.13.1","sha":"837eee499940d6927d0d18e063c9160f5e431cfe","kind":"commit","published_at":"2025-07-15T21:46:37.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.13.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.13.1/manifests"},{"name":"v2.13.0","sha":"3a451bcbb6b47ce0329d43a160f0ca80a5c55d8b","kind":"commit","published_at":"2025-07-02T17:38:09.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.13.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.13.0/manifests"},{"name":"v2.12.1","sha":"0550c6e6938fb61be6242751a407c53494d446ca","kind":"commit","published_at":"2024-12-10T22:04:21.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.12.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.12.1/manifests"},{"name":"v2.12.0","sha":"287b7f3ad2d12f520aad04268d44f353cd05403c","kind":"commit","published_at":"2024-11-14T22:08:06.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.12.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.12.0/manifests"},{"name":"v2.11.0","sha":"e5934eab072bcc2e5784a62783b16fc37e3d0cd1","kind":"commit","published_at":"2024-04-23T21:27:33.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.11.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.11.0/manifests"},{"name":"v2.10.0","sha":"9b5b5efe9096e3f2b306fcca91ae739ae5d00716","kind":"commit","published_at":"2023-07-26T17:52:14.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.10.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.10.0/manifests"},{"name":"v2.9.1","sha":"497a8a15b3c564570108b188419f9022954df5bc","kind":"commit","published_at":"2023-01-25T00:16:24.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.9.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"91f31611346db75e695758c3ab0ad3bca7482878","kind":"commit","published_at":"2022-11-30T18:52:42.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.9.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.9.0/manifests"},{"name":"v2.8.0","sha":"bd59b8073beac49d9928c14efec8989c7fff4cb8","kind":"commit","published_at":"2022-06-30T03:52:01.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.8.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"1b7943f1854a5c285793c350339f31a9f2959bb0","kind":"commit","published_at":"2021-11-03T00:31:05.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.7.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.7.0/manifests"},{"name":"v2.6.0","sha":"1c6bb46428bfe38570b34bdbfd1926a1b6a1a939","kind":"commit","published_at":"2021-06-12T00:09:07.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.6.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"925dcb7646b7fb3ca6e6addda52470b24018b5f6","kind":"commit","published_at":"2020-12-01T00:04:02.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.5.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"30577b4b8beae104b2b35ed487fec52590a99b3d","kind":"commit","published_at":"2020-07-22T21:26:49.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.4.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"9fd89bb0120750d1f9dfe37bd963e24e478a2a20","kind":"commit","published_at":"2020-03-11T19:23:05.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.3.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"c408e9b3642c7aa80eff37b0826d819c57e7bc04","kind":"commit","published_at":"2019-11-13T16:08:45.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.2.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.2.0/manifests"},{"name":"v2.1.1","sha":"0593b0e01c1d8d3e50c990399cc0fee403485599","kind":"commit","published_at":"2019-07-17T14:59:48.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.1.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"62ad19b2f2b45846d598087dbe2efc8f53221010","kind":"commit","published_at":"2019-06-26T00:45:09.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.1.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"4d7ff46381c53a461e62edd949e2d9dea9db7b08","kind":"commit","published_at":"2019-03-04T20:41:04.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.0.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"33a8c2466cf165e3d8494dffa3bd202ff189c836","kind":"commit","published_at":"2019-02-28T20:13:26.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.0.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.0.0/manifests"},{"name":"v1.9.1","sha":"cfc1defbbee20b50dd3e3477badd09a92b1df970","kind":"commit","published_at":"2019-01-26T00:30:41.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.9.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"8356e747349b285aa621c5b74e71559f0babc4a1","kind":"commit","published_at":"2019-01-07T22:36:36.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.9.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"117c1ef596b617dc71407b8b67eebef094a654f8","kind":"commit","published_at":"2018-10-17T20:48:17.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.8.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.8.0/manifests"},{"name":"v1.7.0","sha":"898277c93d884d4e7ca1ffcf3bbea81d22364f26","kind":"commit","published_at":"2018-06-19T23:07:22.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.7.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"3d640516875097869dbf33d8906474c0a021aad9","kind":"commit","published_at":"2017-12-12T23:48:47.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.6.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"b3de57ce95e0c634c4c8ed3115d100d53089aa1f","kind":"tag","published_at":"2016-09-14T20:38:29.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.5.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.5.0/manifests"},{"name":"v1.4.0","sha":"dccb584cf5ad97e7d15f40fe7a5dc4d883e1d7bb","kind":"tag","published_at":"2016-04-15T01:01:31.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.4.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"d1df74e3929161d56715ea04018acf26c7c484ec","kind":"commit","published_at":"2016-02-24T17:18:51.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.3.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.3.0/manifests"},{"name":"1.2.0","sha":"f0a22a4281994f61450a9b9a8d1e15ee499b42b9","kind":"tag","published_at":"2016-01-19T17:07:33.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/1.2.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/1.2.0/manifests"},{"name":"v1.1.0","sha":"0ebe71f998e324077f5d115ab8028cdd620a2319","kind":"tag","published_at":"2015-12-21T22:38:45.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.1.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"013a79d92263eb69fc2f8822c530625fd27aaa7c","kind":"tag","published_at":"2015-12-21T18:04:36.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.0.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.0.1/manifests"}]},"repo_metadata_updated_at":"2025-08-15T02:50:32.605Z","dependent_packages_count":3,"downloads":20584,"downloads_period":"last-month","dependent_repos_count":6,"rankings":{"downloads":10.380794733742906,"dependent_repos_count":6.037540403410671,"dependent_packages_count":3.1212832730983786,"stargazers_count":3.657846640085765,"forks_count":5.685780370766735,"docker_downloads_count":null,"average":5.776649084220891},"purl":"pkg:pypi/caliper-reader","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/caliper-reader","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/caliper-reader","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/caliper-reader/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-07-26T23:14:27.159Z","issues_count":53,"pull_requests_count":246,"avg_time_to_close_issue":11289993.222222222,"avg_time_to_close_pull_request":1945933.7824267782,"issues_closed_count":36,"pull_requests_closed_count":239,"pull_request_authors_count":20,"issue_authors_count":37,"avg_comments_per_issue":2.7358490566037736,"avg_comments_per_pull_request":0.6341463414634146,"merged_pull_requests_count":226,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":11,"past_year_pull_requests_count":103,"past_year_avg_time_to_close_issue":395681.8333333333,"past_year_avg_time_to_close_pull_request":383268.17,"past_year_issues_closed_count":6,"past_year_pull_requests_closed_count":100,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":11,"past_year_avg_comments_per_issue":0.8181818181818182,"past_year_avg_comments_per_pull_request":0.6893203883495146,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":95,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/issues","maintainers":[{"login":"daboehme","count":179,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/daboehme"},{"login":"adrienbernede","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrienbernede"},{"login":"adayton1","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adayton1"},{"login":"balos1","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/balos1"},{"login":"corbett5","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/corbett5"},{"login":"kennyweiss","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kennyweiss"},{"login":"tpatki","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tpatki"},{"login":"cyrush","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cyrush"},{"login":"tomstitt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tomstitt"},{"login":"artv3","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/artv3"},{"login":"garretthooten","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/garretthooten"}],"active_maintainers":[{"login":"daboehme","count":60,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/daboehme"},{"login":"adrienbernede","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrienbernede"},{"login":"artv3","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/artv3"},{"login":"tomstitt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tomstitt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/caliper-reader/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/caliper-reader/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/caliper-reader/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/caliper-reader/related_packages","maintainers":[{"uuid":"dboehme42","login":"dboehme42","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/dboehme42/","role":null,"created_at":"2023-01-22T03:05:06.115Z","updated_at":"2023-01-22T03:05:06.115Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/dboehme42/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":725050,"maintainers_count":308343,"namespaces_count":0,"keywords_count":238006,"github":"pypi","metadata":{"funded_packages_count":50519},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-05T05:40:58.860Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":72500,"name":"caliper","ecosystem":"spack","description":"Caliper is a program instrumentation and performance measurement\nframework. It is designed as a performance analysis toolbox in a\nlibrary, allowing one to bake performance analysis capabilities directly\ninto applications and activate them at runtime.\n","homepage":"https://github.com/LLNL/Caliper","licenses":"[]","normalized_licenses":["Other"],"repository_url":"https://github.com/LLNL/Caliper","keywords_array":[],"namespace":null,"versions_count":13,"first_release_published_at":"2022-04-05T09:11:21.596Z","latest_release_published_at":"2022-04-05T09:11:21.596Z","latest_release_number":"2.7.0","last_synced_at":"2025-08-14T21:48:13.117Z","created_at":"2022-04-05T09:11:21.568Z","updated_at":"2025-08-15T02:50:35.575Z","registry_url":"https://packages.spack.io/package.html?name=caliper","install_command":"spack install caliper","documentation_url":null,"metadata":{},"repo_metadata":{"id":2205570,"uuid":"45953649","full_name":"LLNL/Caliper","owner":"LLNL","description":"Caliper is an instrumentation and performance profiling library","archived":false,"fork":false,"pushed_at":"2025-08-14T19:38:51.000Z","size":9322,"stargazers_count":386,"open_issues_count":39,"forks_count":72,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-08-14T21:28:29.527Z","etag":null,"topics":["annotation-apis","caliper","cpp","hpc","instrumentation","performance","performance-analysis","performance-monitoring","radiuss","trace"],"latest_commit_sha":null,"homepage":"http://software.llnl.gov/Caliper/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LLNL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-11-11T02:02:00.000Z","updated_at":"2025-08-14T19:38:55.000Z","dependencies_parsed_at":"2023-07-05T18:48:34.732Z","dependency_job_id":"ebba225f-e636-4859-83bb-afe511d55666","html_url":"https://github.com/LLNL/Caliper","commit_stats":{"total_commits":1627,"total_committers":47,"mean_commits":34.61702127659574,"dds":"0.18930547019053467","last_synced_commit":"af4157d7ca4c30d93697907b5b4dea3a2dc560b2"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/LLNL/Caliper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLNL","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/sbom","scorecard":{"id":40823,"data":{"date":"2025-08-11","repo":{"name":"github.com/LLNL/Caliper","commit":"72ebc3f62e1da44f7ab72ad7c61edcc29201a298"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.9,"checks":[{"name":"Code-Review","score":0,"reason":"Found 1/26 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":5,"reason":"5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/cmake.yml:1","Warn: no topLevel permission defined: .github/workflows/format-check.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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"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":"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":"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/cmake.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/LLNL/Caliper/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/LLNL/Caliper/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/format-check.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/LLNL/Caliper/format-check.yml/master?enable=pin","Warn: containerImage not pinned by hash: scripts/formatting/Dockerfile.check:1: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061","Warn: containerImage not pinned by hash: scripts/formatting/Dockerfile.format:1: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061","Warn: pipCommand not pinned by hash: .github/workflows/cmake.yml:32","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 containerImage dependencies pinned","Info:   0 out of   1 pipCommand 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'","Warn: branch protection not enabled for branch 'releases/v2.13.0'","Warn: branch protection not enabled for branch 'releases/v2.12.0'","Warn: branch protection not enabled for branch 'releases/v2.11.0'","Warn: branch protection not enabled for branch 'releases/v2.10.0'","Warn: branch protection not enabled for branch 'releases/v2.9.0'","Warn: branch protection not enabled for branch 'releases/v2.8.0'","Warn: branch protection not enabled for branch 'releases/v2.7.0'","Warn: branch protection not enabled for branch 'releases/v2.6.0'","Warn: branch protection not enabled for branch 'releases/v2.5.0'","Warn: branch protection not enabled for branch 'releases/v2.4.0'","Warn: branch protection not enabled for branch 'releases/v2.3.0'","Warn: branch protection not enabled for branch 'releases/v2.2.0'","Warn: branch protection not enabled for branch 'releases/v2.1.1'","Warn: branch protection not enabled for branch 'releases/v2.1.0'","Warn: branch protection not enabled for branch 'releases/v2.0.0'","Warn: branch protection not enabled for branch 'releases/v1.9.1'","Warn: branch protection not enabled for branch 'releases/v1.9.0'","Warn: branch protection not enabled for branch 'releases/v1.8.0'"],"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"}}]},"last_synced_at":"2025-08-14T21:28:42.250Z","repository_id":2205570,"created_at":"2025-08-14T21:28:42.250Z","updated_at":"2025-08-14T21:28:42.250Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270515630,"owners_count":24598436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"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":"LLNL","name":"Lawrence Livermore National Laboratory","uuid":"5921419","kind":"organization","description":"For over 70 years, the Lawrence Livermore National Laboratory has applied science and technology to make the world a safer place.","email":"github-admin@llnl.gov","website":"https://software.llnl.gov","location":"Livermore, CA, USA","twitter":"LLNL_OpenSource","company":null,"icon_url":"https://avatars.githubusercontent.com/u/5921419?v=4","repositories_count":520,"last_synced_at":"2025-04-12T05:02:10.301Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/LLNL","funding_links":[],"total_stars":10334,"followers":808,"following":0,"created_at":"2022-11-02T16:26:32.012Z","updated_at":"2025-04-12T05:02:10.301Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLNL","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLNL/repositories"},"tags":[{"name":"v2.13.1","sha":"837eee499940d6927d0d18e063c9160f5e431cfe","kind":"commit","published_at":"2025-07-15T21:46:37.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.13.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.13.1/manifests"},{"name":"v2.13.0","sha":"3a451bcbb6b47ce0329d43a160f0ca80a5c55d8b","kind":"commit","published_at":"2025-07-02T17:38:09.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.13.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.13.0/manifests"},{"name":"v2.12.1","sha":"0550c6e6938fb61be6242751a407c53494d446ca","kind":"commit","published_at":"2024-12-10T22:04:21.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.12.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.12.1/manifests"},{"name":"v2.12.0","sha":"287b7f3ad2d12f520aad04268d44f353cd05403c","kind":"commit","published_at":"2024-11-14T22:08:06.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.12.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.12.0/manifests"},{"name":"v2.11.0","sha":"e5934eab072bcc2e5784a62783b16fc37e3d0cd1","kind":"commit","published_at":"2024-04-23T21:27:33.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.11.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.11.0/manifests"},{"name":"v2.10.0","sha":"9b5b5efe9096e3f2b306fcca91ae739ae5d00716","kind":"commit","published_at":"2023-07-26T17:52:14.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.10.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.10.0/manifests"},{"name":"v2.9.1","sha":"497a8a15b3c564570108b188419f9022954df5bc","kind":"commit","published_at":"2023-01-25T00:16:24.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.9.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"91f31611346db75e695758c3ab0ad3bca7482878","kind":"commit","published_at":"2022-11-30T18:52:42.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.9.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.9.0/manifests"},{"name":"v2.8.0","sha":"bd59b8073beac49d9928c14efec8989c7fff4cb8","kind":"commit","published_at":"2022-06-30T03:52:01.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.8.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"1b7943f1854a5c285793c350339f31a9f2959bb0","kind":"commit","published_at":"2021-11-03T00:31:05.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.7.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.7.0/manifests"},{"name":"v2.6.0","sha":"1c6bb46428bfe38570b34bdbfd1926a1b6a1a939","kind":"commit","published_at":"2021-06-12T00:09:07.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.6.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"925dcb7646b7fb3ca6e6addda52470b24018b5f6","kind":"commit","published_at":"2020-12-01T00:04:02.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.5.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"30577b4b8beae104b2b35ed487fec52590a99b3d","kind":"commit","published_at":"2020-07-22T21:26:49.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.4.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"9fd89bb0120750d1f9dfe37bd963e24e478a2a20","kind":"commit","published_at":"2020-03-11T19:23:05.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.3.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"c408e9b3642c7aa80eff37b0826d819c57e7bc04","kind":"commit","published_at":"2019-11-13T16:08:45.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.2.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.2.0/manifests"},{"name":"v2.1.1","sha":"0593b0e01c1d8d3e50c990399cc0fee403485599","kind":"commit","published_at":"2019-07-17T14:59:48.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.1.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"62ad19b2f2b45846d598087dbe2efc8f53221010","kind":"commit","published_at":"2019-06-26T00:45:09.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.1.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"4d7ff46381c53a461e62edd949e2d9dea9db7b08","kind":"commit","published_at":"2019-03-04T20:41:04.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.0.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"33a8c2466cf165e3d8494dffa3bd202ff189c836","kind":"commit","published_at":"2019-02-28T20:13:26.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.0.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.0.0/manifests"},{"name":"v1.9.1","sha":"cfc1defbbee20b50dd3e3477badd09a92b1df970","kind":"commit","published_at":"2019-01-26T00:30:41.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.9.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"8356e747349b285aa621c5b74e71559f0babc4a1","kind":"commit","published_at":"2019-01-07T22:36:36.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.9.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"117c1ef596b617dc71407b8b67eebef094a654f8","kind":"commit","published_at":"2018-10-17T20:48:17.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.8.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.8.0/manifests"},{"name":"v1.7.0","sha":"898277c93d884d4e7ca1ffcf3bbea81d22364f26","kind":"commit","published_at":"2018-06-19T23:07:22.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.7.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"3d640516875097869dbf33d8906474c0a021aad9","kind":"commit","published_at":"2017-12-12T23:48:47.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.6.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"b3de57ce95e0c634c4c8ed3115d100d53089aa1f","kind":"tag","published_at":"2016-09-14T20:38:29.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.5.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.5.0/manifests"},{"name":"v1.4.0","sha":"dccb584cf5ad97e7d15f40fe7a5dc4d883e1d7bb","kind":"tag","published_at":"2016-04-15T01:01:31.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.4.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"d1df74e3929161d56715ea04018acf26c7c484ec","kind":"commit","published_at":"2016-02-24T17:18:51.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.3.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.3.0/manifests"},{"name":"1.2.0","sha":"f0a22a4281994f61450a9b9a8d1e15ee499b42b9","kind":"tag","published_at":"2016-01-19T17:07:33.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/1.2.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/1.2.0/manifests"},{"name":"v1.1.0","sha":"0ebe71f998e324077f5d115ab8028cdd620a2319","kind":"tag","published_at":"2015-12-21T22:38:45.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.1.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"013a79d92263eb69fc2f8822c530625fd27aaa7c","kind":"tag","published_at":"2015-12-21T18:04:36.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.0.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.0.1/manifests"}]},"repo_metadata_updated_at":"2025-08-15T02:50:35.574Z","dependent_packages_count":8,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":6.6694456023343065,"stargazers_count":12.922050854522718,"forks_count":14.742253716826456,"average":8.583437543420871},"purl":"pkg:spack/caliper","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/spack/caliper","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/spack/caliper","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/spack/caliper/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-07-26T23:14:27.159Z","issues_count":53,"pull_requests_count":246,"avg_time_to_close_issue":11289993.222222222,"avg_time_to_close_pull_request":1945933.7824267782,"issues_closed_count":36,"pull_requests_closed_count":239,"pull_request_authors_count":20,"issue_authors_count":37,"avg_comments_per_issue":2.7358490566037736,"avg_comments_per_pull_request":0.6341463414634146,"merged_pull_requests_count":226,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":11,"past_year_pull_requests_count":103,"past_year_avg_time_to_close_issue":395681.8333333333,"past_year_avg_time_to_close_pull_request":383268.17,"past_year_issues_closed_count":6,"past_year_pull_requests_closed_count":100,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":11,"past_year_avg_comments_per_issue":0.8181818181818182,"past_year_avg_comments_per_pull_request":0.6893203883495146,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":95,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/issues","maintainers":[{"login":"daboehme","count":179,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/daboehme"},{"login":"adrienbernede","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrienbernede"},{"login":"adayton1","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adayton1"},{"login":"balos1","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/balos1"},{"login":"corbett5","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/corbett5"},{"login":"kennyweiss","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kennyweiss"},{"login":"tpatki","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tpatki"},{"login":"cyrush","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cyrush"},{"login":"tomstitt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tomstitt"},{"login":"artv3","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/artv3"},{"login":"garretthooten","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/garretthooten"}],"active_maintainers":[{"login":"daboehme","count":60,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/daboehme"},{"login":"adrienbernede","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrienbernede"},{"login":"artv3","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/artv3"},{"login":"tomstitt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tomstitt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/caliper/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/caliper/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/caliper/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/caliper/related_packages","maintainers":[{"uuid":"daboehme","login":"daboehme","name":null,"email":null,"url":"https://github.com/daboehme","packages_count":2,"html_url":null,"role":null,"created_at":"2022-11-14T16:30:02.458Z","updated_at":"2022-11-14T16:30:02.458Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers/daboehme/packages"},{"uuid":"adrienbernede","login":"adrienbernede","name":null,"email":null,"url":"https://github.com/adrienbernede","packages_count":7,"html_url":null,"role":null,"created_at":"2024-10-28T15:26:06.398Z","updated_at":"2024-10-28T15:26:06.398Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers/adrienbernede/packages"}],"registry":{"name":"spack.io","url":"https://packages.spack.io","ecosystem":"spack","default":true,"packages_count":8771,"maintainers_count":926,"namespaces_count":0,"keywords_count":3680,"github":"spack","metadata":{"funded_packages_count":402},"icon_url":"https://github.com/spack.png","created_at":"2022-04-04T15:19:23.514Z","updated_at":"2025-09-05T07:48:05.146Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/namespaces"}},{"id":11005524,"name":"py-caliper-reader","ecosystem":"spack","description":"A Python library for reading Caliper .cali files.\n","homepage":"https://github.com/LLNL/Caliper","licenses":"[]","normalized_licenses":["Other"],"repository_url":"https://github.com/LLNL/Caliper","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2024-10-30T04:29:49.024Z","latest_release_published_at":"2024-10-30T04:29:49.024Z","latest_release_number":"0.4.0","last_synced_at":"2025-08-14T21:48:13.392Z","created_at":"2024-10-30T04:29:48.918Z","updated_at":"2025-08-15T02:50:35.634Z","registry_url":"https://packages.spack.io/package.html?name=py-caliper-reader","install_command":"spack install py-caliper-reader","documentation_url":null,"metadata":{},"repo_metadata":{"id":2205570,"uuid":"45953649","full_name":"LLNL/Caliper","owner":"LLNL","description":"Caliper is an instrumentation and performance profiling library","archived":false,"fork":false,"pushed_at":"2025-08-14T19:38:51.000Z","size":9322,"stargazers_count":386,"open_issues_count":39,"forks_count":72,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-08-14T21:28:29.527Z","etag":null,"topics":["annotation-apis","caliper","cpp","hpc","instrumentation","performance","performance-analysis","performance-monitoring","radiuss","trace"],"latest_commit_sha":null,"homepage":"http://software.llnl.gov/Caliper/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LLNL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-11-11T02:02:00.000Z","updated_at":"2025-08-14T19:38:55.000Z","dependencies_parsed_at":"2023-07-05T18:48:34.732Z","dependency_job_id":"ebba225f-e636-4859-83bb-afe511d55666","html_url":"https://github.com/LLNL/Caliper","commit_stats":{"total_commits":1627,"total_committers":47,"mean_commits":34.61702127659574,"dds":"0.18930547019053467","last_synced_commit":"af4157d7ca4c30d93697907b5b4dea3a2dc560b2"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/LLNL/Caliper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLNL","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/sbom","scorecard":{"id":40823,"data":{"date":"2025-08-11","repo":{"name":"github.com/LLNL/Caliper","commit":"72ebc3f62e1da44f7ab72ad7c61edcc29201a298"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.9,"checks":[{"name":"Code-Review","score":0,"reason":"Found 1/26 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":5,"reason":"5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/cmake.yml:1","Warn: no topLevel permission defined: .github/workflows/format-check.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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"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":"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":"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/cmake.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/LLNL/Caliper/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/LLNL/Caliper/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/format-check.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/LLNL/Caliper/format-check.yml/master?enable=pin","Warn: containerImage not pinned by hash: scripts/formatting/Dockerfile.check:1: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061","Warn: containerImage not pinned by hash: scripts/formatting/Dockerfile.format:1: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061","Warn: pipCommand not pinned by hash: .github/workflows/cmake.yml:32","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 containerImage dependencies pinned","Info:   0 out of   1 pipCommand 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'","Warn: branch protection not enabled for branch 'releases/v2.13.0'","Warn: branch protection not enabled for branch 'releases/v2.12.0'","Warn: branch protection not enabled for branch 'releases/v2.11.0'","Warn: branch protection not enabled for branch 'releases/v2.10.0'","Warn: branch protection not enabled for branch 'releases/v2.9.0'","Warn: branch protection not enabled for branch 'releases/v2.8.0'","Warn: branch protection not enabled for branch 'releases/v2.7.0'","Warn: branch protection not enabled for branch 'releases/v2.6.0'","Warn: branch protection not enabled for branch 'releases/v2.5.0'","Warn: branch protection not enabled for branch 'releases/v2.4.0'","Warn: branch protection not enabled for branch 'releases/v2.3.0'","Warn: branch protection not enabled for branch 'releases/v2.2.0'","Warn: branch protection not enabled for branch 'releases/v2.1.1'","Warn: branch protection not enabled for branch 'releases/v2.1.0'","Warn: branch protection not enabled for branch 'releases/v2.0.0'","Warn: branch protection not enabled for branch 'releases/v1.9.1'","Warn: branch protection not enabled for branch 'releases/v1.9.0'","Warn: branch protection not enabled for branch 'releases/v1.8.0'"],"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"}}]},"last_synced_at":"2025-08-14T21:28:42.250Z","repository_id":2205570,"created_at":"2025-08-14T21:28:42.250Z","updated_at":"2025-08-14T21:28:42.250Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270515630,"owners_count":24598436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"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":"LLNL","name":"Lawrence Livermore National Laboratory","uuid":"5921419","kind":"organization","description":"For over 70 years, the Lawrence Livermore National Laboratory has applied science and technology to make the world a safer place.","email":"github-admin@llnl.gov","website":"https://software.llnl.gov","location":"Livermore, CA, USA","twitter":"LLNL_OpenSource","company":null,"icon_url":"https://avatars.githubusercontent.com/u/5921419?v=4","repositories_count":520,"last_synced_at":"2025-04-12T05:02:10.301Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/LLNL","funding_links":[],"total_stars":10334,"followers":808,"following":0,"created_at":"2022-11-02T16:26:32.012Z","updated_at":"2025-04-12T05:02:10.301Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLNL","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLNL/repositories"},"tags":[{"name":"v2.13.1","sha":"837eee499940d6927d0d18e063c9160f5e431cfe","kind":"commit","published_at":"2025-07-15T21:46:37.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.13.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.13.1/manifests"},{"name":"v2.13.0","sha":"3a451bcbb6b47ce0329d43a160f0ca80a5c55d8b","kind":"commit","published_at":"2025-07-02T17:38:09.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.13.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.13.0/manifests"},{"name":"v2.12.1","sha":"0550c6e6938fb61be6242751a407c53494d446ca","kind":"commit","published_at":"2024-12-10T22:04:21.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.12.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.12.1/manifests"},{"name":"v2.12.0","sha":"287b7f3ad2d12f520aad04268d44f353cd05403c","kind":"commit","published_at":"2024-11-14T22:08:06.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.12.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.12.0/manifests"},{"name":"v2.11.0","sha":"e5934eab072bcc2e5784a62783b16fc37e3d0cd1","kind":"commit","published_at":"2024-04-23T21:27:33.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.11.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.11.0/manifests"},{"name":"v2.10.0","sha":"9b5b5efe9096e3f2b306fcca91ae739ae5d00716","kind":"commit","published_at":"2023-07-26T17:52:14.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.10.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.10.0/manifests"},{"name":"v2.9.1","sha":"497a8a15b3c564570108b188419f9022954df5bc","kind":"commit","published_at":"2023-01-25T00:16:24.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.9.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"91f31611346db75e695758c3ab0ad3bca7482878","kind":"commit","published_at":"2022-11-30T18:52:42.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.9.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.9.0/manifests"},{"name":"v2.8.0","sha":"bd59b8073beac49d9928c14efec8989c7fff4cb8","kind":"commit","published_at":"2022-06-30T03:52:01.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.8.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"1b7943f1854a5c285793c350339f31a9f2959bb0","kind":"commit","published_at":"2021-11-03T00:31:05.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.7.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.7.0/manifests"},{"name":"v2.6.0","sha":"1c6bb46428bfe38570b34bdbfd1926a1b6a1a939","kind":"commit","published_at":"2021-06-12T00:09:07.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.6.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"925dcb7646b7fb3ca6e6addda52470b24018b5f6","kind":"commit","published_at":"2020-12-01T00:04:02.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.5.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"30577b4b8beae104b2b35ed487fec52590a99b3d","kind":"commit","published_at":"2020-07-22T21:26:49.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.4.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"9fd89bb0120750d1f9dfe37bd963e24e478a2a20","kind":"commit","published_at":"2020-03-11T19:23:05.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.3.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"c408e9b3642c7aa80eff37b0826d819c57e7bc04","kind":"commit","published_at":"2019-11-13T16:08:45.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.2.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.2.0/manifests"},{"name":"v2.1.1","sha":"0593b0e01c1d8d3e50c990399cc0fee403485599","kind":"commit","published_at":"2019-07-17T14:59:48.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.1.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"62ad19b2f2b45846d598087dbe2efc8f53221010","kind":"commit","published_at":"2019-06-26T00:45:09.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.1.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"4d7ff46381c53a461e62edd949e2d9dea9db7b08","kind":"commit","published_at":"2019-03-04T20:41:04.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.0.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"33a8c2466cf165e3d8494dffa3bd202ff189c836","kind":"commit","published_at":"2019-02-28T20:13:26.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.0.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.0.0/manifests"},{"name":"v1.9.1","sha":"cfc1defbbee20b50dd3e3477badd09a92b1df970","kind":"commit","published_at":"2019-01-26T00:30:41.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.9.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"8356e747349b285aa621c5b74e71559f0babc4a1","kind":"commit","published_at":"2019-01-07T22:36:36.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.9.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"117c1ef596b617dc71407b8b67eebef094a654f8","kind":"commit","published_at":"2018-10-17T20:48:17.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.8.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.8.0/manifests"},{"name":"v1.7.0","sha":"898277c93d884d4e7ca1ffcf3bbea81d22364f26","kind":"commit","published_at":"2018-06-19T23:07:22.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.7.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"3d640516875097869dbf33d8906474c0a021aad9","kind":"commit","published_at":"2017-12-12T23:48:47.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.6.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"b3de57ce95e0c634c4c8ed3115d100d53089aa1f","kind":"tag","published_at":"2016-09-14T20:38:29.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.5.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.5.0/manifests"},{"name":"v1.4.0","sha":"dccb584cf5ad97e7d15f40fe7a5dc4d883e1d7bb","kind":"tag","published_at":"2016-04-15T01:01:31.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.4.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"d1df74e3929161d56715ea04018acf26c7c484ec","kind":"commit","published_at":"2016-02-24T17:18:51.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.3.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.3.0/manifests"},{"name":"1.2.0","sha":"f0a22a4281994f61450a9b9a8d1e15ee499b42b9","kind":"tag","published_at":"2016-01-19T17:07:33.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/1.2.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/1.2.0/manifests"},{"name":"v1.1.0","sha":"0ebe71f998e324077f5d115ab8028cdd620a2319","kind":"tag","published_at":"2015-12-21T22:38:45.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.1.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"013a79d92263eb69fc2f8822c530625fd27aaa7c","kind":"tag","published_at":"2015-12-21T18:04:36.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.0.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.0.1/manifests"}]},"repo_metadata_updated_at":"2025-08-15T02:50:35.634Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":56.544378698224854,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":28.272189349112427},"purl":"pkg:spack/py-caliper-reader","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/spack/py-caliper-reader","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/spack/py-caliper-reader","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/spack/py-caliper-reader/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-07-26T23:14:27.159Z","issues_count":53,"pull_requests_count":246,"avg_time_to_close_issue":11289993.222222222,"avg_time_to_close_pull_request":1945933.7824267782,"issues_closed_count":36,"pull_requests_closed_count":239,"pull_request_authors_count":20,"issue_authors_count":37,"avg_comments_per_issue":2.7358490566037736,"avg_comments_per_pull_request":0.6341463414634146,"merged_pull_requests_count":226,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":11,"past_year_pull_requests_count":103,"past_year_avg_time_to_close_issue":395681.8333333333,"past_year_avg_time_to_close_pull_request":383268.17,"past_year_issues_closed_count":6,"past_year_pull_requests_closed_count":100,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":11,"past_year_avg_comments_per_issue":0.8181818181818182,"past_year_avg_comments_per_pull_request":0.6893203883495146,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":95,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/issues","maintainers":[{"login":"daboehme","count":179,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/daboehme"},{"login":"adrienbernede","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrienbernede"},{"login":"adayton1","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adayton1"},{"login":"balos1","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/balos1"},{"login":"corbett5","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/corbett5"},{"login":"kennyweiss","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kennyweiss"},{"login":"tpatki","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tpatki"},{"login":"cyrush","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cyrush"},{"login":"tomstitt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tomstitt"},{"login":"artv3","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/artv3"},{"login":"garretthooten","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/garretthooten"}],"active_maintainers":[{"login":"daboehme","count":60,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/daboehme"},{"login":"adrienbernede","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrienbernede"},{"login":"artv3","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/artv3"},{"login":"tomstitt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tomstitt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-caliper-reader/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-caliper-reader/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-caliper-reader/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-caliper-reader/related_packages","maintainers":[],"registry":{"name":"spack.io","url":"https://packages.spack.io","ecosystem":"spack","default":true,"packages_count":8771,"maintainers_count":926,"namespaces_count":0,"keywords_count":3680,"github":"spack","metadata":{"funded_packages_count":402},"icon_url":"https://github.com/spack.png","created_at":"2022-04-04T15:19:23.514Z","updated_at":"2025-09-05T07:48:05.146Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/namespaces"}},{"id":10390500,"name":"github.com/LLNL/Caliper","ecosystem":"go","description":null,"homepage":null,"licenses":"bsd-3-clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/LLNL/Caliper","keywords_array":[],"namespace":null,"versions_count":29,"first_release_published_at":"2015-12-15T17:18:09.000Z","latest_release_published_at":"2025-07-15T21:46:37.000Z","latest_release_number":"v2.13.1+incompatible","last_synced_at":"2025-08-14T21:48:13.933Z","created_at":"2024-06-18T04:32:23.922Z","updated_at":"2025-08-15T02:50:35.651Z","registry_url":"https://pkg.go.dev/github.com/LLNL/Caliper","install_command":"go get github.com/LLNL/Caliper","documentation_url":"https://pkg.go.dev/github.com/LLNL/Caliper#section-documentation","metadata":{},"repo_metadata":{"id":2205570,"uuid":"45953649","full_name":"LLNL/Caliper","owner":"LLNL","description":"Caliper is an instrumentation and performance profiling library","archived":false,"fork":false,"pushed_at":"2025-08-14T19:38:51.000Z","size":9322,"stargazers_count":386,"open_issues_count":39,"forks_count":72,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-08-14T21:28:29.527Z","etag":null,"topics":["annotation-apis","caliper","cpp","hpc","instrumentation","performance","performance-analysis","performance-monitoring","radiuss","trace"],"latest_commit_sha":null,"homepage":"http://software.llnl.gov/Caliper/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LLNL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-11-11T02:02:00.000Z","updated_at":"2025-08-14T19:38:55.000Z","dependencies_parsed_at":"2023-07-05T18:48:34.732Z","dependency_job_id":"ebba225f-e636-4859-83bb-afe511d55666","html_url":"https://github.com/LLNL/Caliper","commit_stats":{"total_commits":1627,"total_committers":47,"mean_commits":34.61702127659574,"dds":"0.18930547019053467","last_synced_commit":"af4157d7ca4c30d93697907b5b4dea3a2dc560b2"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/LLNL/Caliper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLNL","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/sbom","scorecard":{"id":40823,"data":{"date":"2025-08-11","repo":{"name":"github.com/LLNL/Caliper","commit":"72ebc3f62e1da44f7ab72ad7c61edcc29201a298"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.9,"checks":[{"name":"Code-Review","score":0,"reason":"Found 1/26 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":5,"reason":"5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/cmake.yml:1","Warn: no topLevel permission defined: .github/workflows/format-check.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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"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":"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":"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/cmake.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/LLNL/Caliper/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/LLNL/Caliper/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/format-check.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/LLNL/Caliper/format-check.yml/master?enable=pin","Warn: containerImage not pinned by hash: scripts/formatting/Dockerfile.check:1: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061","Warn: containerImage not pinned by hash: scripts/formatting/Dockerfile.format:1: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061","Warn: pipCommand not pinned by hash: .github/workflows/cmake.yml:32","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 containerImage dependencies pinned","Info:   0 out of   1 pipCommand 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'","Warn: branch protection not enabled for branch 'releases/v2.13.0'","Warn: branch protection not enabled for branch 'releases/v2.12.0'","Warn: branch protection not enabled for branch 'releases/v2.11.0'","Warn: branch protection not enabled for branch 'releases/v2.10.0'","Warn: branch protection not enabled for branch 'releases/v2.9.0'","Warn: branch protection not enabled for branch 'releases/v2.8.0'","Warn: branch protection not enabled for branch 'releases/v2.7.0'","Warn: branch protection not enabled for branch 'releases/v2.6.0'","Warn: branch protection not enabled for branch 'releases/v2.5.0'","Warn: branch protection not enabled for branch 'releases/v2.4.0'","Warn: branch protection not enabled for branch 'releases/v2.3.0'","Warn: branch protection not enabled for branch 'releases/v2.2.0'","Warn: branch protection not enabled for branch 'releases/v2.1.1'","Warn: branch protection not enabled for branch 'releases/v2.1.0'","Warn: branch protection not enabled for branch 'releases/v2.0.0'","Warn: branch protection not enabled for branch 'releases/v1.9.1'","Warn: branch protection not enabled for branch 'releases/v1.9.0'","Warn: branch protection not enabled for branch 'releases/v1.8.0'"],"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"}}]},"last_synced_at":"2025-08-14T21:28:42.250Z","repository_id":2205570,"created_at":"2025-08-14T21:28:42.250Z","updated_at":"2025-08-14T21:28:42.250Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270515630,"owners_count":24598436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"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":"LLNL","name":"Lawrence Livermore National Laboratory","uuid":"5921419","kind":"organization","description":"For over 70 years, the Lawrence Livermore National Laboratory has applied science and technology to make the world a safer place.","email":"github-admin@llnl.gov","website":"https://software.llnl.gov","location":"Livermore, CA, USA","twitter":"LLNL_OpenSource","company":null,"icon_url":"https://avatars.githubusercontent.com/u/5921419?v=4","repositories_count":520,"last_synced_at":"2025-04-12T05:02:10.301Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/LLNL","funding_links":[],"total_stars":10334,"followers":808,"following":0,"created_at":"2022-11-02T16:26:32.012Z","updated_at":"2025-04-12T05:02:10.301Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLNL","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLNL/repositories"},"tags":[{"name":"v2.13.1","sha":"837eee499940d6927d0d18e063c9160f5e431cfe","kind":"commit","published_at":"2025-07-15T21:46:37.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.13.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.13.1/manifests"},{"name":"v2.13.0","sha":"3a451bcbb6b47ce0329d43a160f0ca80a5c55d8b","kind":"commit","published_at":"2025-07-02T17:38:09.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.13.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.13.0/manifests"},{"name":"v2.12.1","sha":"0550c6e6938fb61be6242751a407c53494d446ca","kind":"commit","published_at":"2024-12-10T22:04:21.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.12.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.12.1/manifests"},{"name":"v2.12.0","sha":"287b7f3ad2d12f520aad04268d44f353cd05403c","kind":"commit","published_at":"2024-11-14T22:08:06.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.12.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.12.0/manifests"},{"name":"v2.11.0","sha":"e5934eab072bcc2e5784a62783b16fc37e3d0cd1","kind":"commit","published_at":"2024-04-23T21:27:33.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.11.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.11.0/manifests"},{"name":"v2.10.0","sha":"9b5b5efe9096e3f2b306fcca91ae739ae5d00716","kind":"commit","published_at":"2023-07-26T17:52:14.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.10.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.10.0/manifests"},{"name":"v2.9.1","sha":"497a8a15b3c564570108b188419f9022954df5bc","kind":"commit","published_at":"2023-01-25T00:16:24.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.9.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"91f31611346db75e695758c3ab0ad3bca7482878","kind":"commit","published_at":"2022-11-30T18:52:42.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.9.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.9.0/manifests"},{"name":"v2.8.0","sha":"bd59b8073beac49d9928c14efec8989c7fff4cb8","kind":"commit","published_at":"2022-06-30T03:52:01.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.8.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"1b7943f1854a5c285793c350339f31a9f2959bb0","kind":"commit","published_at":"2021-11-03T00:31:05.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.7.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.7.0/manifests"},{"name":"v2.6.0","sha":"1c6bb46428bfe38570b34bdbfd1926a1b6a1a939","kind":"commit","published_at":"2021-06-12T00:09:07.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.6.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"925dcb7646b7fb3ca6e6addda52470b24018b5f6","kind":"commit","published_at":"2020-12-01T00:04:02.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.5.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"30577b4b8beae104b2b35ed487fec52590a99b3d","kind":"commit","published_at":"2020-07-22T21:26:49.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.4.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"9fd89bb0120750d1f9dfe37bd963e24e478a2a20","kind":"commit","published_at":"2020-03-11T19:23:05.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.3.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"c408e9b3642c7aa80eff37b0826d819c57e7bc04","kind":"commit","published_at":"2019-11-13T16:08:45.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.2.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.2.0/manifests"},{"name":"v2.1.1","sha":"0593b0e01c1d8d3e50c990399cc0fee403485599","kind":"commit","published_at":"2019-07-17T14:59:48.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.1.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"62ad19b2f2b45846d598087dbe2efc8f53221010","kind":"commit","published_at":"2019-06-26T00:45:09.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.1.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"4d7ff46381c53a461e62edd949e2d9dea9db7b08","kind":"commit","published_at":"2019-03-04T20:41:04.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.0.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"33a8c2466cf165e3d8494dffa3bd202ff189c836","kind":"commit","published_at":"2019-02-28T20:13:26.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.0.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.0.0/manifests"},{"name":"v1.9.1","sha":"cfc1defbbee20b50dd3e3477badd09a92b1df970","kind":"commit","published_at":"2019-01-26T00:30:41.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.9.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"8356e747349b285aa621c5b74e71559f0babc4a1","kind":"commit","published_at":"2019-01-07T22:36:36.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.9.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"117c1ef596b617dc71407b8b67eebef094a654f8","kind":"commit","published_at":"2018-10-17T20:48:17.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.8.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.8.0/manifests"},{"name":"v1.7.0","sha":"898277c93d884d4e7ca1ffcf3bbea81d22364f26","kind":"commit","published_at":"2018-06-19T23:07:22.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.7.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"3d640516875097869dbf33d8906474c0a021aad9","kind":"commit","published_at":"2017-12-12T23:48:47.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.6.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"b3de57ce95e0c634c4c8ed3115d100d53089aa1f","kind":"tag","published_at":"2016-09-14T20:38:29.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.5.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.5.0/manifests"},{"name":"v1.4.0","sha":"dccb584cf5ad97e7d15f40fe7a5dc4d883e1d7bb","kind":"tag","published_at":"2016-04-15T01:01:31.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.4.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"d1df74e3929161d56715ea04018acf26c7c484ec","kind":"commit","published_at":"2016-02-24T17:18:51.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.3.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.3.0/manifests"},{"name":"1.2.0","sha":"f0a22a4281994f61450a9b9a8d1e15ee499b42b9","kind":"tag","published_at":"2016-01-19T17:07:33.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/1.2.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/1.2.0/manifests"},{"name":"v1.1.0","sha":"0ebe71f998e324077f5d115ab8028cdd620a2319","kind":"tag","published_at":"2015-12-21T22:38:45.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.1.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"013a79d92263eb69fc2f8822c530625fd27aaa7c","kind":"tag","published_at":"2015-12-21T18:04:36.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.0.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.0.1/manifests"}]},"repo_metadata_updated_at":"2025-08-15T02:50:35.651Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.926206638817217,"dependent_packages_count":6.488435311463325,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.707320975140272},"purl":"pkg:golang/github.com/%21l%21l%21n%21l/%21caliper","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/LLNL/Caliper","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/LLNL/Caliper","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/LLNL/Caliper/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-07-26T23:14:27.159Z","issues_count":53,"pull_requests_count":246,"avg_time_to_close_issue":11289993.222222222,"avg_time_to_close_pull_request":1945933.7824267782,"issues_closed_count":36,"pull_requests_closed_count":239,"pull_request_authors_count":20,"issue_authors_count":37,"avg_comments_per_issue":2.7358490566037736,"avg_comments_per_pull_request":0.6341463414634146,"merged_pull_requests_count":226,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":11,"past_year_pull_requests_count":103,"past_year_avg_time_to_close_issue":395681.8333333333,"past_year_avg_time_to_close_pull_request":383268.17,"past_year_issues_closed_count":6,"past_year_pull_requests_closed_count":100,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":11,"past_year_avg_comments_per_issue":0.8181818181818182,"past_year_avg_comments_per_pull_request":0.6893203883495146,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":95,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/issues","maintainers":[{"login":"daboehme","count":179,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/daboehme"},{"login":"adrienbernede","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrienbernede"},{"login":"adayton1","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adayton1"},{"login":"balos1","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/balos1"},{"login":"corbett5","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/corbett5"},{"login":"kennyweiss","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kennyweiss"},{"login":"tpatki","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tpatki"},{"login":"cyrush","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cyrush"},{"login":"tomstitt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tomstitt"},{"login":"artv3","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/artv3"},{"login":"garretthooten","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/garretthooten"}],"active_maintainers":[{"login":"daboehme","count":60,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/daboehme"},{"login":"adrienbernede","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrienbernede"},{"login":"artv3","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/artv3"},{"login":"tomstitt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tomstitt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FLLNL%2FCaliper/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FLLNL%2FCaliper/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FLLNL%2FCaliper/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FLLNL%2FCaliper/related_packages","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":1952121,"maintainers_count":0,"namespaces_count":741275,"keywords_count":109185,"github":"golang","metadata":{"funded_packages_count":49011},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2025-09-05T05:14:06.439Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":10390508,"name":"github.com/llnl/caliper","ecosystem":"go","description":null,"homepage":null,"licenses":"bsd-3-clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/llnl/caliper","keywords_array":[],"namespace":null,"versions_count":29,"first_release_published_at":"2015-12-15T17:18:09.000Z","latest_release_published_at":"2025-07-15T21:46:37.000Z","latest_release_number":"v2.13.1+incompatible","last_synced_at":"2025-08-14T21:48:15.518Z","created_at":"2024-06-18T04:32:24.723Z","updated_at":"2025-08-15T02:50:35.845Z","registry_url":"https://pkg.go.dev/github.com/llnl/caliper","install_command":"go get github.com/llnl/caliper","documentation_url":"https://pkg.go.dev/github.com/llnl/caliper#section-documentation","metadata":{},"repo_metadata":{"id":2205570,"uuid":"45953649","full_name":"LLNL/Caliper","owner":"LLNL","description":"Caliper is an instrumentation and performance profiling library","archived":false,"fork":false,"pushed_at":"2025-08-14T19:38:51.000Z","size":9322,"stargazers_count":386,"open_issues_count":39,"forks_count":72,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-08-14T21:28:29.527Z","etag":null,"topics":["annotation-apis","caliper","cpp","hpc","instrumentation","performance","performance-analysis","performance-monitoring","radiuss","trace"],"latest_commit_sha":null,"homepage":"http://software.llnl.gov/Caliper/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LLNL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-11-11T02:02:00.000Z","updated_at":"2025-08-14T19:38:55.000Z","dependencies_parsed_at":"2023-07-05T18:48:34.732Z","dependency_job_id":"ebba225f-e636-4859-83bb-afe511d55666","html_url":"https://github.com/LLNL/Caliper","commit_stats":{"total_commits":1627,"total_committers":47,"mean_commits":34.61702127659574,"dds":"0.18930547019053467","last_synced_commit":"af4157d7ca4c30d93697907b5b4dea3a2dc560b2"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/LLNL/Caliper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLNL","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/sbom","scorecard":{"id":40823,"data":{"date":"2025-08-11","repo":{"name":"github.com/LLNL/Caliper","commit":"72ebc3f62e1da44f7ab72ad7c61edcc29201a298"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.9,"checks":[{"name":"Code-Review","score":0,"reason":"Found 1/26 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":5,"reason":"5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/cmake.yml:1","Warn: no topLevel permission defined: .github/workflows/format-check.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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"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":"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":"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/cmake.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/LLNL/Caliper/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/LLNL/Caliper/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/format-check.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/LLNL/Caliper/format-check.yml/master?enable=pin","Warn: containerImage not pinned by hash: scripts/formatting/Dockerfile.check:1: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061","Warn: containerImage not pinned by hash: scripts/formatting/Dockerfile.format:1: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061","Warn: pipCommand not pinned by hash: .github/workflows/cmake.yml:32","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 containerImage dependencies pinned","Info:   0 out of   1 pipCommand 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'","Warn: branch protection not enabled for branch 'releases/v2.13.0'","Warn: branch protection not enabled for branch 'releases/v2.12.0'","Warn: branch protection not enabled for branch 'releases/v2.11.0'","Warn: branch protection not enabled for branch 'releases/v2.10.0'","Warn: branch protection not enabled for branch 'releases/v2.9.0'","Warn: branch protection not enabled for branch 'releases/v2.8.0'","Warn: branch protection not enabled for branch 'releases/v2.7.0'","Warn: branch protection not enabled for branch 'releases/v2.6.0'","Warn: branch protection not enabled for branch 'releases/v2.5.0'","Warn: branch protection not enabled for branch 'releases/v2.4.0'","Warn: branch protection not enabled for branch 'releases/v2.3.0'","Warn: branch protection not enabled for branch 'releases/v2.2.0'","Warn: branch protection not enabled for branch 'releases/v2.1.1'","Warn: branch protection not enabled for branch 'releases/v2.1.0'","Warn: branch protection not enabled for branch 'releases/v2.0.0'","Warn: branch protection not enabled for branch 'releases/v1.9.1'","Warn: branch protection not enabled for branch 'releases/v1.9.0'","Warn: branch protection not enabled for branch 'releases/v1.8.0'"],"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"}}]},"last_synced_at":"2025-08-14T21:28:42.250Z","repository_id":2205570,"created_at":"2025-08-14T21:28:42.250Z","updated_at":"2025-08-14T21:28:42.250Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270515630,"owners_count":24598436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"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":"LLNL","name":"Lawrence Livermore National Laboratory","uuid":"5921419","kind":"organization","description":"For over 70 years, the Lawrence Livermore National Laboratory has applied science and technology to make the world a safer place.","email":"github-admin@llnl.gov","website":"https://software.llnl.gov","location":"Livermore, CA, USA","twitter":"LLNL_OpenSource","company":null,"icon_url":"https://avatars.githubusercontent.com/u/5921419?v=4","repositories_count":520,"last_synced_at":"2025-04-12T05:02:10.301Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/LLNL","funding_links":[],"total_stars":10334,"followers":808,"following":0,"created_at":"2022-11-02T16:26:32.012Z","updated_at":"2025-04-12T05:02:10.301Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLNL","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLNL/repositories"},"tags":[{"name":"v2.13.1","sha":"837eee499940d6927d0d18e063c9160f5e431cfe","kind":"commit","published_at":"2025-07-15T21:46:37.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.13.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.13.1/manifests"},{"name":"v2.13.0","sha":"3a451bcbb6b47ce0329d43a160f0ca80a5c55d8b","kind":"commit","published_at":"2025-07-02T17:38:09.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.13.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.13.0/manifests"},{"name":"v2.12.1","sha":"0550c6e6938fb61be6242751a407c53494d446ca","kind":"commit","published_at":"2024-12-10T22:04:21.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.12.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.12.1/manifests"},{"name":"v2.12.0","sha":"287b7f3ad2d12f520aad04268d44f353cd05403c","kind":"commit","published_at":"2024-11-14T22:08:06.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.12.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.12.0/manifests"},{"name":"v2.11.0","sha":"e5934eab072bcc2e5784a62783b16fc37e3d0cd1","kind":"commit","published_at":"2024-04-23T21:27:33.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.11.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.11.0/manifests"},{"name":"v2.10.0","sha":"9b5b5efe9096e3f2b306fcca91ae739ae5d00716","kind":"commit","published_at":"2023-07-26T17:52:14.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.10.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.10.0/manifests"},{"name":"v2.9.1","sha":"497a8a15b3c564570108b188419f9022954df5bc","kind":"commit","published_at":"2023-01-25T00:16:24.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.9.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"91f31611346db75e695758c3ab0ad3bca7482878","kind":"commit","published_at":"2022-11-30T18:52:42.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.9.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.9.0/manifests"},{"name":"v2.8.0","sha":"bd59b8073beac49d9928c14efec8989c7fff4cb8","kind":"commit","published_at":"2022-06-30T03:52:01.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.8.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"1b7943f1854a5c285793c350339f31a9f2959bb0","kind":"commit","published_at":"2021-11-03T00:31:05.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.7.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.7.0/manifests"},{"name":"v2.6.0","sha":"1c6bb46428bfe38570b34bdbfd1926a1b6a1a939","kind":"commit","published_at":"2021-06-12T00:09:07.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.6.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"925dcb7646b7fb3ca6e6addda52470b24018b5f6","kind":"commit","published_at":"2020-12-01T00:04:02.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.5.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"30577b4b8beae104b2b35ed487fec52590a99b3d","kind":"commit","published_at":"2020-07-22T21:26:49.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.4.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"9fd89bb0120750d1f9dfe37bd963e24e478a2a20","kind":"commit","published_at":"2020-03-11T19:23:05.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.3.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"c408e9b3642c7aa80eff37b0826d819c57e7bc04","kind":"commit","published_at":"2019-11-13T16:08:45.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.2.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.2.0/manifests"},{"name":"v2.1.1","sha":"0593b0e01c1d8d3e50c990399cc0fee403485599","kind":"commit","published_at":"2019-07-17T14:59:48.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.1.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"62ad19b2f2b45846d598087dbe2efc8f53221010","kind":"commit","published_at":"2019-06-26T00:45:09.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.1.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"4d7ff46381c53a461e62edd949e2d9dea9db7b08","kind":"commit","published_at":"2019-03-04T20:41:04.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.0.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"33a8c2466cf165e3d8494dffa3bd202ff189c836","kind":"commit","published_at":"2019-02-28T20:13:26.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v2.0.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v2.0.0/manifests"},{"name":"v1.9.1","sha":"cfc1defbbee20b50dd3e3477badd09a92b1df970","kind":"commit","published_at":"2019-01-26T00:30:41.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.9.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"8356e747349b285aa621c5b74e71559f0babc4a1","kind":"commit","published_at":"2019-01-07T22:36:36.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.9.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"117c1ef596b617dc71407b8b67eebef094a654f8","kind":"commit","published_at":"2018-10-17T20:48:17.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.8.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.8.0/manifests"},{"name":"v1.7.0","sha":"898277c93d884d4e7ca1ffcf3bbea81d22364f26","kind":"commit","published_at":"2018-06-19T23:07:22.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.7.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"3d640516875097869dbf33d8906474c0a021aad9","kind":"commit","published_at":"2017-12-12T23:48:47.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.6.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"b3de57ce95e0c634c4c8ed3115d100d53089aa1f","kind":"tag","published_at":"2016-09-14T20:38:29.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.5.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.5.0/manifests"},{"name":"v1.4.0","sha":"dccb584cf5ad97e7d15f40fe7a5dc4d883e1d7bb","kind":"tag","published_at":"2016-04-15T01:01:31.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.4.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"d1df74e3929161d56715ea04018acf26c7c484ec","kind":"commit","published_at":"2016-02-24T17:18:51.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.3.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.3.0/manifests"},{"name":"1.2.0","sha":"f0a22a4281994f61450a9b9a8d1e15ee499b42b9","kind":"tag","published_at":"2016-01-19T17:07:33.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/1.2.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/1.2.0/manifests"},{"name":"v1.1.0","sha":"0ebe71f998e324077f5d115ab8028cdd620a2319","kind":"tag","published_at":"2015-12-21T22:38:45.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.1.0","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"013a79d92263eb69fc2f8822c530625fd27aaa7c","kind":"tag","published_at":"2015-12-21T18:04:36.000Z","download_url":"https://codeload.github.com/LLNL/Caliper/tar.gz/v1.0.1","html_url":"https://github.com/LLNL/Caliper/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/LLNL/Caliper@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/tags/v1.0.1/manifests"}]},"repo_metadata_updated_at":"2025-08-15T02:50:35.845Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.926206638817217,"dependent_packages_count":6.488435311463325,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.707320975140272},"purl":"pkg:golang/github.com/llnl/caliper","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/llnl/caliper","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/llnl/caliper","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/llnl/caliper/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-07-26T23:14:27.159Z","issues_count":53,"pull_requests_count":246,"avg_time_to_close_issue":11289993.222222222,"avg_time_to_close_pull_request":1945933.7824267782,"issues_closed_count":36,"pull_requests_closed_count":239,"pull_request_authors_count":20,"issue_authors_count":37,"avg_comments_per_issue":2.7358490566037736,"avg_comments_per_pull_request":0.6341463414634146,"merged_pull_requests_count":226,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":11,"past_year_pull_requests_count":103,"past_year_avg_time_to_close_issue":395681.8333333333,"past_year_avg_time_to_close_pull_request":383268.17,"past_year_issues_closed_count":6,"past_year_pull_requests_closed_count":100,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":11,"past_year_avg_comments_per_issue":0.8181818181818182,"past_year_avg_comments_per_pull_request":0.6893203883495146,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":95,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/issues","maintainers":[{"login":"daboehme","count":179,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/daboehme"},{"login":"adrienbernede","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrienbernede"},{"login":"adayton1","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adayton1"},{"login":"balos1","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/balos1"},{"login":"corbett5","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/corbett5"},{"login":"kennyweiss","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kennyweiss"},{"login":"tpatki","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tpatki"},{"login":"cyrush","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cyrush"},{"login":"tomstitt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tomstitt"},{"login":"artv3","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/artv3"},{"login":"garretthooten","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/garretthooten"}],"active_maintainers":[{"login":"daboehme","count":60,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/daboehme"},{"login":"adrienbernede","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrienbernede"},{"login":"artv3","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/artv3"},{"login":"tomstitt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tomstitt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fllnl%2Fcaliper/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fllnl%2Fcaliper/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fllnl%2Fcaliper/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fllnl%2Fcaliper/related_packages","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":1952121,"maintainers_count":0,"namespaces_count":741275,"keywords_count":109185,"github":"golang","metadata":{"funded_packages_count":49011},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2025-09-05T05:14:06.439Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}}],"commits":{"id":285674,"full_name":"LLNL/Caliper","default_branch":"master","committers":[{"name":"David Boehme","email":"boehme3@llnl.gov","login":"daboehme","count":1363},{"name":"Alfredo Gimenez","email":"gimenez1@llnl.gov","login":"alfredo-gimenez","count":79},{"name":"David Poliakoff","email":"david.poliakoff@gmail.com","login":"DavidPoliakoff","count":74},{"name":"Srinivasan Ramesh","email":"ramesh2@cab689.llnl.gov","login":null,"count":23},{"name":"Adrien Bernede","email":"51493078+adrienbernede","login":"adrienbernede","count":23},{"name":"Alfredo Adolfo Gimenez","email":"alfredo.gimenez@gmail.com","login":"aagimene","count":14},{"name":"David Poliakoff","email":"poliakoff1@llnl.gov","login":null,"count":12},{"name":"Dan Ibanez","email":"ibaned","login":"ibaned","count":9},{"name":"Kathleen Shoga","email":"shoga1@llnl.gov","login":"kshoga1","count":8},{"name":"Srinivasan Ramesh","email":"ramesh2@cab668.llnl.gov","login":null,"count":7},{"name":"David Beckingsale","email":"davidbeckingsale@gmail.com","login":"davidbeckingsale","count":7},{"name":"Srinivasan Ramesh","email":"ramesh2@llnl.gov","login":null,"count":6},{"name":"Jonathan R. Madsen","email":"jrmadsen","login":"jrmadsen","count":6},{"name":"Srinivasan Ramesh","email":"ramesh2@cab688.llnl.gov","login":null,"count":4},{"name":"Ian Lumsden","email":"lumsden.ian@gmail.com","login":"ilumsden","count":4},{"name":"Srini","email":"sramesh@cs.uoregon.edu","login":"srini009","count":4},{"name":"Chad Wood","email":"cdw@cs.uoregon.edu","login":"cdwdirect","count":3},{"name":"PhilipDeegan","email":"philip.deegan@gmail.com","login":"PhilipDeegan","count":2},{"name":"Jean-Noël Grad","email":"jgrad@icp.uni-stuttgart.de","login":"jngrad","count":2},{"name":"Christoph Junghans","email":"junghans@lanl.gov","login":"junghans","count":2},{"name":"Stephanie Brink","email":"brink2@llnl.gov","login":"slabasan","count":2},{"name":"Tom Epperly","email":"tepperly@gmail.com","login":"tepperly","count":2},{"name":"sylvia4","email":"sylvia4@cab669.llnl.gov","login":null,"count":2},{"name":"sylvia4","email":"sylvia4@cab687.llnl.gov","login":null,"count":2},{"name":"Udayanga Shaminda Wickramasinghe","email":"uswickra@cab670.llnl.gov","login":null,"count":1},{"name":"Srinivasan Ramesh","email":"ramesh2@ray23.coralea.llnl.gov","login":null,"count":1},{"name":"Srinivasan Ramesh","email":"ramesh2@cab687.llnl.gov","login":null,"count":1},{"name":"Rasmus Wriedt Larsen","email":"larsen31@llnl.gov","login":null,"count":1},{"name":"David Boehme","email":"David Boehme","login":null,"count":1},{"name":"Matthew LeGendre","email":"legendre1@llnl.gov","login":"mplegendre","count":1},{"name":"Olga T. Pearce","email":"pearce8@llnl.gov","login":"pearce8","count":1},{"name":"Robert Blake","email":"blake14@llnl.gov","login":"rblake-llnl","count":1},{"name":"Timothy Kelley","email":"tkelley@lanl.gov","login":"timmah","count":1},{"name":"Vanessa Surjadidjaja","email":"vsurjadidjaja","login":"vsurjadidjaja","count":1},{"name":"sylvia4","email":"sylvia4@cab668.llnl.gov","login":null,"count":1},{"name":"sylvia4","email":"sylvia4@cab670.llnl.gov","login":null,"count":1},{"name":"Kevin Huck","email":"khuck@cs.uoregon.edu","login":"khuck","count":1},{"name":"Garrett H","email":"williamhootengarrett@gmail.com","login":"garretthooten","count":1},{"name":"Elsa Gonsiorowski","email":"gonsie@me.com","login":"gonsie","count":1},{"name":"Dennis Ogiermann","email":"termi-official","login":"termi-official","count":1},{"name":"Bruno Turcksin","email":"bruno.turcksin@gmail.com","login":"Rombur","count":1},{"name":"Arturo Vargas","email":"artvar3@yahoo.com","login":"artv3","count":1},{"name":"Alan Dayton","email":"6393677+adayton1","login":"adayton1","count":1},{"name":"davis274","email":"40474811+davis274","login":"davis274","count":1},{"name":"mi-mu","email":"56887534+mi-mu","login":"mi-mu","count":1},{"name":"t-nojiri","email":"68096132+t-nojiri","login":"t-nojiri","count":1}],"total_commits":1682,"total_committers":46,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":36.56521739130435,"dds":0.18965517241379315,"past_year_committers":[{"name":"David Boehme","email":"boehme3@llnl.gov","login":"daboehme","count":84},{"name":"Adrien Bernede","email":"51493078+adrienbernede","login":"adrienbernede","count":15},{"name":"Ian Lumsden","email":"lumsden.ian@gmail.com","login":"ilumsden","count":4},{"name":"PhilipDeegan","email":"philip.deegan@gmail.com","login":"PhilipDeegan","count":2},{"name":"Jean-Noël Grad","email":"jgrad@icp.uni-stuttgart.de","login":"jngrad","count":2},{"name":"Arturo Vargas","email":"artvar3@yahoo.com","login":"artv3","count":1}],"past_year_total_commits":108,"past_year_total_committers":6,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":18.0,"past_year_dds":0.2222222222222222,"last_synced_at":"2025-05-28T20:08:28.968Z","last_synced_commit":"7133e586b6bbc30db3b50490477c6a198394ea97","created_at":"2023-03-08T15:41:07.221Z","updated_at":"2025-05-28T20:08:28.995Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-03T00:00:08.276Z","repositories_count":5480019,"commits_count":853389012,"contributors_count":31098138,"owners_count":906558,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"LLNL/Caliper","html_url":"https://github.com/LLNL/Caliper","last_synced_at":"2025-08-31T08:58:01.033Z","status":null,"issues_count":53,"pull_requests_count":267,"avg_time_to_close_issue":11608193.885714285,"avg_time_to_close_pull_request":1835902.1968503937,"issues_closed_count":35,"pull_requests_closed_count":254,"pull_request_authors_count":20,"issue_authors_count":37,"avg_comments_per_issue":2.7358490566037736,"avg_comments_per_pull_request":0.5955056179775281,"merged_pull_requests_count":241,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":10,"past_year_pull_requests_count":108,"past_year_avg_time_to_close_issue":395681.8333333333,"past_year_avg_time_to_close_pull_request":186139.0,"past_year_issues_closed_count":6,"past_year_pull_requests_closed_count":100,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":10,"past_year_avg_comments_per_issue":0.2,"past_year_avg_comments_per_pull_request":0.4722222222222222,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":97,"created_at":"2023-05-10T14:52:07.649Z","updated_at":"2025-09-03T04:54:39.199Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FCaliper/issues","issue_labels_count":{},"pull_request_labels_count":{},"issue_author_associations_count":{"NONE":33,"MEMBER":14,"CONTRIBUTOR":7},"pull_request_author_associations_count":{"MEMBER":303,"CONTRIBUTOR":31,"NONE":12,"COLLABORATOR":1},"issue_authors":{"adayton1":3,"adrienbernede":3,"PhilipDeegan":3,"ibaned":3,"aaroncblack":3,"corbett5":2,"yaoyi92":2,"KokoFan16":2,"adam-sim-dev":2,"termi-official":2,"balos1":2,"tonycurtis":1,"kennyweiss":1,"daboehme":1,"bertwesarg":1,"ollielo":1,"pauleonix":1,"cyrush":1,"mkre":1,"tomstitt":1,"Rombur":1,"kawechel":1,"QYChan":1,"parrotsky":1,"deanchester":1,"pramodk":1,"1uc":1,"gshipman":1,"Arpan3323":1,"cwschilly":1,"wdhawkins":1,"cielling":1,"alkino":1,"dyokelson":1,"JorgeG94":1,"yurivict":1,"jngrad":1,"ilumsden":1},"pull_request_authors":{"daboehme":265,"adrienbernede":34,"ibaned":9,"ilumsden":9,"jngrad":4,"PhilipDeegan":4,"tjeter":2,"tpatki":2,"slabasan":2,"cdwdirect":2,"EvelynNamugwanya":2,"sampollard":2,"termi-official":2,"ammarwa":2,"adayton1":1,"garretthooten":1,"artv3":1,"vsurjadidjaja":1,"mzuzek":1,"DavidPoliakoff":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.444Z","repositories_count":10094415,"issues_count":31369099,"pull_requests_count":97039083,"authors_count":10700197,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{},"past_year_issue_author_associations_count":{"NONE":6,"MEMBER":3,"CONTRIBUTOR":2},"past_year_pull_request_author_associations_count":{"MEMBER":126,"CONTRIBUTOR":10,"NONE":1},"past_year_issue_authors":{"adrienbernede":1,"Arpan3323":1,"daboehme":1,"ilumsden":1,"jngrad":1,"JorgeG94":1,"mkre":1,"pauleonix":1,"tomstitt":1,"wdhawkins":1,"yurivict":1},"past_year_pull_request_authors":{"daboehme":113,"adrienbernede":12,"ilumsden":5,"jngrad":4,"PhilipDeegan":2,"artv3":1},"maintainers":[{"login":"daboehme","count":266,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/daboehme"},{"login":"adrienbernede","count":37,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrienbernede"},{"login":"adayton1","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adayton1"},{"login":"balos1","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/balos1"},{"login":"corbett5","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/corbett5"},{"login":"tpatki","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tpatki"},{"login":"garretthooten","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/garretthooten"},{"login":"kennyweiss","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kennyweiss"},{"login":"cyrush","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cyrush"},{"login":"artv3","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/artv3"},{"login":"tomstitt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tomstitt"}],"active_maintainers":[{"login":"daboehme","count":114,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/daboehme"},{"login":"adrienbernede","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrienbernede"},{"login":"tomstitt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tomstitt"},{"login":"artv3","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/artv3"}]},"events":{"total":{"CreateEvent":12,"ReleaseEvent":4,"IssuesEvent":11,"WatchEvent":36,"DeleteEvent":4,"IssueCommentEvent":41,"PushEvent":97,"PullRequestEvent":103,"ForkEvent":10},"last_year":{"CreateEvent":12,"ReleaseEvent":4,"IssuesEvent":11,"WatchEvent":36,"DeleteEvent":4,"IssueCommentEvent":41,"PushEvent":97,"PullRequestEvent":103,"ForkEvent":10}},"keywords":["annotation-apis","caliper","cpp","hpc","instrumentation","performance","performance-analysis","performance-monitoring","radiuss","trace"],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/cmake.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T13:00:42.328Z","updated_at":"2023-01-13T13:00:42.328Z","repository_link":"https://github.com/LLNL/Caliper/blob/master/.github/workflows/cmake.yml","dependencies":[{"id":6876006874,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]}],"score":19.813971076098987,"created_at":"2025-09-04T15:51:15.170Z","updated_at":"2025-10-07T08:16:36.945Z","avatar_url":"https://github.com/LLNL.png","language":"C++","category":null,"sub_category":null,"monthly_downloads":20584,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["build-tools","hpsf","spack","comparative-analysis","data-analytics","graphs","hierarchical-data","trees","cpp17","distributed"],"project_url":"https://science.ecosyste.ms/api/v1/projects/40663","html_url":"https://science.ecosyste.ms/projects/40663","bibtex_url":"https://science.ecosyste.ms/projects/40663/export.bibtex","apalike_url":"https://science.ecosyste.ms/projects/40663/export.apalike"}