26 lines
824 B
TOML
26 lines
824 B
TOML
[general]
|
|
description = "Security Library for HTTP client and server with OAuth2 support"
|
|
licenses = ["Apache 2.0"]
|
|
maintainers = ["Stephane.Carrez@gmail.com"]
|
|
maintainers-logins = ["stcarrez"]
|
|
|
|
project-files = [
|
|
".alire/security.gpr"
|
|
]
|
|
|
|
[general.gpr-externals]
|
|
SECURITY_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
|
BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
|
|
|
[general.depends-on]
|
|
utilada = "^2.0.0"
|
|
utilada_xml = "^2.0.0"
|
|
|
|
[[general.actions]]
|
|
type = "post-fetch"
|
|
command = ["rm", "-f", "config.gpr"]
|
|
|
|
['1.2.1']
|
|
origin = "https://github.com/stcarrez/ada-security/archive/1.2.1.tar.gz"
|
|
origin-hashes = ["sha512:0a064c4c3d4a0953094910dfbf7ca8d85745a815b62d307e0aae0f1de8d84607fcf001557bc31769cdac0103b5fef565d51a41688029666d77545197dd4362c2"]
|