6795b93ce3
* json 5.0.x: Add gnat <= 13 dependency The json 5.0.x releases do not compile with GNAT >= 14 because the compiler is checking more SPARK restrictions. * json 6.0.0 --------- Co-authored-by: Alejandro R Mosteo <amosteo@unizar.es>
27 lines
602 B
TOML
27 lines
602 B
TOML
name = "json"
|
|
description = "An Ada 2012 library for parsing JSON"
|
|
version = "5.0.3"
|
|
website = "https://github.com/onox/json-ada"
|
|
licenses = "Apache-2.0"
|
|
tags = ["json"]
|
|
|
|
executables = ["pretty_print"]
|
|
|
|
project-files = ["json.gpr", "json_pretty_print.gpr"]
|
|
|
|
authors = ["onox"]
|
|
maintainers = ["onox <denkpadje@gmail.com>"]
|
|
maintainers-logins = ["onox"]
|
|
|
|
[[depends-on]]
|
|
gnat = "<=13"
|
|
|
|
[build-switches]
|
|
validation.compile_checks = "warnings"
|
|
"*".style_checks = ["-gnatygAO-Is"]
|
|
|
|
[origin]
|
|
commit = "fda3e8b1f56590c435077be0864e1ab63c52ace1"
|
|
url = "git+https://github.com/onox/json-ada.git"
|
|
subdir = "json"
|