22a13d92f3
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).
15 lines
469 B
TOML
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"
|
|
'...' = ""
|