eeeb7d09b3
The site https://forge.ada-ru.org isn't available any more, so replace source archives with GitHub release URLs.
33 lines
1.1 KiB
TOML
33 lines
1.1 KiB
TOML
description = "League - universal string library. Part of Matreshka framework"
|
|
name = "matreshka_league"
|
|
version = "20.1.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", "--always-make", "reconfig"]
|
|
|
|
[[depends-on]]
|
|
make = "any"
|
|
|
|
# GNAT 11 and GNAT CE 2021 complains:
|
|
# violation of restriction "No_Elaboration_Code"
|
|
|
|
[depends-on.'case(os)'.'macos']
|
|
gnat = "<11"
|
|
# GNAT CE 2020 miss TLS support, alire GCC 10 should work fine
|
|
|
|
[depends-on.'case(os)'.'...']
|
|
gnat = "<11|(>=2000 & <2021)"
|
|
|
|
[origin]
|
|
url = "https://github.com/godunko/matreshka/releases/download/20.1/matreshka-20.1.tar.gz"
|
|
archive-name = "matreshka-20.1.tar.gz"
|
|
hashes = ["sha512:41ddb44a6073cb57c88e25024f6e2db94003e98263ef38feecb752021d6e9213c12303efc2557e1842100aa4f52d3b58323319dcc1394fe21d3514258c19e466"]
|