{
  "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 HMC5883L magnetic sensor",
  "licenses": "Apache-2.0 WITH LLVM-exception",
  "maintainers": [
    "Max Reznik <reznikmm@gmail.com>"
  ],
  "maintainers-logins": [
    "reznikmm"
  ],
  "name": "hmc5883",
  "origin": {
    "commit": "acd90287298323b2dbd08a2f0551e2afa1e39cfa",
    "url": "git+https://github.com/reznikmm/hmc5883.git"
  },
  "project-files": [
    "gnat/hmc5883.gpr"
  ],
  "tags": [
    "sensor",
    "magnetometer",
    "driver"
  ],
  "version": "1.0.0",
  "website": "https://github.com/reznikmm/hmc5883"
}
