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).
14 lines
434 B
TOML
14 lines
434 B
TOML
[general]
|
|
description = "Apollo 11 lunar lander simulator (Ada/Gtk/Cairo)"
|
|
licenses = ["GPL 3.0"]
|
|
authors = ["Fabien Chouteau"]
|
|
website = "https://blog.adacore.com/make-with-ada-the-eagle-has-landed"
|
|
maintainers = ["alejandro@mosteo.com"]
|
|
|
|
['1.0']
|
|
origin = "git+https://github.com/alire-project/eagle-lander.git@5a3bcc61eff4d60d2b741add7841410ce539d0b8"
|
|
project-files = ["lunar_lander.gpr"]
|
|
|
|
['1.0'.depends-on]
|
|
gtkada = "^17"
|