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