From 1484149a93c91b04cc556b0a3dce38ecf4ecc184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Germond?= Date: Wed, 27 Sep 2023 15:38:28 +0200 Subject: [PATCH] labs_solar_system 1.0.0 (#903) --- .../labs_solar_system-1.0.0.toml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 index/la/labs_solar_system/labs_solar_system-1.0.0.toml diff --git a/index/la/labs_solar_system/labs_solar_system-1.0.0.toml b/index/la/labs_solar_system/labs_solar_system-1.0.0.toml new file mode 100644 index 00000000..5a7f76cd --- /dev/null +++ b/index/la/labs_solar_system/labs_solar_system-1.0.0.toml @@ -0,0 +1,20 @@ +name = "labs_solar_system" +description = "A set of SDL-based exercises to learn Ada" +version = "1.0.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 = "4f65063764bec456ebab8e4e5dc36bf25a5a166f" +url = "git+https://github.com/adacore/training_labs_solar_system.git" +