-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
labs_solar_system 1.2.0 (via
alr publish --submit
)
- Loading branch information
1 parent
b057e96
commit 59536a7
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name = "labs_solar_system" | ||
description = "A set of SDL-based exercises to learn Ada" | ||
version = "1.2.0" | ||
website = "https://public-training.adacore.com/doc/labs/solar_system/index.html" | ||
|
||
authors = ["Léo Germond"] | ||
maintainers = ["Léo Germond <[email protected]>"] | ||
maintainers-logins = ["leogermond"] | ||
|
||
licenses = "GPL-3.0-or-later" | ||
executables = ["getting_started_main"] | ||
tags = ["training", "labs", "graphics", "windowed"] | ||
|
||
[[depends-on]] | ||
mage = "~0.6.1" | ||
|
||
[origin] | ||
commit = "41b041801e30f38f4af8c8bca2c1f88c9eb9710d" | ||
url = "git+https://github.com/adacore/training_labs_solar_system.git" | ||
|