summaryrefslogtreecommitdiff
path: root/dev-util/build2/metadata.xml
blob: 9ebc6959458d844705c371ae8212caa2ffd93b97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<!-- maintainer-needed -->
	<longdescription lang="en">
		build2 is an open source (MIT), cross-platform build toolchain
		for developing and packaging C and C++ code. It is a hierarchy
		of tools that includes the build system, package dependency
		manager (for package consumption), and project dependency
		manager (for project development). Key features:

		Next-generation, Cargo-like integrated build toolchain for C
		and C++.

		Covers entire project lifecycle: creation, development,
		testing, and delivery.

		Uniform and consistent interface across all platforms and
		compilers.

		Fast, multi-threaded build system with parallel building and
		testing.

		Archive and version control-based package repositories.

		Dependency-free, all you need is a C++ compiler.
	</longdescription>
	<upstream>
		<remote-id type="github">build2/build2</remote-id>
	</upstream>
</pkgmetadata>