{
  "actions": {
    "case(os)": {
      "linux": [
        {
          "command": [
            "sh",
            "-c",
            "./src/scripts/postfetch.linux"
          ],
          "type": "post-fetch"
        }
      ],
      "macos": [
        {
          "command": [
            "sh",
            "-c",
            "./src/scripts/postfetch.macos"
          ],
          "type": "post-fetch"
        }
      ],
      "windows": [
        {
          "command": [
            "sh",
            "-c",
            "./src/scripts/postfetch.windows"
          ],
          "type": "post-fetch"
        }
      ]
    }
  },
  "authors": [
    "Philip Munts"
  ],
  "available": {
    "case(os)": {
      "...": false,
      "linux|macos|windows": true
    }
  },
  "depends-on": [
    {
      "case(os)": {
        "linux": {
          "libhidapi": "*"
        }
      }
    },
    {
      "case(os)": {
        "linux": {
          "libusb": "*"
        }
      }
    }
  ],
  "description": "Remote I/O Protocol Client Library for GNAT Ada",
  "licenses": "BSD-1-Clause",
  "maintainers": [
    "Philip Munts <phil@munts.net>"
  ],
  "maintainers-logins": [
    "pmunts"
  ],
  "name": "remoteio",
  "origin": {
    "hashes": [
      "sha256:dd202ee305680e5f3a31d1f7e9eddc766969eedda2104d3d36393353b2b8405d",
      "sha512:8be9eaf1512a70be63e36eed799fbc643f4377c76f05c7268819187d82576189314179e1cf1cb14708c7cff82bfa95d5159f2b626b33015787eb12ef852ebe91"
    ],
    "url": "http://repo.munts.com/alire/remoteio-1.20871.1.tbz2"
  },
  "project-files": [
    "remoteio.gpr"
  ],
  "tags": [
    "embedded",
    "linux",
    "remoteio",
    "adc",
    "dac",
    "gpio",
    "i2c",
    "motor",
    "pwm",
    "sensor",
    "serial",
    "servo",
    "spi",
    "stepper"
  ],
  "version": "1.20871.1",
  "website": "https://github.com/pmunts/libsimpleio"
}
