buckaroo

所属分类:C/C++基础
开发工具:F#
文件大小:955KB
下载次数:0
上传日期:2022-12-08 02:05:03
上 传 者sh-1993
说明:  C++和朋友的去中心化包管理器
(The decentralized package manager for C++ and friends)

文件列表:
.travis.yml (1347, 2021-12-11)
CLA.md (5168, 2021-12-11)
CODE_OF_CONDUCT.md (3214, 2021-12-11)
CONTRIBUTING.md (6650, 2021-12-11)
LICENSE (1068, 2021-12-11)
appveyor.yml (607, 2021-12-11)
buckaroo-cli (0, 2021-12-11)
buckaroo-cli\Program.fs (818, 2021-12-11)
buckaroo-cli\buckaroo-cli.fsproj (720, 2021-12-11)
buckaroo-cli\nuget.config (323, 2021-12-11)
buckaroo-tests (0, 2021-12-11)
buckaroo-tests\Bash.fs (1059, 2021-12-11)
buckaroo-tests\Command.fs (2523, 2021-12-11)
buckaroo-tests\Constraint.fs (4123, 2021-12-11)
buckaroo-tests\Dependency.fs (612, 2021-12-11)
buckaroo-tests\Git.fs (355, 2021-12-11)
buckaroo-tests\Glob.fs (424, 2021-12-11)
buckaroo-tests\Lock.fs (4241, 2021-12-11)
buckaroo-tests\Manifest.fs (4947, 2021-12-11)
buckaroo-tests\PackageIdentifier.fs (1477, 2021-12-11)
buckaroo-tests\Paths.fs (1319, 2021-12-11)
buckaroo-tests\Program.fs (45, 2021-12-11)
buckaroo-tests\SemVer.fs (1304, 2021-12-11)
buckaroo-tests\Solver.fs (15609, 2021-12-11)
buckaroo-tests\Target.fs (1833, 2021-12-11)
buckaroo-tests\Version.fs (1891, 2021-12-11)
buckaroo-tests\buckaroo-tests.fsproj (1544, 2021-12-11)
buckaroo.sln (3981, 2021-12-11)
buckaroo (0, 2021-12-11)
... ...

Buckaroo

# Buckaroo The decentralized package manager for C++ and friends. [![](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) [![](https://img.shields.io/badge/docs-wiki-blue.svg)](https://github.com/LoopPerfect/buckaroo/wiki) ## Why Buckaroo? Package 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++. The Buckaroo workflow looks like this: ```bash= # Create your project file $ buckaroo init # Install dependencies $ buckaroo add github.com/buckaroo-pm/boost-thread@branch=master # Run your code $ buck run :my-app ``` We have an [FAQ](https://github.com/LoopPerfect/buckaroo/wiki/FAQ). ### Package Registries Pull dependencies directly from GitHub, BitBucket, GitLab, hosted Git and HTTP. [How?](https://github.com/LoopPerfect/buckaroo/wiki/Git-as-a-Package-Registry)

Package Registries

### IDE Integrations Support for major IDEs and tools. Integration guides can be found in [the docs](https://github.com/LoopPerfect/buckaroo/wiki/).

IDE Integrations

### Features C++ has unique requirements, so Buckaroo is a highly sophisticated piece of software. * Pull dependencies directly from GitHub, BitBucket, GitLab, hosted Git and HTTP * Fully reproducible builds and dependency resolution * Completely decentralized - there is no central server or publishing process * Allows any build configuration (even on a package-by-package basis) * Private and public dependencies to avoid "dependency hell" * Multiple libraries per package, so tools like Lerna are unnecessary * Pull individual packages out of mono-repos * Full support for semantic versioning (but only when you want it!) * Live at head! Move fast by depending directly on Git branches, but in a controlled way * Blazing fast resolution using clever heuristics * Version equivalency checks to reduce dependency conflicts * TOML configuration files for convenient editing by computers and humans * Works offline (with a populated cache) * Enable Upgrade Bot to keep everything up-to-date with a single click ### Get Started Please refer to [the Wiki](https://github.com/LoopPerfect/buckaroo/wiki) for [installation instructions](https://github.com/LoopPerfect/buckaroo/wiki/installation)! #### Quick Install Buckaroo 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). ##### Linux ```bash $ wget https://github.com/LoopPerfect/buckaroo/releases/download/v2.2.0/buckaroo-linux -O buckaroo $ chmod +x ./buckaroo $ ./buckaroo ``` ##### macOS With Homebrew: ```bash $ brew install loopperfect/lp/buckaroo ``` Or without Homebrew: ```bash $ wget https://github.com/LoopPerfect/buckaroo/releases/download/v2.2.0/buckaroo-macos -O buckaroo $ chmod +x ./buckaroo $ ./buckaroo ``` ##### Windows You can use the [Chocolatey package](https://chocolatey.org/packages/buckaroo): ```bash choco install buckaroo ``` Or, 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). ### How Buckaroo Works The 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.

Buckaroo

Head over to [the Wiki](https://github.com/LoopPerfect/buckaroo/wiki) for more detailed information. ## Attribution SVG 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/).

近期下载者

相关文件


收藏者