Files
alire-index-community/index/gn/gnat.toml
T
Alejandro R. Mosteo 22a13d92f3 migration to source archives
Crates without maintainer or pending migration remain in /orphaned
GitHub URLs rely on the default tarballs that at some point will
have to be released with uploaded binaries (with `alr publish` support).
2019-10-29 20:14:31 +01:00

15 lines
469 B
TOML

[general]
description = "GNAT is a compiler for the Ada programming language"
licenses = []
maintainers = ["alejandro@mosteo.com"]
maintainers-logins = ["mosteo"]
# Until we rework the native package situation, the intention here is to
# depend on the native compiler, and not in a particular version. Hence,
# although versions do not match here, we get the intended result.
[0]
[0.origin.'case(distribution)']
'debian|ubuntu' = "native:gnat"
'...' = ""