32 lines
909 B
TOML
32 lines
909 B
TOML
name = "lal_refactor"
|
|
description = "Source code refactoring utilities for the Ada language"
|
|
version = "26.0.0"
|
|
|
|
authors = ["AdaCore"]
|
|
maintainers = ["Fabien Chouteau <chouteau@adacore.com>", "sagaert@adacore.com"]
|
|
maintainers-logins = ["Fabien-Chouteau", "AldanTanneo"]
|
|
licenses = "MIT OR Apache-2.0 WITH LLVM-exception"
|
|
website = ""
|
|
tags = ["refactoring", "ada", "tool"]
|
|
|
|
project-files = ["gnat/lal_refactor.gpr", "gnat/lal_refactor_driver.gpr"]
|
|
executables = ["lalrefactor"]
|
|
|
|
[gpr-set-externals]
|
|
LAL_REFACTOR_BUILD_MODE = "prod"
|
|
|
|
[[forbids]]
|
|
liblal_refactor = "*"
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
[[depends-on]]
|
|
libadalang_tools = "^26"
|
|
vss_text = "^26"
|
|
vss_extra = "^26"
|
|
|
|
[origin]
|
|
url="https://github.com/AdaCore/lal-refactor/archive/refs/tags/v26.0.0.zip"
|
|
hashes=['sha512:43a30fc8e19c95af42858a8710f355dadc3cd575c2dbdc9bd849a7c5c99a6247db600423fe30d8bbcc80317e14d452171cd87347b194745f392b9c8e8c4d9194']
|