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