Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create ini_files-11.0.0.toml #1075

Merged
merged 1 commit into from
May 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions index/in/ini_files/ini_files-11.0.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
description = "A standalone, portable Ada package for configuration files"
name = "ini_files"
version = "11.0.0"
licenses = "MIT"
authors = ["Rolf Ebert", "Gautier de Montmollin"]
website = "https://sourceforge.net/p/ini-files/"
maintainers = ["[email protected]", "[email protected]"]
maintainers-logins = ["RREE", "zertovitch"]
project-files = ["ini_files.gpr"]
tags = ["ini", "ini-file", "cfg", "cfg-file", "config", "configuration"]
executables = ["test_config"]

long-description = """
Config is an Ada package for parsing configuration files (.ini, .inf, .cfg, ...) and retrieving keys of various types. New values for single keys, or entire sections, can be set.

* Standalone and unconditionally portable code.
* Pure Ada 2005: nothing compiler- / system- specific.
* Can be used in projects in Ada 2005, Ada 2012 and later versions of the Ada language.
* Object oriented.
* Tests and demos included.
"""

[origin]
url = "https://sourceforge.net/projects/ini-files/files/ini-files/ini-files-11.zip"
hashes = ["sha512:f46141f95d7580e8f1988bb7d08060015bb3bf3749c3525322b342a983dfa97fef779eadf5be22f855c6493323ca88d0b0d52de10a443cb933cd72a0e21f4aeb"]
Loading