Source: bazel
Section: contrib/devel
Priority: optional
Maintainer: The Bazel Authors <bazel-dev@googlegroups.com>
Build-Depends: debhelper (>= 9), openjdk-8-jdk-headless, zip, unzip, python
Standards-Version: 3.9.6
Homepage: http://bazel.build

Package: bazel
Architecture: amd64
Depends: openjdk-8-jdk-headless | java8-sdk-headless, g++, zlib1g-dev, bash-completion, ${shlibs:Depends}, ${misc:Depends}
Conflicts: openjdk-9-jdk
Description: 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.
