31e9c543b3
Also applied the rest of transformations described in alire#227: no top-level [genera] table, name/version keys, [[depends-on]] array instead of table.
11 lines
313 B
TOML
11 lines
313 B
TOML
description = "GNAT is a compiler for the Ada programming language"
|
|
name = "gnat"
|
|
licenses = []
|
|
maintainers = ["alejandro@mosteo.com"]
|
|
maintainers-logins = ["mosteo"]
|
|
|
|
[[external]]
|
|
kind = "version-output"
|
|
version-regexp = "^GNAT ([\\d\\.]+).*|^GNAT Community ([\\d]{4}).*"
|
|
version-command = ["gnat", "--version"]
|