Files
wolfssl/wrapper/Ada/alire.toml
T
2026-06-24 12:01:51 -05:00

18 lines
537 B
TOML

name = "wolfssl"
description = "WolfSSL encryption library and its Ada bindings"
version = "5.9.2"
authors = ["WolfSSL Team <support@wolfssl.com>"]
maintainers = ["Fernando Oleo Blanco <irvise@irvise.xyz>", "Manuel Gomez <mgrojo@gmail.com>"]
maintainers-logins = ["Irvise", "mgrojo"]
licenses = "GPL-3.0-only"
website = "https://www.wolfssl.com/"
project-files = ["wolfssl.gpr"]
tags = ["ssl", "tls", "embedded", "spark"]
[configuration.variables]
STATIC_PSK = {type = "Boolean", default = false}
[[depends-on]]
gnatprove = "^13.2.1"