17 lines
556 B
TOML
17 lines
556 B
TOML
description = "Experimental YAML 1.3 implementation in Ada"
|
|
name = "adayaml"
|
|
version = "0.2.0"
|
|
website = "https://ada.yaml.io/"
|
|
authors = ["Felix Krause"]
|
|
licenses = "MIT"
|
|
maintainers = ["alejandro@mosteo.com"]
|
|
maintainers-logins = ["mosteo"]
|
|
project-files = ["yaml.gpr", "yaml-utils.gpr"]
|
|
|
|
[gpr-externals]
|
|
Mode = ["debug", "release"]
|
|
|
|
[origin]
|
|
url = "https://github.com/yaml/AdaYaml/archive/v0.2.0.tar.gz"
|
|
hashes = ["sha512:b9722c24ef5f4d08973890116603fce68ad00c7a96e2cab01c7cbb6f537068877257fff5fd325efc8d29f236be4f8546ae8e75619a7a77563d339bd159d9e20b"]
|