summaryrefslogtreecommitdiff
blob: d41beab4297d9c3815cc414ec1c384be796a3202 (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
32
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person" proxied="yes">
		<email>matt@offtopica.uk</email>
		<name>Matt Smith</name>
	</maintainer>
	<maintainer type="project" proxied="proxy">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<longdescription lang="en">
		Rebar3 is an Erlang tool that makes it easy to create, develop, and
		release Erlang libraries, applications, and systems in a repeatable
		manner.

		Rebar3 will:

		- respect and enforce standard Erlang/OTP conventions for project
		structure so they are easily reusable by the community;
		- manage source dependencies and Erlang packages while ensuring
		repeatable builds;
		- handle build artifacts, paths, and libraries such that standard
		development tools can be used without a headache;
		- adapt to projects of all sizes on almost any platform;
		- treat documentation as a feature, and errors or lack of documentation
		as a bug.
	</longdescription>
	<upstream>
		<remote-id type="github">erlang/rebar3</remote-id>
	</upstream>
</pkgmetadata>