{
  "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": "MCP2221 USB Raw HID I/O Expander Library for GNAT Ada",
  "licenses": "BSD-1-Clause",
  "maintainers": [
    "Philip Munts <phil@munts.net>"
  ],
  "maintainers-logins": [
    "pmunts"
  ],
  "name": "mcp2221",
  "origin": {
    "hashes": [
      "sha256:5037aea84557b2061418276336dffc4213b741da76219770f4a0f3cbe7eba65f",
      "sha512:2de597211912f33bfa2aca08b36b01c99c2629a5c25cd0e959707a6275d32592a9e0097671f5ed1071966905c154c4a6ff8eed1e312679faf16a80d336bb1645"
    ],
    "url": "http://repo.munts.com/alire/mcp2221-1.20962.1.tbz2"
  },
  "project-files": [
    "mcp2221.gpr"
  ],
  "tags": [
    "embedded",
    "linux",
    "mcp2221",
    "adc",
    "dac",
    "gpio",
    "i2c",
    "motor",
    "pwm",
    "sensor",
    "serial",
    "servo",
    "spi",
    "stepper"
  ],
  "version": "1.20962.1",
  "website": "https://github.com/pmunts/libsimpleio"
}
