Files
wolfssl/wrapper/Ada/alire.toml
T

18 lines
537 B
TOML
Raw Normal View History

2024-05-15 22:33:29 +02:00
name = "wolfssl"
description = "WolfSSL encryption library and its Ada bindings"
version = "5.8.0"
authors = ["WolfSSL Team <support@wolfssl.com>"]
maintainers = ["Fernando Oleo Blanco <irvise@irvise.xyz>", "Manuel Gomez <mgrojo@gmail.com>"]
maintainers-logins = ["Irvise", "mgrojo"]
licenses = "GPL-2.0-only"
website = "https://www.wolfssl.com/"
project-files = ["wolfssl.gpr"]
tags = ["ssl", "tls", "embedded", "spark"]
2025-03-28 18:16:06 +01:00
[configuration.variables]
STATIC_PSK = {type = "Boolean", default = false}
2025-11-20 22:50:40 +01:00
[[depends-on]]
gnatprove = "^13.2.1"