29 lines
1.1 KiB
TOML
29 lines
1.1 KiB
TOML
name = "libadalang_tools"
|
|
description = "Ada semantic analysis library extension and tools"
|
|
version = "22.0.0"
|
|
|
|
authors = ["AdaCore"]
|
|
maintainers = ["Pierre-Marie de Rodat <pmderodat@kawie.fr>", "Max Reznik <reznik@adacore.com>"]
|
|
maintainers-logins = ["pmderodat", "reznikmm"]
|
|
licenses = "GPL-3.0-only WITH GCC-exception-3.1"
|
|
website = "https://github.com/AdaCore/libadalang-tools"
|
|
tags = ["libadalang", "static-analysis", "metric", "formatting", "generator"]
|
|
project-files = ["src/lal_tools.gpr", "src/build.gpr"]
|
|
executables = ["gnatmetric", "gnatpp", "gnatstub", "gnattest"]
|
|
|
|
[origin]
|
|
url = "https://github.com/AdaCore/libadalang-tools/archive/refs/tags/v22.0.0.tar.gz"
|
|
archive-name = "v22.0.0.tar.gz"
|
|
hashes = ["sha512:c9028428379e68644dee140b76c6806b15561484bdc77a8c85c88c1ae4de512b6252f41b415fe767c5c7ae533fba1583e075620bd222a7be240d6cd1130d25bd"]
|
|
|
|
[[depends-on]]
|
|
libadalang = "22.0.0"
|
|
|
|
[[actions.'case(os)'.windows]]
|
|
type = "post-fetch"
|
|
command = ["cmd.exe", "/c", "del /Q valgrind"]
|
|
|
|
[[actions.'case(os)'.'...']]
|
|
type = "post-fetch"
|
|
command = ["rm", "-rf", "valgrind"]
|