428d0fbdf0
* 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
33 lines
1.1 KiB
TOML
33 lines
1.1 KiB
TOML
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"
|
|
|