2
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
5
Standards-Version: 3.9.3
6
Homepage: https://github.com/basho/rebar
7
Build-Depends: debhelper (>= 9), erlang-dev, erlang-tools
13
Depends: ${misc:Depends}, ${shlibs:Depends},
14
erlang-base | erlang-base-hipe,
15
erlang-dev, erlang-tools
16
Recommends: git, mercurial
18
Description: Sophisticated build-tool for Erlang projects that follows OTP principles
19
rebar is an Erlang build tool that makes it easy to compile and
20
test Erlang applications, port drivers and releases.
22
rebar is a self-contained Erlang script, so it's easy to distribute or even
23
embed directly in a project. Where possible, rebar uses standard Erlang/OTP
24
conventions for project structures, thus minimizing the amount of build
25
configuration work. rebar also provides dependency management, enabling
26
application writers to easily re-use common libraries from a variety of
27
locations (git, hg, etc).