aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/packages/debian/control
blob: a28c6a6e75c625509b67cf2b3bd744818da047f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: bazel
Section: contrib/devel
Priority: optional
Maintainer: The Bazel Authors <bazel-dev@googlegroups.com>
Build-Depends: dpkg-dev, devscripts
Standards-Version: 3.9.6

Package: bazel
Section: contrib/devel
Priority: optional
Architecture: amd64
# Keep in sync with :bazel-debian in ./BUILD
Depends: google-jdk | java8-sdk-headless | java8-jdk | java8-sdk | oracle-java8-installer, g++, zlib1g-dev, bash-completion
Description: Bazel is a tool that automates software builds and tests.
 Supported build tasks include running compilers and linkers to produce
 executable programs and libraries, and assembling deployable packages
 for Android, iOS and other target environments. Bazel is similar to
 other tools like Make, Ant, Gradle, Buck, Pants and Maven.
Homepage: http://bazel.build