fortran-language-server 1.10.3-2 source package in Ubuntu

Changelog

fortran-language-server (1.10.3-2) unstable; urgency=medium

  * update Standards-Version to 4.5.0 (no changes needed)

 -- Denis Danilov <email address hidden>  Tue, 28 Jan 2020 22:17:37 +0100

Upload details

Uploaded by:
Python Applications Packaging Team
Uploaded to:
Sid
Original maintainer:
Python Applications Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
fortran-language-server_1.10.3-2.dsc 2.2 KiB 5b7d4110591629bc5fcccac08575d6ca8273efbf12d397ea901b627982c19b12
fortran-language-server_1.10.3.orig.tar.gz 4.0 MiB caaf8774894990e166bce24e3fae9d90f4c80f6152b46c11042ebfd345876709
fortran-language-server_1.10.3-2.debian.tar.xz 4.2 KiB 318b47d5ba051a0c4e2b5ed8b7fa337e3aa5a4e3c8689f4a479f2ac16db1008f

Available diffs

No changes file available.

Binary packages built by this source

fortran-language-server: Fortran Language Server for the Language Server Protocol

 Fortran Language Server (fortls) is an implementation of the Language
 Server Protocol. It can be used with editors that supports the
 protocol (e.g. Emacs with elpa-lsp-mode) to offer support for code
 completion and documentation.
 .
 Supported LSP features include:
  * Document symbols (textDocument/documentSymbol)
  * Auto-complete (textDocument/completion)
  * Signature help (textDocument/signatureHelp)
  * GoTo/Peek definition (textDocument/definition)
  * Hover (textDocument/hover)
  * GoTo implementation (textDocument/implementation)
  * Find/Peek references (textDocument/references)
  * Project-wide symbol search (workspace/symbol)
  * Symbol renaming (textDocument/rename)
  * Documentation parsing (Doxygen and FORD styles)
  * Diagnostics