emacs_ada_mode 8.0.3, emacs_gpr_mode 1.0.2, emacs_wisi 4.2.0, stephes_ada_library 3.7.2, wisitoken 4.1.0 (#709)

* 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

* Release emacs parser packages: ada-mode, gpr-mode and dependents
This commit is contained in:
Stephen Leake
2023-01-16 01:19:23 -08:00
committed by GitHub
parent 5aaf6bf6b0
commit 428d0fbdf0
5 changed files with 172 additions and 0 deletions
@@ -0,0 +1,39 @@
name = "emacs_ada_mode"
description = "Parser for Emacs ada-mode"
tags = ["emacs", "ada-mode"]
version = "8.0.3"
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"
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]
hashes = [
"sha256:ab552d7be9aa2439cf462567f17bd9e9eb1bf857024816664a20fc1242a70218",
"sha512:90f0cf31c30031903e7046919332f99deb53d5579bd6cf9d115ce8fdc0a22e2f92581132526c587837d77a89a6bed571f4db4060b04d4b1c0c88b9e65ebf188e",
]
url = "https://download.savannah.nongnu.org/releases/ada-mode/emacs_ada_mode-8.0.3.tgz"
@@ -0,0 +1,46 @@
name = "emacs_gpr_mode"
description = "parser for Emacs gpr mode"
tags = ["ident", "highlight", "parser", "gpr"]
version = "1.0.2"
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.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]
hashes = [
"sha256:59e96f15abc877d4b4aa9a4e89c7aef7010c826d1049ec931bcbc1a7d18fbdbc",
"sha512:6ad5dcc55c4251eb02879229d5d01e8a2f9f044bb412d67a65fae5f72e1442e62dd51e62d1fc69ca94933b525b05f796b4f89cf766c20386c8bad17a0f06a522",
]
url = "https://download.savannah.nongnu.org/releases/ada-mode/emacs_gpr_mode-1.0.2.tgz"
+29
View File
@@ -0,0 +1,29 @@
name = "emacs_wisi"
description = "Ada code for Emacs wisi ELPA package"
tags = ["emacs", "indent", "project", "compile", "xref"]
version = "4.2.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/wisi.html"
project-files = ["wisi_alire.gpr"]
[[depends-on]]
stephes_ada_library = "~3.7.2"
wisitoken = "~4.1.0"
# We use Ada 2022 syntax, so need the -gnat2022 switch; introduced in gnat FSF 11, Community 2021.
gnat = "(>=11 & <2000) | >=2021"
[origin]
hashes = [
"sha256:7581bab286574272fbc7b75cdd37143abb8b20ef9b1e95f91774d731f64fac29",
"sha512:eea77ddea2e807efffd955569d88e7625b64848376544411004ec0b32e9b1715b420db71a42810047986b6c82749835bc34f75a7d125318bf8cdf15d5bcd047b",
]
url = "https://download.savannah.nongnu.org/releases/ada-mode/emacs_wisi-4.2.0.tgz"
@@ -0,0 +1,26 @@
name = "stephes_ada_library"
description = "Stephe's Ada library; miscellaneous useful stuff."
tags = ["containers", "trees"]
version = "3.7.2"
licenses = "GPL-3.0-or-later"
authors = ["Stephen Leake"]
maintainers = ["Stephen Leake <stephen_leake@stephe-leake.org>"]
maintainers-logins = ["stephe-ada-guru"]
website = "https://stephe-leake.org/ada/sal.html"
project-files = ["build/stephes_ada_library.gpr"]
[[depends-on]]
# We use Ada 2022 syntax, so need the -gnat2020 or -gnat2022 switch;
# introduced in gnat FSF 11 has -gnat2020, gnat FSF 12 has both.
gnat = "(>=11 & <2000) | >=2021"
[origin]
hashes = [
"sha256:2b6a88f9c0a98f6ea928eabe2c76bf465274ec5097fbc428c0b4756e6a752819",
"sha512:e3d17bf9ee8052569a13d46475235979c76838aeeec72ef7da3fec0bedfc887fb28e9a6cf6fb65fc340407531c5bbb130a48226f7e9f9488bbf9c5e55e0a9150",
]
url = "https://download.savannah.nongnu.org/releases/ada-mode/stephes_ada_library-3.7.2.tgz"
+32
View File
@@ -0,0 +1,32 @@
name = "wisitoken"
description = "Generalized error correcting LALR and packrat parser generator"
tags = ["parser", "generator", "generalized"]
version = "4.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://stephe-leake.org/ada/wisitoken.html"
project-files = ["build/wisitoken_alire.gpr", "build/wisitoken_alire_mains.gpr"]
# We use ".exe" extension even on non-Windows, to simplify the makefiles.
executables = ["wisitoken-bnf-generate.exe"]
[[depends-on]]
gnatcoll = "^22.0.0"
stephes_ada_library = "~3.7.2"
# We use Ada 2022 syntax, so need the -gnat2022 switch; introduced in gnat FSF 11, Community 2021.
gnat = "(>=11 & <2000) | >=2021"
[origin]
hashes = [
"sha256:f9cd282ee822e87e66ef183e857244c3b8c01c1f9d3d28477be401f54196acea",
"sha512:76b0a729aac474e1398557e0375cd01a5c95e2981f9fe3a70e2b2f9e87f2edfd351c0686837502f6d013ecaaf528e227a45eb7440bcd3735ba102fd6f39d17b0",
]
url = "https://download.savannah.nongnu.org/releases/ada-mode/wisitoken-4.1.0.tgz"