blob: a5544ccebfd07027762523c14fd59a0e4d750e82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>gnu-emacs@gentoo.org</email>
<name>Gentoo GNU Emacs project</name>
</maintainer>
<longdescription>
The library provides major modes for editing Bazel BUILD files, WORKSPACE
files, .bazelrc files, as well as Starlark files. It also provides commands
to run Bazel commands and integration with core GNU Emacs infrastructure
like compilation and xref.
</longdescription>
<upstream>
<bugs-to>https://github.com/bazelbuild/emacs-bazel-mode/issues/</bugs-to>
<remote-id type="github">bazelbuild/emacs-bazel-mode</remote-id>
</upstream>
</pkgmetadata>
|