blob: 356892c13773e3757904e844185df00f689d5cb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>xgqt@gentoo.org</email>
<name>Maciej Barć</name>
</maintainer>
<longdescription>
Bazel buildtools contain: 1. buildifier - for formatting BUILD,
BUILD.bazel and BUCK files in a standard way, 2. buildozer - for doing
command-line operations on these files, 3. unused_deps - for finding
unneeded dependencies in java_library rules.
</longdescription>
<upstream>
<bugs-to>https://github.com/bazelbuild/buildtools/issues/</bugs-to>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|