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

Changelog

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

  * update d/watch according to uscan man page
  * switch upstream repository to gnikit/fortls
  * New upstream version 2.13.0
  * update debian packaging files and patches
  * update Standards-Version to 4.6.1 (no changes needed)

 -- Denis Danilov <email address hidden>  Sun, 16 Oct 2022 10:10:27 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
fortran-language-server_2.13.0-1.dsc 2.2 KiB 952237d9446f4e7a437b6a1d1cfbc73c6aa771507dc33cde3dda36e09829cd48
fortran-language-server_2.13.0.orig.tar.gz 6.6 MiB 9b3c60ffa1a7e3915ed07f7acea1dddbd0ea990139d866bc000a39d2de34baf0
fortran-language-server_2.13.0-1.debian.tar.xz 12.6 KiB 041855c5594bd9c97d2f8c3d901f0c17e51f95028d96aaa2ef5d277e3f1727f5

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