mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 23:30:49 +02:00
18 lines
537 B
TOML
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"
|