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,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"