Files
Alejandro R Mosteo 3449ca7c43 yeison 0.1.0 (#440)
* yeison 0.1.0

* Require gnat 11 at least
2022-02-01 12:06:59 +01:00

19 lines
521 B
TOML

name = "yeison"
description = "A JSON-like data structure using Ada 2022 features"
version = "0.1.0"
licenses = "MIT"
authors = ["Alejandro R. Mosteo"]
maintainers = ["Alejandro R. Mosteo <alejandro@mosteo.com>"]
maintainers-logins = ["mosteo"]
tags = ["json", "yaml", "toml", "containers"]
website = "https://github.com/mosteo/yeison"
[[depends-on]]
gnat = ">=11.2 & <2000"
# Required for Ada2022 features
[origin]
commit = "054232ad738902e42740936b7e9f2867d0411b09"
url = "git+https://github.com/mosteo/yeison.git"