From 12dc697bd748cd35a79e7442aa0087868bf18b04 Mon Sep 17 00:00:00 2001 From: Vadim Godunko Date: Thu, 26 Dec 2024 17:39:57 +0400 Subject: [PATCH] hexapod_simulation_telemetry 0.0.1 (#1341) --- .../hexapod_simulation_telemetry-0.0.1.toml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 index/he/hexapod_simulation_telemetry/hexapod_simulation_telemetry-0.0.1.toml diff --git a/index/he/hexapod_simulation_telemetry/hexapod_simulation_telemetry-0.0.1.toml b/index/he/hexapod_simulation_telemetry/hexapod_simulation_telemetry-0.0.1.toml new file mode 100644 index 000000000..72b72b9f4 --- /dev/null +++ b/index/he/hexapod_simulation_telemetry/hexapod_simulation_telemetry-0.0.1.toml @@ -0,0 +1,32 @@ +name = "hexapod_simulation_telemetry" +description = "Phoenyx Hexapod Simulation/Telemetry GUI" +version = "0.0.1" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" +website = "https://github.com/godunko/hexapod/" +tags = ["hexapod", "robot", "gui"] + +project-files = ["../../gnat/gui.gpr"] + +[configuration] +generate_ada = false +generate_c = false +generate_gpr = true + +[configuration.values] +cgk.Float_Size = "32" + +[[depends-on]] +adagl_gtk3 = "*" +cgk = "*" +gtkada = "*" + + +[origin] +commit = "5bb2a2e899c9fcea9597b6ed7888c85886859995" +subdir = "./applications/gui/" +url = "git+https://github.com/godunko/hexapod.git" +