Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release emacs_wisi 4.3.1 #910

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions index/em/emacs_wisi/emacs_wisi-4.3.1.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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"

Loading