From aaa8a075a48e76ce6f0dc8ed431db90edde3211f Mon Sep 17 00:00:00 2001 From: Maxim Reznik Date: Wed, 14 Jan 2026 18:03:46 +0200 Subject: [PATCH] mavlink_common_v2 1.0.0 (#1763) Co-authored-by: Alejandro R Mosteo --- .../mavlink_common_v2-1.0.0.toml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 index/ma/mavlink_common_v2/mavlink_common_v2-1.0.0.toml diff --git a/index/ma/mavlink_common_v2/mavlink_common_v2-1.0.0.toml b/index/ma/mavlink_common_v2/mavlink_common_v2-1.0.0.toml new file mode 100644 index 00000000..97826b64 --- /dev/null +++ b/index/ma/mavlink_common_v2/mavlink_common_v2-1.0.0.toml @@ -0,0 +1,25 @@ +name = "mavlink_common_v2" +description = "MAVLink v2-- Micro Air Vehicle Message Marshalling Library." +version = "1.0.0" + +authors = ["Fil Andrii", "Max Reznik"] +maintainers = ["Fil Andrii ", "Max Reznik "] +maintainers-logins = ["python36", "reznikmm"] +licenses = "MIT" +website = "https://mavlink.io" +tags = ["embedded", "network", "drone"] + +project-files = ["gnat/mavlink_common_v2.gpr"] + +[build-switches] +"*".style_checks = ["-gnatyN"] +"*".ada_version = "Ada2022" + +[[depends-on]] +mavlink_shared = "^1.0" + + +[origin] +commit = "e408c73796392f43174372df0166e0db50bed886" +url = "git+https://github.com/reznikmm/mavlink_common.git" +