Source: rebar
Maintainer: Debian Erlang Packagers <pkg-erlang-devel@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Section: devel
Priority: optional
Build-Depends: debhelper (>= 12), erlang-dev, erlang-tools, erlang-syntax-tools,
	erlang-eunit, erlang-crypto
Standards-Version: 4.5.0
Homepage: https://github.com/rebar/rebar
Vcs-Browser: https://salsa.debian.org/erlang-team/packages/rebar
Vcs-Git: https://salsa.debian.org/erlang-team/packages/rebar.git

Package: rebar
Architecture: any
Section: devel
Priority: optional
Depends: ${misc:Depends}, ${shlibs:Depends},
	erlang-base | erlang-base-hipe,
	erlang-dev,
	erlang-tools,
	erlang-syntax-tools,
	erlang-crypto,
	erlang-asn1,
	erlang-dialyzer,
	erlang-diameter,
	erlang-edoc,
	erlang-eunit,
	erlang-reltool,
	erlang-snmp,
	erlang-syntax-tools
Recommends: git, mercurial
Enhances: erlang
Description: Sophisticated build-tool for Erlang projects that follows OTP principles
 rebar is an Erlang build tool that makes it easy to compile and
 test Erlang applications, port drivers and releases.
 .
 rebar is a self-contained Erlang script, so it's easy to distribute or even
 embed directly in a project. Where possible, rebar uses standard Erlang/OTP
 conventions for project structures, thus minimizing the amount of build
 configuration work. rebar also provides dependency management, enabling
 application writers to easily re-use common libraries from a variety of
 locations (git, hg, etc).
