From 6cae5f79c687f3075a02dcb3b4639118ae94a524 Mon Sep 17 00:00:00 2001 From: pjljvandelaar Date: Fri, 10 Jun 2022 09:49:29 +0200 Subject: [PATCH] rejuvenation 22.0.1 (#542) --- .../re/rejuvenation/rejuvenation-22.0.1.toml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 index/re/rejuvenation/rejuvenation-22.0.1.toml diff --git a/index/re/rejuvenation/rejuvenation-22.0.1.toml b/index/re/rejuvenation/rejuvenation-22.0.1.toml new file mode 100644 index 00000000..4b2e11b0 --- /dev/null +++ b/index/re/rejuvenation/rejuvenation-22.0.1.toml @@ -0,0 +1,24 @@ +name = "rejuvenation" +description = "Analysis and manipulation of Ada code based on concrete patterns" +version = "22.0.1" +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 "] +maintainers-logins = ["pjljvandelaar"] + +[[depends-on]] +libadalang = "^22.0.0" # remove this dependency when libadalang is + # already installed on your system + # and accessible via your GPR_PROJECT_PATH + +# libadalang_tools = "^22.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 = "a6990d10a3b81067d7b8dc0407361a38a9b2c3dc" +url = "git+https://github.com/TNO/Rejuvenation-Ada.git" +