Files
guru/dev-util/fortls/metadata.xml
Sergey Torokhov 375eef36a4 dev-util/fortls: new package, version 2.13.0
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2022-10-12 02:31:06 +03:00

21 lines
861 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>torokhov-s-a@yandex.ru</email>
<name>Sergey Torokhov</name>
</maintainer>
<longdescription lang="en">
fortls is an implementation of the Language Server Protocol (LSP)
for Fortran using Python (3.7+). All code editors that support LSP
can integrate with fortls. Some supported code editors include:
Visual Studio Code, Atom, Sublime Text, (Neo)Vim, and Emacs.
It's usefull for Modern Fortran extension of Visual Studio Code
and provides offline/system wide installation instead of local pip install.
</longdescription>
<upstream>
<remote-id type="pypi">fortls</remote-id>
<remote-id type="github">gnikit/fortls</remote-id>
</upstream>
</pkgmetadata>