dev-util/rust-analyzer: new package (20210809)

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Leonardo Neumann <leonardo@neumann.dev.br>
This commit is contained in:
Leonardo Neumann
2021-08-09 19:40:29 -03:00
parent f64ffef1a9
commit 885f7a7ea5
4 changed files with 408 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>leonardohn@neumann.dev.br</email>
<name>Leonardo Neumann</name>
</maintainer>
<longdescription lang="en">
rust-analyzer is an implementation of Language Server Protocol for the Rust programming language. It provides features like completion and goto definition for many code editors, including VS Code, Emacs and Vim.
</longdescription>
<upstream>
<doc>https://rust-analyzer.github.io/manual.html</doc>
<remote-id type="github">rust-analyzer/rust-analyzer</remote-id>
</upstream>
</pkgmetadata>