You've already forked ada_language_server
mirror of
https://github.com/AdaCore/ada_language_server.git
synced 2026-02-12 12:45:50 -08:00
Also * use Alire 2.0.2 * fix `pip install` error on istalling libadalang dependencies. Refs * https://github.com/AdaCore/ada_language_server/issues/1212 * https://github.com/AdaCore/ada_language_server/issues/1213 Fixes ada_language_server#1471
25 lines
721 B
TOML
25 lines
721 B
TOML
name = "libadalang"
|
|
description = "Ada semantic analysis library"
|
|
version = "24.0.0"
|
|
|
|
authors = ["AdaCore"]
|
|
maintainers = ["Pierre-Marie de Rodat <pmderodat@kawie.fr>", "chouteau@adacore.com"]
|
|
maintainers-logins = ["pmderodat", "Fabien-Chouteau"]
|
|
licenses = "Apache-2.0 WITH LLVM-exception"
|
|
website = "https://github.com/AdaCore/libadalang"
|
|
tags = ["libadalang", "static-analysis"]
|
|
|
|
[environment]
|
|
GPR_PROJECT_PATH.prepend = "${CRATE_ROOT}/build"
|
|
|
|
[[actions]]
|
|
type = "pre-build"
|
|
command = ["bash", "-c", "-x", "source setenv.sh; pip install -rrequirements-{github,pypi}.txt && python manage.py generate"]
|
|
|
|
[[depends-on]]
|
|
gnatcoll = "^24"
|
|
gnatcoll_gmp = "^24"
|
|
gnatcoll_iconv = "^24"
|
|
libgpr2 = "^24"
|
|
langkit_support = "^24"
|