c460cca531
* Release ada-mode 8.1.0, gpr-mode 1.0.4 and dependencies * Fix "incorrect line termination" bug * index/wi/wisitoken/wisitoken-4.2.0.toml: Patched for "incorrect line termination" in s-memory.adb. * One more try for "incorrect line termination" bug * index/wi/wisitoken/wisitoken-4.2.0.toml: Fix syntax in .gitattributes. * * index/wi/wisitoken/wisitoken-4.2.0.toml: One more try * * index/wi/wisitoken/wisitoken-4.2.0.toml: Another try * * index/wi/wisitoken/wisitoken-4.2.0.toml: One more try * * index/wi/wisitoken/wisitoken-4.2.0.toml: This should work
41 lines
1.0 KiB
TOML
41 lines
1.0 KiB
TOML
name = "emacs_ada_mode"
|
|
description = "Parser for Emacs ada-mode"
|
|
tags = ["emacs", "ada-mode"]
|
|
version = "8.1.0"
|
|
licenses = "GPL-3.0-or-later"
|
|
|
|
authors = ["Stephen Leake"]
|
|
maintainers = ["Stephen Leake <stephen_leake@stephe-leake.org>"]
|
|
maintainers-logins = ["stephe-ada-guru"]
|
|
|
|
website = "https://www.nongnu.org/ada-mode/"
|
|
|
|
project-files = ["emacs_ada_mode.gpr"]
|
|
|
|
executables = ["ada_mode_wisi_lalr_parse",
|
|
"ada_mode_wisi_lr1_parse",
|
|
"run_ada_lalr_parse",
|
|
"run_ada_lr1_parse"
|
|
]
|
|
|
|
[[actions]]
|
|
type = "pre-build"
|
|
command = ["make", "-f", "Alire.make", "ada_annex_p_re2c.c"]
|
|
|
|
[[depends-on]]
|
|
stephes_ada_library = "~3.7.3"
|
|
wisitoken = "~4.2.0"
|
|
emacs_wisi = "~4.3.0"
|
|
|
|
# Debian 11.2 Bullseye Dec 2022 has re2c 2.0.3
|
|
re2c = ">=2.0.3"
|
|
|
|
# We use Ada 2022 syntax, so need the -gnat2022 switch; introduced in gnat FSF 11, Community 2021.
|
|
gnat = "(>=11 & <2000) | >=2021"
|
|
|
|
|
|
[origin]
|
|
commit = "114ab44aa9ccfaa004f450426b7a14bff1ebe347"
|
|
url = "git+https://git.savannah.nongnu.org/git/ada-mode.git"
|
|
|