23 lines
645 B
TOML
23 lines
645 B
TOML
name = "pragmarc"
|
|
description = "The PragmAda Reusable Components"
|
|
version = "20240323"
|
|
|
|
authors = ["Jeff Carter"]
|
|
maintainers = ["Bent Bracke <bent@bracke.dk>"]
|
|
maintainers-logins = ["bracke"]
|
|
licenses = "BSD-3-Clause"
|
|
website = "https://github.com/bracke/PragmARC"
|
|
tags = ["cards","conversions","datastructures","encryption","matching","randomness","safety","sorting","taskcom","tty","containers"]
|
|
|
|
[build-switches]
|
|
"*".style_checks = "No"
|
|
"*".ada_version = "Ada12"
|
|
|
|
[[depends-on]] # Avoid bug in GNAT 13
|
|
gnat = "<13.0 | >=13.3"
|
|
|
|
[origin]
|
|
commit = "31d8919a033761d08bd86d4bb867ffa23ae8e397"
|
|
url = "git+https://github.com/bracke/PragmARC.git"
|
|
|