-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathalire.toml
19 lines (16 loc) · 922 Bytes
/
alire.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 <[email protected]>"]
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