From a5858feb73db1da1f1e240fe1ad27ac19f5b62f5 Mon Sep 17 00:00:00 2001 From: pjljvandelaar Date: Fri, 13 Jan 2023 14:22:16 +0100 Subject: [PATCH] rejuvenation 23.0.0 (#706) Yearly release Co-authored-by: Alejandro R. Mosteo --- .../re/rejuvenation/rejuvenation-23.0.0.toml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 index/re/rejuvenation/rejuvenation-23.0.0.toml diff --git a/index/re/rejuvenation/rejuvenation-23.0.0.toml b/index/re/rejuvenation/rejuvenation-23.0.0.toml new file mode 100644 index 00000000..286c4e76 --- /dev/null +++ b/index/re/rejuvenation/rejuvenation-23.0.0.toml @@ -0,0 +1,24 @@ +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 "] +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" +