{"id":27962445,"url":"https://github.com/dashbitco/nimble_ownership","last_synced_at":"2025-05-07T19:22:28.076Z","repository":{"id":214235435,"uuid":"734819515","full_name":"dashbitco/nimble_ownership","owner":"dashbitco","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-10T19:12:12.000Z","size":51,"stargazers_count":57,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-12T05:48:43.526Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dashbitco.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-12-22T17:56:57.000Z","updated_at":"2025-03-28T21:45:24.000Z","dependencies_parsed_at":"2024-12-22T18:23:21.385Z","dependency_job_id":"ae3a8d69-4667-4693-bc45-0c4ec813ba46","html_url":"https://github.com/dashbitco/nimble_ownership","commit_stats":null,"previous_names":["dashbitco/nimble_ownership"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashbitco%2Fnimble_ownership","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashbitco%2Fnimble_ownership/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashbitco%2Fnimble_ownership/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashbitco%2Fnimble_ownership/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dashbitco","download_url":"https://codeload.github.com/dashbitco/nimble_ownership/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252941420,"owners_count":21828872,"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","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":[],"created_at":"2025-05-07T19:22:27.471Z","updated_at":"2025-05-07T19:22:28.061Z","avatar_url":"https://github.com/dashbitco.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NimbleOwnership\n\n[![hex.pm badge](https://img.shields.io/badge/Package%20on%20hex.pm-informational)](https://hex.pm/packages/nimble_ownership)\n[![Documentation badge](https://img.shields.io/badge/Documentation-ff69b4)][docs]\n[![CI](https://github.com/dashbitco/nimble_ownership/actions/workflows/ci.yml/badge.svg)](https://github.com/dashbitco/nimble_ownership/actions/workflows/ci.yml)\n[![Coverage Status](https://coveralls.io/repos/github/dashbitco/nimble_ownership/badge.svg?branch=main)](https://coveralls.io/github/dashbitco/nimble_ownership?branch=main)\n\n\u003e Library that allows you to manage ownership of resources across processes.\n\nA typical use case for this library is tracking resource ownership across processes in order to isolate access to resources in **test suites**. For example, the [Mox][mox] library uses this module to track ownership of mocks across processes (in shared mode).\n\n## Installation\n\nAdd this to your `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:nimble_ownership, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n## Nimble*\n\nAll nimble libraries by Dashbit:\n\n  * [NimbleCSV](https://github.com/dashbitco/nimble_csv) - simple and fast CSV parsing\n  * [NimbleOptions](https://github.com/dashbitco/nimble_options) - tiny library for validating and documenting high-level options\n  * [NimbleOwnership](https://github.com/dashbitco/nimble_ownership) - resource ownership tracking\n  * [NimbleParsec](https://github.com/dashbitco/nimble_parsec) - simple and fast parser combinators\n  * [NimblePool](https://github.com/dashbitco/nimble_pool) - tiny resource-pool implementation\n  * [NimblePublisher](https://github.com/dashbitco/nimble_publisher) - a minimal filesystem-based publishing engine with Markdown support and code highlighting\n  * [NimbleTOTP](https://github.com/dashbitco/nimble_totp) - tiny library for generating time-based one time passwords (TOTP)\n\n## License\n\nCopyright 2023 Dashbit\n\n  Licensed under the Apache License, Version 2.0 (the \"License\");\n  you may not use this file except in compliance with the License.\n  You may obtain a copy of the License at\n\n      http://www.apache.org/licenses/LICENSE-2.0\n\n  Unless required by applicable law or agreed to in writing, software\n  distributed under the License is distributed on an \"AS IS\" BASIS,\n  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n  See the License for the specific language governing permissions and\n  limitations under the License.\n\n[docs]: https://hexdocs.pm/nimble_ownership\n[mox]: https://github.com/dashbitco/mox\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashbitco%2Fnimble_ownership","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdashbitco%2Fnimble_ownership","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashbitco%2Fnimble_ownership/lists"}