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
44 lines
1.1 KiB
TOML
44 lines
1.1 KiB
TOML
name = "emacs_gpr_mode"
|
|
description = "parser for Emacs gpr mode"
|
|
tags = ["indent", "highlight", "parser", "gpr", "emacs"]
|
|
version = "1.0.4"
|
|
licenses = "GPL-3.0-or-later"
|
|
|
|
authors = ["Stephen Leake"]
|
|
maintainers = ["Stephen Leake <stephen_leake@stephe-leake.org>"]
|
|
maintainers-logins = ["stephe-ada-guru"]
|
|
|
|
website = "https://elpa.gnu.org/packages/gpr-mode.html"
|
|
|
|
long-description = """
|
|
Generalized LR error-correcting parser generated using WisiToken,
|
|
interfaced to Emacs via the wisi package.
|
|
|
|
Provides semantic highlighting, indent, single-file navigation.
|
|
"""
|
|
|
|
project-files = ["emacs_gpr_mode.gpr"]
|
|
|
|
executables = ["gpr_mode_wisi_parse"]
|
|
|
|
[[actions]]
|
|
type = "pre-build"
|
|
command = ["make", "-f", "Alire.make", "gpr_re2c.c"]
|
|
|
|
[[depends-on]]
|
|
stephes_ada_library = "~3.7.3"
|
|
wisitoken = "~4.1.0"
|
|
emacs_wisi = "~4.3.0"
|
|
|
|
# MSYS has 2.2; Debian, MacOS have 3.0 (oct 2022)
|
|
re2c = ">=2.2"
|
|
|
|
# We use Ada 2022 syntax, so need the -gnat2022 switch; introduced in gnat FSF 11, Community 2021.
|
|
gnat = "(>=11 & <2000) | >=2021"
|
|
|
|
|
|
[origin]
|
|
commit = "6bc569c4e6e020017ef45807322a551b5455b097"
|
|
url = "git+https://git.savannah.nongnu.org/git/ada-mode.git"
|
|
|