fortran-language-server 3.1.0+dfsg-1 source package in Ubuntu

Changelog

fortran-language-server (3.1.0+dfsg-1) unstable; urgency=medium

  * update Standards-Version to 4.7.0 (no changes needed)
  * fix patch metadata
  * add dversionmangle option to d/watch
  * add DFSG comment to d/copyright
  * add pybuild-plugin-pyproject to Build-Depends
  * New upstream version 3.1.0+dfsg

 -- Denis Danilov <email address hidden>  Sun, 26 May 2024 19:46:19 +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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
fortran-language-server_3.1.0+dfsg-1.dsc 2.3 KiB a5286417713e6c77bc2e4b55c00544824cd1b8dab3c974b4c62ac0aabd5ea3e7
fortran-language-server_3.1.0+dfsg.orig.tar.gz 297.4 KiB 3b41724d7222913aed0465e7064a51a4163b6365bc3152acb89bd0acf5736224
fortran-language-server_3.1.0+dfsg-1.debian.tar.xz 6.4 KiB af0fe8b6aa30048310c284634e25ead49feca1d2b27e9bb1ec24d5c968d1bb88

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