fortran-language-server 3.0.0+dfsg.1-1 source package in Ubuntu

Changelog

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

  * update d/watch
  * New upstream version 3.0.0
  * rebase patches
  * drop patch for version
  * fix help2man
  * drop code coverage from test run
  * update d/copyright

 -- Denis Danilov <email address hidden>  Sat, 18 May 2024 20:29: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.0.0+dfsg.1-1.dsc 2.3 KiB 45411133aac295c0fb1a3c430668bf8fe1ffef9be4b9d07d63fdd512444fbfbb
fortran-language-server_3.0.0+dfsg.1.orig.tar.gz 295.6 KiB 2431f88a04bff4e0c5a82ee30e6c9ee98f937941d293bbd366893afde357e6b7
fortran-language-server_3.0.0+dfsg.1-1.debian.tar.xz 6.3 KiB 26e07733ef1d81062b8329f68bbe8d61b3227fd983a950380bd5331e977871ea

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