tlsada 2.5.1, uri_mime 1.4.0 (#608)

* tlsada 2.5.0

* uri_mime 1.4.0

* tlsada 2.5.1
This commit is contained in:
nytpu
2022-08-18 03:05:51 -06:00
committed by GitHub
parent 58f1131b7e
commit f4102f2005
3 changed files with 87 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
name = "tlsada"
description = "Bindings for libtls"
version = "2.5.0"
licenses = "MPL-2.0"
website = "https://git.sr.ht/~nytpu/tlsada"
tags = ["tls", "ssl"]
authors = ["nytpu"]
maintainers = ["nytpu <alex@nytpu.com>"]
maintainers-logins = ["nytpu"]
[[depends-on]]
libtls = "^3.5"
[gpr-externals]
TLSADA_LIBRARY_TYPE = ["dynamic", "relocatable", "static", "static-pic"]
TLSADA_COMPILE_CHECKS = ["enabled", "disabled"]
TLSADA_RUNTIME_CHECKS = ["enabled", "disabled"]
TLSADA_STYLE_CHECKS = ["enabled", "disabled"]
TLSADA_CONTRACTS = ["enabled", "disabled"]
TLSADA_BUILD_MODE = ["debug", "optimize"]
[origin]
hashes = [
"sha256:68e2993d7286f7cebd0ee96ef56a74b8ce4787a23635698ea430e90646a632c2",
"sha512:f3f726fad5f9851b5eb0f7453fa735d6c578b5e55b05c50bc7efb49b0d8d717c422e3a8a988547faab949a2956c0a04b0b709acc1d3b2812929163977cba54f2",
]
url = "https://git.sr.ht/~nytpu/tlsada/archive/v2.5.0.tar.gz"
+30
View File
@@ -0,0 +1,30 @@
name = "tlsada"
description = "Bindings for libtls"
version = "2.5.1"
licenses = "MPL-2.0"
website = "https://git.sr.ht/~nytpu/tlsada"
tags = ["tls", "ssl"]
authors = ["nytpu"]
maintainers = ["nytpu <alex@nytpu.com>"]
maintainers-logins = ["nytpu"]
[[depends-on]]
libtls = "^3.5"
[gpr-externals]
TLSADA_LIBRARY_TYPE = ["dynamic", "relocatable", "static", "static-pic"]
TLSADA_COMPILE_CHECKS = ["enabled", "disabled"]
TLSADA_RUNTIME_CHECKS = ["enabled", "disabled"]
TLSADA_STYLE_CHECKS = ["enabled", "disabled"]
TLSADA_CONTRACTS = ["enabled", "disabled"]
TLSADA_BUILD_MODE = ["debug", "optimize"]
[origin]
hashes = [
"sha256:42adf0188c2ad59815b819e24f4c518ea0cd97c05be6e8e5f3ff6f965e29d5b4",
"sha512:70ae9d1421009c04a016b7dbdd02a1f9cba5ef6bebdd2334f81ff1ae467fe3e94048084fd98b6f8b3142722ef5ab96e75bac0936f199e959e3e79a1e222c7dea",
]
url = "https://git.sr.ht/~nytpu/tlsada/archive/v2.5.1.tar.gz"
+27
View File
@@ -0,0 +1,27 @@
name = "uri_mime"
description = "URI & MIME Type Parsing and Manupulation"
version = "1.4.0"
licenses = "MPL-2.0"
website = "https://git.sr.ht/~nytpu/uri-mime-ada"
tags = ["uri", "url", "mime", "media-type"]
authors = ["nytpu"]
maintainers = ["nytpu <alex@nytpu.com>"]
maintainers-logins = ["nytpu"]
[gpr-externals]
URI_MIME_LIBRARY_TYPE = ["dynamic", "relocatable", "static", "static-pic"]
URI_MIME_COMPILE_CHECKS = ["enabled", "disabled"]
URI_MIME_RUNTIME_CHECKS = ["enabled", "disabled"]
URI_MIME_STYLE_CHECKS = ["enabled", "disabled"]
URI_MIME_CONTRACTS = ["enabled", "disabled"]
URI_MIME_BUILD_MODE = ["debug", "optimize"]
[origin]
hashes = [
"sha256:2f7bb73e418dfa6adce3047107dc45ac9c14c811ce8b542c2aec45c6b326292a",
"sha512:da9eb3832cd149f8ac90440695b3dd2cf47b8675a5f1b4962bf402bf217347d1a00967e397da9da6055144deacba65869d1e01bfdb53afd40b9e6fb1a34bcb73",
]
url = "https://git.sr.ht/~nytpu/uri-mime-ada/archive/v1.4.0.tar.gz"