Files
alire-index-community/index/ma/matreshka_league/matreshka_league-21.0.0.toml
Maxim Reznik eeeb7d09b3 matreshka URL updates (#701)
The site https://forge.ada-ru.org isn't available any more, so
replace source archives with GitHub release URLs.
2023-01-10 10:13:56 +01:00

27 lines
963 B
TOML

description = "League - universal string library. Part of Matreshka framework"
name = "matreshka_league"
version = "21.0.0"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <vgodunko@gmail.com>", "Maxim Reznik <reznikmm@gmail.com>"]
maintainers-logins = ["godunko", "reznikmm"]
project-files = ["gnat/matreshka_league.gpr"]
tags = ["unicode", "xml", "sax", "json", "encoding", "regexp", "time"]
[[actions]]
type = "post-fetch"
command = ["make", "reconfig"]
[[depends-on]]
make = "any"
[depends-on.'case(os)'.macos]
gnat = "<2000"
# GNAT CE 2020 miss TLS support, alire GCC 11 works fine
[origin]
url = "https://github.com/godunko/matreshka/releases/download/21.0/matreshka-21.0.tar.gz"
archive-name = "matreshka-21.0.tar.gz"
hashes = ["sha512:0c8f4d478d64e761967b3bcb7aae56fe08c4dd254acfe17a704cf21d2ba9f4b8faed470268c8c6dfa2b6e0dcab64e5fdaae04361657b8d5fa85dd35e6a76e9b2"]