dev-util/fortls: new package, version 2.13.0

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2022-10-12 02:27:47 +03:00
parent 5962585059
commit 375eef36a4
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<?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>