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
867 B
TOML
28 lines
867 B
TOML
name = "getopt"
|
|
description = "POSIX getopt(3) for Ada"
|
|
version = "1.2.2"
|
|
licenses = "MPL-2.0"
|
|
|
|
website = "https://git.sr.ht/~nytpu/getopt-ada"
|
|
tags = ["arguments", "options", "flags", "getopt"]
|
|
|
|
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:b5ade9bcda49c1dc74554137fe961e4d4c072d29fcf99a7219ccb4c2827ae84e",
|
|
"sha512:4556349572048135747631aa1c89d657282e745ccde9f7126dfb29e4648d301b778c583f83703ad72e73ca74741e2484b1dcd341d3f4c1ed589a59b71a5ccfdd",
|
|
]
|
|
url = "https://git.sr.ht/~nytpu/getopt-ada/archive/v1.2.2.tar.gz"
|
|
|