From 058c9d073de5e8e7385b18c3e4d8f0d582783075 Mon Sep 17 00:00:00 2001 From: nytpu Date: Sat, 23 Jul 2022 04:00:10 -0600 Subject: [PATCH] getopt 2.0.0 (#574) --- index/ge/getopt/getopt-2.0.0.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 index/ge/getopt/getopt-2.0.0.toml diff --git a/index/ge/getopt/getopt-2.0.0.toml b/index/ge/getopt/getopt-2.0.0.toml new file mode 100644 index 00000000..c00b62e9 --- /dev/null +++ b/index/ge/getopt/getopt-2.0.0.toml @@ -0,0 +1,27 @@ +name = "getopt" +description = "POSIX getopt(3) for Ada" +version = "2.0.0" +licenses = "MPL-2.0" + +website = "https://git.sr.ht/~nytpu/getopt-ada" +tags = ["arguments", "options", "flags", "getopt"] + +authors = ["nytpu"] +maintainers = ["nytpu "] +maintainers-logins = ["nytpu"] + +[gpr-externals] +GETOPT_LIBRARY_TYPE = ["dynamic", "relocatable", "static", "static-pic"] +GETOPT_COMPILE_CHECKS = ["enabled", "disabled"] +GETOPT_RUNTIME_CHECKS = ["enabled", "disabled"] +GETOPT_STYLE_CHECKS = ["enabled", "disabled"] +GETOPT_CONTRACTS = ["enabled", "disabled"] +GETOPT_BUILD_MODE = ["debug", "optimize"] + +[origin] +hashes = [ +"sha256:2c0816539b61aa27c3accac795ab9278102857c836f27c498bf09387ae2c92d9", +"sha512:84570b13d0dc49c9a7e548780607e50b01b12de8f147ac484efcc35e8f69e4be773665aecbaa4c6bf875101a70d4a9e72c0d616fda04f097dd6f45d5a896019c", +] +url = "https://git.sr.ht/~nytpu/getopt-ada/archive/v2.0.0.tar.gz" +