Files
alire-index-community/index/qm/qmc5883/qmc5883-1.0.0.toml
T
2024-01-29 16:43:58 +01:00

31 lines
759 B
TOML

name = "qmc5883"
description = "Driver for QMC5883L magnetic sensor"
version = "1.0.0"
authors = ["Max Reznik"]
maintainers = ["Max Reznik <reznikmm@gmail.com>"]
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"