name = "qmc5883" description = "Driver for QMC5883L magnetic sensor" version = "1.0.0" authors = ["Max Reznik"] maintainers = ["Max Reznik "] maintainers-logins = ["reznikmm"] licenses = "Apache-2.0 WITH LLVM-exception" website = "https://github.com/reznikmm/qmc5883" tags = ["sensor", "magnetometer", "driver"] project-files = ["gnat/qmc5883.gpr"] [configuration] output_dir = "gnat" generate_ada = false generate_c = false [build-switches] development.optimization = ["-O0"] development.style_checks = ["-gnaty"] development.contracts = "Yes" [[depends-on]] hal = "~0.3.0" gnat = ">=11 & <2000" # Uses Ada 2022 syntax [origin] commit = "1cf05eb4f5f83a1ef81c322ce89a4a4c8f18cde6" url = "git+https://github.com/reznikmm/qmc5883.git"