Source: rebar Maintainer: Debian Erlang Packagers Uploaders: Nobuhiro Iwamatsu Section: devel Priority: optional Build-Depends: debhelper (>= 9), erlang-dev, erlang-tools, erlang-syntax-tools, erlang-eunit, erlang-crypto Standards-Version: 3.9.8 Homepage: https://github.com/rebar/rebar Vcs-Git: git://anonscm.debian.org/pkg-leofs/rebar.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-leofs/rebar.git;a=summary 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).