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.
28 lines
883 B
TOML
28 lines
883 B
TOML
name = "uri_mime"
|
|
description = "URI & MIME Type Parsing and Manupulation"
|
|
version = "1.3.1"
|
|
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]
|
|
LIBRARY_TYPE = ["dynamic", "relocatable", "static", "static-pic"]
|
|
COMPILE_CHECKS = ["enabled", "disabled"]
|
|
RUNTIME_CHECKS = ["enabled", "disabled"]
|
|
STYLE_CHECKS = ["enabled", "disabled"]
|
|
CONTRACTS = ["enabled", "disabled"]
|
|
BUILD_MODE = ["debug", "optimize"]
|
|
|
|
[origin]
|
|
hashes = [
|
|
"sha256:166cc99fc5f5a137dfda5a407d31d7f4df1f3a049739fea9da7335941e208071",
|
|
"sha512:cd600f0f7725bea9c8927f981c593ef879ca3a84008f1f1b50d2a79fc41d17f77cc0d50d93632a64a615a4ccedcdc13b863e0c877c3cbfb14ed1f5d122f27539",
|
|
]
|
|
url = "https://git.sr.ht/~nytpu/uri-mime-ada/archive/v1.3.1.tar.gz"
|
|
|