Add emacs_wisitoken_grammar_mode; update emacs_ada_mode to 8.0.5 (#739)
* Add emacs_wisitoken_grammar_mode-1.3.0 * * index/em/emacs_ada_mode/emacs_ada_mode-8.0.5.toml: New file
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
name = "emacs_ada_mode"
|
||||
description = "Parser for Emacs ada-mode"
|
||||
tags = ["emacs", "ada-mode"]
|
||||
version = "8.0.5"
|
||||
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"
|
||||
]
|
||||
|
||||
[[actions]]
|
||||
type = "pre-build"
|
||||
command = ["make", "-f", "Alire.make", "ada_annex_p_re2c.c"]
|
||||
|
||||
[[depends-on]]
|
||||
stephes_ada_library = "~3.7.2"
|
||||
wisitoken = "~4.1.0"
|
||||
emacs_wisi = "~4.2.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 = "ecfdcfb444abac24e989608701df7e105b84a683"
|
||||
url = "git+https://git.savannah.nongnu.org/git/ada-mode.git"
|
||||
|
||||
@@ -0,0 +1,44 @@
|
||||
name = "emacs_wisitoken_grammar_mode"
|
||||
description = "parser for Emacs wisitoken-grammar mode"
|
||||
tags = ["indent", "highlight", "parser", "emacs"]
|
||||
version = "1.3.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://elpa.gnu.org/packages/wisitoken-grammar-mode.html"
|
||||
|
||||
long-description = """
|
||||
Generalized LR error-correcting parser for WisiToken grammar source
|
||||
files, generated using WisiToken, interfaced to Emacs via the wisi
|
||||
package.
|
||||
|
||||
Provides semantic highlighting, indent, single-file navigation.
|
||||
"""
|
||||
|
||||
project-files = ["emacs_wisitoken_grammar_mode.gpr"]
|
||||
|
||||
executables = ["wisitoken_grammar_mode_parse"]
|
||||
|
||||
[[actions]]
|
||||
type = "pre-build"
|
||||
command = ["make", "-f", "Alire.make", "wisitoken_grammar_1_re2c.c"]
|
||||
|
||||
[[depends-on]]
|
||||
stephes_ada_library = "~3.7.2"
|
||||
wisitoken = "~4.1.0"
|
||||
emacs_wisi = "~4.2.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 = "97b377b32e65815bf743b329c948a96693190a2c"
|
||||
url = "git+https://git.savannah.nongnu.org/git/ada-mode.git"
|
||||
|
||||
Reference in New Issue
Block a user