bdep

[brief]

build2 project dependency manager

build2 is an open source (MIT), cross-platform build toolchain that provides sufficient depth and flexibility to develop and package complex C/C++ projects. The toolchain is a hierarchy of tools consisting of a general-purpose build system, package manager (for package consumption), and project manager (for project development). This package contains bdep, the build2 project manager.

For more information refer to the build2 home page and the build2 project organization on GitHub.

This README file contains information that is more appropriate for development or packaging of bdep. If you simply want to install and use it, then rather refer to the installation instructions. Note also that the packaged development snapshots are available as well.

Packaging

If you wish to package the toolchain (for example, for a Linux distribution), then the recommended starting point is the Toolchain Installation and Upgrade documentation.

Development

Setting up the environment to develop the build2 toolchain itself is somewhat complicated because we use it for its own development and that often poses chicken-and-egg kinds of problems. For details see the How do I setup the build2 toolchain for development? HOWTO article.

license MIT
project build2
url build2.org
doc-url build2.org/doc.xhtml
src-url git.build2.org/cgit/bdep/tree/
topics project dependency managementbuild toolchain
1 Version
version 0.19.0-a.0.20260723061136.d4b43622fd59
repository https://stage.build2.org/1
depends 2; libbutl, libbpkg
requires 1; c++14