{"id":20077261,"url":"https://github.com/boostorg/scope","last_synced_at":"2025-09-29T07:25:53.169Z","repository":{"id":78190231,"uuid":"587081267","full_name":"boostorg/scope","owner":"boostorg","description":"Boost.Scope, a collection of scope guard utilities.","archived":false,"fork":false,"pushed_at":"2025-08-25T16:17:44.000Z","size":292,"stargazers_count":16,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-08-25T18:21:37.309Z","etag":null,"topics":["boost","boost-libraries","cpp","cpp11","cpp17","defer","header-only","raii","scope-exit","scope-fail","scope-guard","scope-success","unique-resource"],"latest_commit_sha":null,"homepage":"https://www.boost.org/libs/scope/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boostorg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-01-09T23:01:59.000Z","updated_at":"2025-08-25T16:17:47.000Z","dependencies_parsed_at":"2023-04-25T16:19:19.623Z","dependency_job_id":"7547b8fa-56a4-4f26-a38b-f82cc73fbebe","html_url":"https://github.com/boostorg/scope","commit_stats":null,"previous_names":["boostorg/scope","lastique/scope"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/boostorg/scope","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostorg%2Fscope","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostorg%2Fscope/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostorg%2Fscope/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostorg%2Fscope/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boostorg","download_url":"https://codeload.github.com/boostorg/scope/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostorg%2Fscope/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277482872,"owners_count":25825551,"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-29T02:00:09.175Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boost","boost-libraries","cpp","cpp11","cpp17","defer","header-only","raii","scope-exit","scope-fail","scope-guard","scope-success","unique-resource"],"created_at":"2024-11-13T15:06:45.641Z","updated_at":"2025-09-29T07:25:53.164Z","avatar_url":"https://github.com/boostorg.png","language":"C++","readme":"# Boost.Scope\n\nBoost.Scope provides a number of scope guard utilities and a `unique_resource` wrapper, similar to those described in\n[C++ Extensions for Library Fundamentals, Version 3](https://github.com/cplusplus/fundamentals-ts/releases/tag/n4908),\nSection 3.3 Scope guard support \\[scopeguard\\]. The implementation also provides a few non-standard extensions.\n\n### Directories\n\n* **doc** - QuickBook documentation sources\n* **include** - Interface headers of Boost.Scope\n* **test** - Boost.Scope unit tests\n\n### More information\n\n* Read the [documentation](https://www.boost.org/libs/scope/).\n* [Report bugs](https://github.com/boostorg/scope/issues/new). Be sure to mention Boost version, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well.\n* Submit your patches as [pull requests](https://github.com/boostorg/scope/compare) against **develop** branch. Note that by submitting patches you agree to license your modifications under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt).\n\n### Build status\n\nBranch          | GitHub Actions | AppVeyor | Test Matrix | Dependencies |\n:-------------: | -------------- | -------- | ----------- | ------------ |\n[`master`](https://github.com/boostorg/scope/tree/master) | [![GitHub Actions](https://github.com/boostorg/scope/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/boostorg/scope/actions?query=branch%3Amaster) | [![AppVeyor](https://ci.appveyor.com/api/projects/status/7dr1fo39o27subn1/branch/master?svg=true)](https://ci.appveyor.com/project/Lastique/scope/branch/master) | [![Tests](https://img.shields.io/badge/matrix-master-brightgreen.svg)](https://regression.boost.io/master/developer/scope.html) | [![Dependencies](https://img.shields.io/badge/deps-master-brightgreen.svg)](https://pdimov.github.io/boostdep-report/master/scope.html)\n[`develop`](https://github.com/boostorg/scope/tree/develop) | [![GitHub Actions](https://github.com/boostorg/scope/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/boostorg/scope/actions?query=branch%3Adevelop) | [![AppVeyor](https://ci.appveyor.com/api/projects/status/7dr1fo39o27subn1/branch/develop?svg=true)](https://ci.appveyor.com/project/Lastique/scope/branch/develop) | [![Tests](https://img.shields.io/badge/matrix-develop-brightgreen.svg)](https://regression.boost.io/develop/developer/scope.html) | [![Dependencies](https://img.shields.io/badge/deps-develop-brightgreen.svg)](https://pdimov.github.io/boostdep-report/develop/scope.html)\n\n### License\n\nDistributed under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboostorg%2Fscope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboostorg%2Fscope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboostorg%2Fscope/lists"}