fortran-language-server 1.10.2-1 source package in Ubuntu

Changelog

fortran-language-server (1.10.2-1) unstable; urgency=medium

  * Initial release (Closes: #936075).

 -- Denis Danilov <email address hidden>  Sat, 02 Nov 2019 12:15:01 +0200

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
fortran-language-server_1.10.2-1.dsc 2.0 KiB 3c59674bfde9946b34ba7470901fc7a8f3bc29dd1374adb1bf87734c24318677
fortran-language-server_1.10.2.orig.tar.gz 4.0 MiB 062da518a47cfe4d8295df2724590513b4a7ec939a966921c5a8d6745f055d3f
fortran-language-server_1.10.2-1.debian.tar.xz 4.1 KiB 6a51fb245bfb9ad5013c2346c601e76154b8625089279f6b7071407dcd892eff

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