File: control

package info (click to toggle)
rebar 2.6.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 2,284 kB
  • sloc: erlang: 13,631; sh: 586; python: 103; ansic: 56; makefile: 38
file content (42 lines) | stat: -rw-r--r-- 1,479 bytes parent folder | download
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
33
34
35
36
37
38
39
40
41
42
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).