6f47f0cf1b
* Publish TLSAda v2.3.1 release * Publish Linenoise_Ada v1.0.1 release * Publish URI_MIME v1.3.0 release * Publish Getopt v1.2.1 release * linenoise 1.0.1 -> 1.0.2 * getopt 1.2.1 -> 1.2.2 * linenoise 1.0.2 -> 1.1.0 * tlsada 2.3.1 -> 2.4.0 * Linenoise 1.1.0 -> 1.1.1 * tlsada 2.4.0 -> 2.4.1 * URI_MIME 1.3.0 -> 1.3.1 * Add libtls external definition * libtls: shorten overly-long description * libtls: Remove listing specifying conflicting system packages.
16 lines
378 B
TOML
16 lines
378 B
TOML
name = "libtls"
|
|
description = "A new TLS library"
|
|
website = "https://man.openbsd.org/tls_init.3"
|
|
tags = ["tls", "ssl"]
|
|
licenses = "ISC"
|
|
|
|
maintainers = ["nytpu <alex@nytpu.com>"]
|
|
maintainers-logins = ["nytpu"]
|
|
|
|
[[external]]
|
|
kind = "system"
|
|
[external.origin."case(distribution)"]
|
|
"debian|ubuntu" = ["libtls-dev"]
|
|
"arch|centos|fedora" = ["libretls"]
|
|
msys2 = ["mingw-w64-libressl"]
|