./devel/bazel, Fast and correct build automation tool

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 6.4.0, Package name: bazel-6.4.0, Maintainer: ryoon

{Fast, Correct} - Choose two

Build and test software of any size, quickly and reliably.

* Speed up your builds and tests:
Bazel rebuilds only what is necessary.
With advanced local and distributed caching, optimized dependency analysis
and parallel execution, you get fast and incremental builds.

* One tool, multiple languages:
Build and test Java, C++, Android, iOS, Go,
and a wide variety of other language platforms.
Bazel runs on Windows, macOS, and Linux.

* Scalable:
Bazel helps you scale your organization, codebase, and
continuous integration solution. It handles codebases of any size,
in multiple repositories or a huge monorepo.

* Extensible to your needs:
Easily add support for new languages and platforms with Bazel's familiar
extension language. Share and re-use language rules written
by the growing Bazel community.


Required to run:
[archivers/unzip] [archivers/zip] [lang/openjdk8]

Master sites: (Expand)

Filesize: 194004.946 KB

Version history: (Expand)


CVS history: (Expand)


   2016-07-02 10:13:20 by Joerg Sonnenberger | Files touched by this commit (5) | Package removed
Log message:
GC bazel, broken from the first day in tree.
   2016-04-16 00:01:21 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Mark as BROKEN given the serious lack of quality.
   2016-03-25 22:14:19 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Force extraction with bsdtar.
   2016-03-01 21:45:31 by Julio Merino | Files touched by this commit (5)
Log message:
Initial addition of bazel-0.2.0:

Bazel is a build tool that builds code quickly and reliably.  It is used to
build the majority of Google's software, and thus it has been designed to
handle build problems present in Google's development environment, including:

* A massive, shared code repository, in which all software is built from
  source.  Bazel has been built for speed, using both caching and parallelism
  to achieve this.  Bazel is critical to Google's ability to continue to scale
  its software development practices as the company grows.

* An emphasis on automated testing and releases.  Bazel has been built for
  correctness and reproducibility, meaning that a build performed on a
  continuous build machine or in a release pipeline will generate
  bitwise-identical outputs to those generated on a developer's machine.

* Language and platform diversity.  Bazel's architecture is general enough to
  support many different programming languages within Google, and can be used
  to build both client and server software targeting multiple architectures
  from the same underlying codebase.