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