mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
20 lines
730 B
XML
20 lines
730 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>dotnet@gentoo.org</email>
|
|
<name>Gentoo Dotnet Project</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
The FsAutoComplete project (FSAC) provides a backend service for rich
|
|
editing or intellisense features for editors. It can be hosted using the
|
|
Language Server Protocol. Currently it is used by: Emacs, Neovim, Vim,
|
|
Visual Studio Code, Sublime Text.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/ionide/FsAutoComplete/issues/</bugs-to>
|
|
<remote-id type="github">ionide/FsAutoComplete</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|