Skip to content

Commit

Permalink
* index/em/emacs_gpr_mode/emacs_gpr_mode-1.0.5.toml: New file
Browse files Browse the repository at this point in the history
  • Loading branch information
stephe-ada-guru committed Nov 14, 2023
1 parent 6a964e7 commit cd8432a
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions index/em/emacs_gpr_mode/emacs_gpr_mode-1.0.5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name = "emacs_gpr_mode"
description = "parser for Emacs gpr mode"
tags = ["indent", "highlight", "parser", "gpr", "emacs"]
version = "1.0.5"
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/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.2.1"
emacs_wisi = "~4.3.2"

# MSYS has 2.2; MacOS has 3.0 (oct 2022)
# 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 = "8653703551940cc44815ac7483eba54c2ba0f465"
url = "git+https://git.savannah.nongnu.org/git/ada-mode.git"

0 comments on commit cd8432a

Please sign in to comment.