d06fcdc186
* first Alire release * Add emacs_wisi crate; required for Emacs ada-mode. * Add wisitoken; required for Emacs ada-mode * Add re2c as a system crate. * Move re2c to proper directory, file name * * index/re/re2c/re2c-external.toml: Fix syntax of external.origin * Add emacs_gpr_query crate * index/em/emacs_gpr_query/emacs_gpr_query-1.0.0.toml: New file. * Add emacs_gpr_mode * Add emacs_ada_mode * Add wisitoken * Stephes_ada_library: Update hashes to match tarball * Add emacs_ada_mode-8.0.1.toml, emacs_gpr_query-1.0.1.toml * Restrict gnat version for -gnat2022, fix packaging bug * index/em/emacs_ada_mode/emacs_ada_mode-8.0.2.toml: New file. * index/em/emacs_gpr_mode/emacs_gpr_mode-1.0.1.toml: New file. * index/em/emacs_gpr_query/emacs_gpr_query-1.0.1.toml: New file. * index/em/emacs_wisi/emacs_wisi-4.1.1.toml: New file. * index/st/stephes_ada_library/stephes_ada_library-3.7.1.toml: New file. * index/wi/wisitoken/wisitoken-4.0.1.toml: New file. * Delete broken versions for Emacs ada-mode related crates * index/wi/wisitoken/wisitoken-4.0.0.toml: Delete. * index/em/emacs_ada_mode/emacs_ada_mode-8.0.0.toml: * index/em/emacs_ada_mode/emacs_ada_mode-8.0.1.toml: * index/em/emacs_gpr_mode/emacs_gpr_mode-1.0.0.toml: * index/em/emacs_gpr_query/emacs_gpr_query-1.0.0.toml: * index/em/emacs_wisi/emacs_wisi-4.1.0-beta.toml: * index/st/stephes_ada_library/stephes_ada_library-3.7.0.toml: * Fix alr build on Windows * index/em/emacs_ada_mode/emacs_ada_mode-8.0.2.toml (hashes): Update. * index/st/stephes_ada_library/stephes_ada_library-3.7.1.toml: * Wisitoken builds wisitoken-bnf-generate.exe * index/st/stephes_ada_library/stephes_ada_library-3.7.1.toml: Update. * index/wi/wisitoken/wisitoken-4.0.1.toml: * Fix build bug
47 lines
1.3 KiB
TOML
47 lines
1.3 KiB
TOML
name = "emacs_gpr_mode"
|
|
description = "parser for Emacs gpr mode"
|
|
tags = ["ident", "highlight", "parser", "gpr"]
|
|
version = "1.0.1"
|
|
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.1"
|
|
wisitoken = "~4.0.1"
|
|
emacs_wisi = "~4.1.1"
|
|
|
|
# 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"
|
|
|
|
|
|
[origin]
|
|
hashes = [
|
|
"sha256:26b1d27c4debefed2c6b435119212a9c2356b7da0a6ce4c50527aadb9da2571b",
|
|
"sha512:2092bb1590c2ea9f03b00da97d20ec6f50f4cdb87a633fbb35d8b3878242518eed40e213ff8ab205585df49c0df1906f3c351a3530cebacadc9effebd6106d27",
|
|
]
|
|
url = "https://download.savannah.nongnu.org/releases/ada-mode/emacs_gpr_mode-1.0.1.tgz"
|
|
|