11 lines
300 B
TOML
11 lines
300 B
TOML
description = "GNAT is a compiler for the Ada programming language"
|
|
name = "gnat"
|
|
|
|
maintainers = ["alejandro@mosteo.com"]
|
|
maintainers-logins = ["mosteo"]
|
|
|
|
[[external]]
|
|
kind = "version-output"
|
|
version-regexp = "^GNAT ([\\d\\.]+).*|^GNAT Community ([\\d]{4}).*"
|
|
version-command = ["gnat", "--version"]
|