-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ffe703
commit f80f7ff
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|