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

Changelog

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

  * add metadata to patches
  * update Standards-Version to 4.6.2 (no changes needed)

 -- Denis Danilov <email address hidden>  Sun, 09 Jul 2023 23:05:35 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
fortran-language-server_2.13.0-2.dsc 2.2 KiB 18180f415ee4b2cc7b07b90f984993f4fa6a35d4a8b66d7356415889eb47d0a5
fortran-language-server_2.13.0.orig.tar.gz 6.6 MiB 9b3c60ffa1a7e3915ed07f7acea1dddbd0ea990139d866bc000a39d2de34baf0
fortran-language-server_2.13.0-2.debian.tar.xz 12.6 KiB d2da745c006400e9cca787516c153b95a9a9637a4798c729b35208675b0a8d62

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