ada_language_server 26.0.0 and deps (#1784)

This commit is contained in:
Maxim Reznik
2026-01-26 21:24:32 +02:00
committed by GitHub
parent 707c71e053
commit 3d3eca02ae
2 changed files with 55 additions and 0 deletions
@@ -0,0 +1,33 @@
description = "An implementation of the Microsoft's Language Server Protocol for Ada"
name = "ada_language_server"
version = "26.0.0"
website = "https://github.com/AdaCore/ada_language_server"
authors = ["AdaCore"]
licenses = "GPL-3.0-only"
maintainers = ["Maxim Reznik <reznikmm@gmail.com>"]
maintainers-logins = ["reznikmm"]
project-files = ["gnat/lsp_server.gpr"]
tags = ["lsp", "vscode"]
[configuration]
disabled = true
[environment]
ADA_PROJECT_PATH.set= "${CRATE_ROOT}/subprojects/stubs"
[[depends-on]]
gnatcoll = "26.0.0"
libadalang = "26.0.0"
libadalang_tools = "26.0.0"
libgnatdoc = "26.0.0"
libgnatformat = "26.0.0"
liblal_refactor = "26.0.0"
prettier_ada = "26.0.0"
vss_text = "26.0.0"
vss_extra = "26.0.0"
spawn = "26.0.0"
xdiff = "26.0.0"
[origin]
url="https://github.com/AdaCore/ada_language_server/archive/v26.0.0/ada_language_server-26.0.0.zip"
hashes=['sha512:46c28e2cda46426189a2278fcac6f74f11a8eaad58e8a7d7fa6233a80168e07e9625aa4e9ad32fc288c1c37ebed45f1a12e9c6733aa6b6abc5912fe5a01a55dc']
+22
View File
@@ -0,0 +1,22 @@
name = "xdiff"
description = "This is an Ada binding and C xdiff library"
version = "26.0.0"
authors = ["AdaCore"]
maintainers = ["reznik@adacore.com", "chouteau@adacore.com"]
maintainers-logins = ["reznikmm", "Fabien-Chouteau"]
licenses = "Apache-2.0 WITH LLVM-exception"
website = "https://github.com/AdaCore/xdiff"
tags = ["text", "diff"]
[build-switches]
"*".debug_info = "Yes"
[configuration]
generate_ada = false
generate_c = false
[origin]
url="https://github.com/AdaCore/xdiff/archive/v26.0.0/xdiff-26.0.0.zip"
hashes=['sha512:7bfcf0b418e6da51baf10cc58f201e7503acd68a6ca01284d2cb8c8fedf1bc7b73c28f6a718aec134ce1979f79ebbea677904ee77b1b28dd820708b14dabb085']