From f80f7ff4e059dcdf4a48858a67400d50a4868dd2 Mon Sep 17 00:00:00 2001 From: Stephen Leake Date: Sat, 21 Oct 2023 10:04:23 -0700 Subject: [PATCH] Release emacs_wisi 4.3.1 --- index/em/emacs_wisi/emacs_wisi-4.3.1.toml | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 index/em/emacs_wisi/emacs_wisi-4.3.1.toml diff --git a/index/em/emacs_wisi/emacs_wisi-4.3.1.toml b/index/em/emacs_wisi/emacs_wisi-4.3.1.toml new file mode 100644 index 000000000..afa6f7306 --- /dev/null +++ b/index/em/emacs_wisi/emacs_wisi-4.3.1.toml @@ -0,0 +1,26 @@ +name = "emacs_wisi" +description = "Ada code for Emacs wisi ELPA package" +tags = ["emacs", "indent", "project", "compile", "xref"] +version = "4.3.1" +licenses = "GPL-3.0-or-later" + +authors = ["Stephen Leake"] +maintainers = ["Stephen Leake "] +maintainers-logins = ["stephe-ada-guru"] + +website = "https://elpa.gnu.org/packages/wisi.html" + +project-files = ["wisi_alire.gpr"] + +[[depends-on]] +stephes_ada_library = "~3.7.2" +wisitoken = "~4.2.0" + +# We use Ada 2022 syntax, so need the -gnat2022 switch; introduced in gnat FSF 11, Community 2021. +gnat = "(>=11 & <2000) | >=2021" + + +[origin] +commit = "13c6b2919fd6186884c0ade9bd64d986f92dcf23" +url = "git+https://git.savannah.nongnu.org/git/ada-mode.git" +