{"id":13757146,"url":"https://github.com/LoopPerfect/buckaroo","last_synced_at":"2025-05-10T05:31:48.144Z","repository":{"id":40909385,"uuid":"81102261","full_name":"LoopPerfect/buckaroo","owner":"LoopPerfect","description":"The decentralized package manager for C++ and friends 🏝️","archived":false,"fork":false,"pushed_at":"2022-12-08T02:05:03.000Z","size":3010,"stargazers_count":936,"open_issues_count":62,"forks_count":33,"subscribers_count":20,"default_branch":"master","last_synced_at":"2024-11-16T13:34:51.701Z","etag":null,"topics":["buck","buckaroo","c-plus-plus","cpp","package-manager","reproducible-builds"],"latest_commit_sha":null,"homepage":"https://buckaroo.pm","language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LoopPerfect.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-06T15:37:19.000Z","updated_at":"2024-11-14T03:31:15.000Z","dependencies_parsed_at":"2023-01-25T03:00:30.035Z","dependency_job_id":null,"html_url":"https://github.com/LoopPerfect/buckaroo","commit_stats":null,"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoopPerfect%2Fbuckaroo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoopPerfect%2Fbuckaroo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoopPerfect%2Fbuckaroo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoopPerfect%2Fbuckaroo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LoopPerfect","download_url":"https://codeload.github.com/LoopPerfect/buckaroo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253371072,"owners_count":21897998,"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":["buck","buckaroo","c-plus-plus","cpp","package-manager","reproducible-builds"],"created_at":"2024-08-03T12:00:25.131Z","updated_at":"2025-05-10T05:31:47.778Z","avatar_url":"https://github.com/LoopPerfect.png","language":"F#","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"www/logo-medium.png?raw=true\" alt=\"Buckaroo\" /\u003e\n\u003c/p\u003e\n\n# Buckaroo\n\nThe decentralized package manager for C++ and friends.\n\n[![](https://img.shields.io/travis/LoopPerfect/buckaroo/buckaroo-redux.svg)](https://travis-ci.org/LoopPerfect/buckaroo) [![](https://img.shields.io/appveyor/ci/njlr/buckaroo/buckaroo-redux.svg)](https://ci.appveyor.com/project/njlr/buckaroo)\n[![](https://img.shields.io/badge/docs-wiki-blue.svg)](https://github.com/LoopPerfect/buckaroo/wiki)\n\n## Why Buckaroo?\n\nPackage managers like Yarn and Cargo have shown how productive developers can be when they can easily integrate a large ecosystem of projects. Buckaroo fills this gap for C++.\n\nThe Buckaroo workflow looks like this:\n\n```bash=\n# Create your project file\n$ buckaroo init\n\n# Install dependencies\n$ buckaroo add github.com/buckaroo-pm/boost-thread@branch=master\n\n# Run your code\n$ buck run :my-app\n```\n\nWe have an [FAQ](https://github.com/LoopPerfect/buckaroo/wiki/FAQ).\n\n### Package Registries\n\nPull dependencies directly from GitHub, BitBucket, GitLab, hosted Git and HTTP. [How?](https://github.com/LoopPerfect/buckaroo/wiki/Git-as-a-Package-Registry)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"www/registries.png?raw=true\" alt=\"Package Registries\" width=\"500px\" /\u003e\n\u003c/p\u003e\n\n### IDE Integrations\n\nSupport for major IDEs and tools. Integration guides can be found in [the docs](https://github.com/LoopPerfect/buckaroo/wiki/).\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"www/ides.png?raw=true\" alt=\"IDE Integrations\" width=\"500px\" /\u003e\n\u003c/p\u003e\n\n### Features\n\nC++ has unique requirements, so Buckaroo is a highly sophisticated piece of software.\n\n * Pull dependencies directly from GitHub, BitBucket, GitLab, hosted Git and HTTP\n * Fully reproducible builds and dependency resolution\n * Completely decentralized - there is no central server or publishing process\n * Allows any build configuration (even on a package-by-package basis)\n * Private and public dependencies to avoid \"dependency hell\"\n * Multiple libraries per package, so tools like Lerna are unnecessary\n * Pull individual packages out of mono-repos\n * Full support for semantic versioning (but only when you want it!)\n * Live at head! Move fast by depending directly on Git branches, but in a controlled way\n * Blazing fast resolution using clever heuristics\n * Version equivalency checks to reduce dependency conflicts\n * TOML configuration files for convenient editing by computers and humans\n * Works offline (with a populated cache)\n * Enable Upgrade Bot to keep everything up-to-date with a single click\n\n### Get Started\n\nPlease refer to [the Wiki](https://github.com/LoopPerfect/buckaroo/wiki) for [installation instructions](https://github.com/LoopPerfect/buckaroo/wiki/installation)! ✌️\n\n#### Quick Install\n\nBuckaroo is shipped as a self-contained executable, so all you need to do is download the bundle from the [releases page](https://github.com/LoopPerfect/buckaroo/releases).\n\n##### Linux\n\n```bash\n$ wget https://github.com/LoopPerfect/buckaroo/releases/download/v2.2.0/buckaroo-linux -O buckaroo\n$ chmod +x ./buckaroo\n$ ./buckaroo\n```\n\n##### macOS\n\nWith Homebrew:\n\n```bash\n$ brew install loopperfect/lp/buckaroo\n```\n\nOr without Homebrew:\n\n```bash\n$ wget https://github.com/LoopPerfect/buckaroo/releases/download/v2.2.0/buckaroo-macos -O buckaroo\n$ chmod +x ./buckaroo\n$ ./buckaroo\n```\n\n##### Windows\n\nYou can use the [Chocolatey package](https://chocolatey.org/packages/buckaroo): \n\n```bash\nchoco install buckaroo\n```\n\nOr, download [buckaroo.exe](https://github.com/LoopPerfect/buckaroo/releases/download/v2.0.3/buckaroo-windows.exe) from the [releases page](https://github.com/LoopPerfect/buckaroo/releases/v2.2.0).\n\n### How Buckaroo Works\n\nThe Buckaroo model is very simple. Packages live in source-control, and a manifest file is used to describe dependencies. This points to further manifests to create a dependency graph. Buckaroo works directly over Git and HTTP.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"www/how-buckaroo-works.png?raw=true\" alt=\"Buckaroo\" /\u003e\n\u003c/p\u003e\n\nHead over to [the Wiki](https://github.com/LoopPerfect/buckaroo/wiki) for more detailed information.\n\n## Attribution\n\nSVG graphics in diagrams are made by [Freepik](http://www.freepik.com/) from [www.flaticon.com](https://www.flaticon.com/) and are licensed by [Creative Commons BY 3.0](http://creativecommons.org/licenses/by/3.0/).\n","funding_links":[],"categories":["Package Manager","F# #","Tools"],"sub_categories":["UI Test Automation Scripting","[Package management](https://en.wikipedia.org/wiki/Package_manager)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLoopPerfect%2Fbuckaroo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLoopPerfect%2Fbuckaroo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLoopPerfect%2Fbuckaroo/lists"}