From 54e770268068d9ca52a33b43c74d1145fd09867f Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Mon, 25 Apr 2022 11:34:00 +0200 Subject: [PATCH] ini_files 10.0.0 (#505) * Create ini_files-10.0.0.toml A new try, with `name` and `version` fields *and* underscore in "ini_file" *and* x.y.z in the .toml name. * Update ini_files-10.0.0.toml Removed `[general]` row --- index/in/ini_files/ini_files-10.0.0.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 index/in/ini_files/ini_files-10.0.0.toml diff --git a/index/in/ini_files/ini_files-10.0.0.toml b/index/in/ini_files/ini_files-10.0.0.toml new file mode 100644 index 00000000..df95a5f2 --- /dev/null +++ b/index/in/ini_files/ini_files-10.0.0.toml @@ -0,0 +1,13 @@ +description = "A standalone, portable Ada package for configuration files" +name = "ini_files" +version = "10.0.0" +licenses = ["MIT"] +authors = ["Rolf Ebert", "Gautier de Montmollin"] +website = "https://sourceforge.net/p/ini-files/" +maintainers = ["rolf.ebert.gcc@gmx.de", "gdemont@hotmail.com"] +maintainers-logins = ["RREE", "zertovitch"] +project-files = ["ini_files.gpr"] + +[origin] +url = "https://sourceforge.net/projects/ini-files/files/ini-files/ini-files-10.zip" +hashes = ["sha512:6f2bab21ce53d8b4448d30c0fc1b0bd4ec070120f6343ff176dbec338530e8d7948e14fd8e991b26f108f60cd7dc44531a537c8ca087c66ffca4d9993de32f60"]