{
  "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:983a2f2e0f2609677074cc4eac4590f999de440f6136c7accf468430a7bcc4a3",
      "sha512:7c4ff792ef32dedd111ba84df0025951ccd12769217a63dadba510c175a7d62f6eded250546d3b8c292b54e3b21e141ffec458408326ee6701b18517b2234de0"
    ],
    "url": "http://repo.munts.com/alire/remoteio-1.21527.1.tbz2"
  },
  "project-files": [
    "remoteio.gpr"
  ],
  "tags": [
    "embedded",
    "linux",
    "remoteio",
    "adc",
    "dac",
    "gpio",
    "i2c",
    "motor",
    "pwm",
    "sensor",
    "serial",
    "servo",
    "spi",
    "stepper"
  ],
  "version": "1.21527.1",
  "website": "https://github.com/pmunts/libsimpleio"
}
