a5858feb73
Yearly release Co-authored-by: Alejandro R. Mosteo <amosteo@unizar.es>
25 lines
1.0 KiB
TOML
25 lines
1.0 KiB
TOML
name = "rejuvenation"
|
|
description = "Analysis and manipulation of Ada code based on concrete patterns"
|
|
version = "23.0.0"
|
|
licenses = "BSD-3-Clause"
|
|
website = "https://github.com/TNO/Rejuvenation-Ada"
|
|
tags = ["analysis", "manipulation", "transformation"]
|
|
|
|
authors = ["Pierre van de Laar", "Arjan J. Mooij"]
|
|
maintainers = ["Pierre van de Laar <pierre.van.de.laar@gmail.com>"]
|
|
maintainers-logins = ["pjljvandelaar"]
|
|
|
|
[[depends-on]]
|
|
libadalang = "^23.0.0" # remove this dependency when libadalang is
|
|
# already installed on your system
|
|
# and accessible via your GPR_PROJECT_PATH
|
|
|
|
# libadalang_tools = "^23.0.0" # needs gnatpp from libadalang_tools installed on PATH
|
|
# Alire is not yet capable to add gnatpp to PATH.
|
|
# see https://github.com/AdaCore/libadalang-tools/issues/21
|
|
|
|
[origin]
|
|
commit = "507c1f003c5f93db2bed42d0d9ef9fe2e9888d50"
|
|
url = "git+https://github.com/TNO/Rejuvenation-Ada.git"
|
|
|