From 59536a743b2e31b659c9fbe96776f196ef445180 Mon Sep 17 00:00:00 2001 From: Leo Germond Date: Wed, 18 Dec 2024 10:51:33 +0100 Subject: [PATCH] labs_solar_system 1.2.0 (via `alr publish --submit`) --- .../labs_solar_system-1.2.0.toml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 index/la/labs_solar_system/labs_solar_system-1.2.0.toml diff --git a/index/la/labs_solar_system/labs_solar_system-1.2.0.toml b/index/la/labs_solar_system/labs_solar_system-1.2.0.toml new file mode 100644 index 000000000..dbf533f4e --- /dev/null +++ b/index/la/labs_solar_system/labs_solar_system-1.2.0.toml @@ -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 "] +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" +