eeeb7d09b3
The site https://forge.ada-ru.org isn't available any more, so replace source archives with GitHub release URLs.
20 lines
814 B
TOML
20 lines
814 B
TOML
description = "WS-Security 1.1 implementation for SOAP 1.2"
|
|
name = "matreshka_soap_wsse"
|
|
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 = ["build_matreshka_soap_wsse.gpr"]
|
|
tags = ["soap", "wsse", "web"]
|
|
|
|
[[depends-on]]
|
|
matreshka_league = "20.1.0"
|
|
matreshka_soap = "20.1.0"
|
|
|
|
[origin]
|
|
# NOTE: Use the same dummy archive to build subproject as in 18.1
|
|
url = "https://github.com/reznikmm/matreshka-alire/archive/matreshka_soap_wsse-18.1.tar.gz"
|
|
hashes = ["sha512:49d5449dd8b27565768919a64c1994ee03142ac50facd858559efc7150646eeaecc49766914dbcf61d7f2989bae696624bd3c2157909f3c856c998654929d498"]
|