{
  "canonical_url": "https://crates.flyology.org/community/",
  "catalog": {
    "name": "community",
    "repository_url": "https://github.com/alire-project/alire-index",
    "revision": "cd12c6aa35b7d6483841517305d57ba167ec78d0"
  },
  "generated_at": "2026-08-23T04:55:42Z",
  "index": {
    "version": "1.4.0"
  },
  "package": {
    "catalog": "community",
    "description": "Remote I/O Protocol Client Library for GNAT Ada",
    "development_only": false,
    "latest_version": "2.23808.1",
    "name": "remoteio",
    "selected_version": "2.23808.1",
    "versions": [
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(distribution)=homebrew|macports",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(distribution)=homebrew|macports",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": {
            "case(os)": {
              "linux": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "./postfetch.linux"
                  ],
                  "type": "post-fetch"
                }
              ],
              "macos": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "./postfetch.macos"
                  ],
                  "type": "post-fetch"
                }
              ],
              "windows": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "./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": "*"
                }
              }
            },
            {
              "case(distribution)": {
                "homebrew|macports": {
                  "libhidapi": "*"
                }
              }
            },
            {
              "case(distribution)": {
                "homebrew|macports": {
                  "libusb": "*"
                }
              }
            }
          ],
          "description": "Remote I/O Protocol Client Library for GNAT Ada",
          "forbids": [
            {
              "libsimpleio": "*",
              "mcp2221": "*",
              "wioe5_ham1": "*",
              "wioe5_ham2": "*",
              "wioe5_p2p": "*"
            }
          ],
          "licenses": "BSD-1-Clause",
          "long-description": "This crate contains a subset of the [**Linux Simple I/O\nLibrary**](https://github.com/pmunts/libsimpleio) Ada packages that are\nrelevant for building [**Remote I/O\nProtocol**](https://repo.munts.com/libsimpleio/doc/RemoteIOProtocol.pdf)\nclient programs.\n\nThis crate can be built for Linux, MacOS, or Windows targets.\n\nThe **Remote I/O Protocol** is a lightweight message protocol for\nperforming remote I/O operations. The protocol is implemented using a\nrequest/reply pattern, where the master device (*e.g.* a Linux computer)\ntransmits an I/O request in a 64-byte message to the slave device\n(*e.g.* a single chip microcontroller). The slave device performs the\nrequested I/O operation and returns an I/O response in a 64-byte message\nback to the master device.\n\nThe protocol is kept as simple as possible (exactly one 64-byte request\nmessage and one 64- byte response message) to allow using low end single\nchip microcontrollers such as the\n[PIC16F1455](https://www.microchip.com/en-us/product/PIC16F1455) for the\nslave device. Although particularly suited for USB raw HID devices, this\nprotocol can use any transport mechanism that can reliably transmit and\nreceive 64-byte messages.\n",
          "maintainers": [
            "Philip Munts <phil@munts.net>"
          ],
          "maintainers-logins": [
            "pmunts"
          ],
          "name": "remoteio",
          "origin": {
            "hashes": [
              "sha256:cc18336482bb20baf29996532f888bfe074b6959335a310f3345c38e047fe77d",
              "sha512:e5829598481ab6c2299b0174a940c7ff8fcd42956ee1de537b3889067e02a8170200ef995f4cbd39fb2e28ab188b4507abf4e7c59f2b52dd31b714dca22a2c02"
            ],
            "url": "https://raw.githubusercontent.com/pmunts/alire-crates/b3f6d7a36ff1fbdd2bd480da31160b37fa4fee44/remoteio/remoteio-2.23808.1.tbz2"
          },
          "project-files": [
            "remoteio.gpr"
          ],
          "tags": [
            "embedded",
            "linux",
            "remoteio",
            "adc",
            "dac",
            "gpio",
            "i2c",
            "motor",
            "pwm",
            "sensor",
            "serial",
            "servo",
            "spi",
            "stepper"
          ],
          "version": "2.23808.1",
          "website": "https://github.com/pmunts/libsimpleio"
        },
        "path": "index/re/remoteio/remoteio-2.23808.1.toml",
        "version": "2.23808.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(distribution)=homebrew|macports",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(distribution)=homebrew|macports",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": {
            "case(os)": {
              "linux": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "./postfetch.linux"
                  ],
                  "type": "post-fetch"
                }
              ],
              "macos": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "./postfetch.macos"
                  ],
                  "type": "post-fetch"
                }
              ],
              "windows": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "./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": "*"
                }
              }
            },
            {
              "case(distribution)": {
                "homebrew|macports": {
                  "libhidapi": "*"
                }
              }
            },
            {
              "case(distribution)": {
                "homebrew|macports": {
                  "libusb": "*"
                }
              }
            }
          ],
          "description": "Remote I/O Protocol Client Library for GNAT Ada",
          "licenses": "BSD-1-Clause",
          "long-description": "This crate contains a subset of the [**Linux Simple I/O\nLibrary**](https://github.com/pmunts/libsimpleio) Ada packages that are\nrelevant for building [**Remote I/O\nProtocol**](http://git.munts.com/libsimpleio/doc/RemoteIOProtocol.pdf)\nclient programs.\n\nThis crate can be built for Linux, MacOS, or Windows targets.\n\nThe **Remote I/O Protocol** is a lightweight message protocol for\nperforming remote I/O operations. The protocol is implemented using a\nrequest/reply pattern, where the master device (*e.g.* a Linux computer)\ntransmits an I/O request in a 64-byte message to the slave device\n(*e.g.* a single chip microcontroller). The slave device performs the\nrequested I/O operation and returns an I/O response in a 64-byte message\nback to the master device.\n\nThe protocol is kept as simple as possible (exactly one 64-byte request\nmessage and one 64- byte response message) to allow using low end single\nchip microcontrollers such as the\n[PIC16F1455](https://www.microchip.com/en-us/product/PIC16F1455) for the\nslave device. Although particularly suited for USB raw HID devices, this\nprotocol can use any transport mechanism that can reliably transmit and\nreceive 64-byte messages.\n",
          "maintainers": [
            "Philip Munts <phil@munts.net>"
          ],
          "maintainers-logins": [
            "pmunts"
          ],
          "name": "remoteio",
          "origin": {
            "hashes": [
              "sha256:cb5e612713ae3baa16e6ef640b4af6835c92f9711bd63dee0e215301430fc9e3",
              "sha512:6eb5ad942c1c521df459a59a78b63276f80004a53c846e4691e8d952911f22276c558712eda177b01a3a0b0115cdee8564335f4e3f5c5882e94738bd8bd918d4"
            ],
            "url": "https://raw.githubusercontent.com/pmunts/alire-crates/a8336b32d53c8312e6726ff02bd159b2c9411ab5/remoteio/remoteio-2.22974.1.tbz2"
          },
          "project-files": [
            "remoteio.gpr"
          ],
          "tags": [
            "embedded",
            "linux",
            "remoteio",
            "adc",
            "dac",
            "gpio",
            "i2c",
            "motor",
            "pwm",
            "sensor",
            "serial",
            "servo",
            "spi",
            "stepper"
          ],
          "version": "2.22974.1",
          "website": "https://github.com/pmunts/libsimpleio"
        },
        "path": "index/re/remoteio/remoteio-2.22974.1.toml",
        "version": "2.22974.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(distribution)=homebrew|macports",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(distribution)=homebrew|macports",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": {
            "case(os)": {
              "linux": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "./postfetch.linux"
                  ],
                  "type": "post-fetch"
                }
              ],
              "macos": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "./postfetch.macos"
                  ],
                  "type": "post-fetch"
                }
              ],
              "windows": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "./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": "*"
                }
              }
            },
            {
              "case(distribution)": {
                "homebrew|macports": {
                  "libhidapi": "*"
                }
              }
            },
            {
              "case(distribution)": {
                "homebrew|macports": {
                  "libusb": "*"
                }
              }
            }
          ],
          "description": "Remote I/O Protocol Client Library for GNAT Ada",
          "licenses": "BSD-1-Clause",
          "long-description": "This crate contains a subset of the [**Linux Simple I/O\nLibrary**](https://github.com/pmunts/libsimpleio) Ada packages that are\nrelevant for building [**Remote I/O\nProtocol**](http://git.munts.com/libsimpleio/doc/RemoteIOProtocol.pdf)\nclient programs.\n\nThis crate can be built for Linux, MacOS, or Windows targets.\n\nThe **Remote I/O Protocol** is a lightweight message protocol for\nperforming remote I/O operations. The protocol is implemented using a\nrequest/reply pattern, where the master device (*e.g.* a Linux computer)\ntransmits an I/O request in a 64-byte message to the slave device\n(*e.g.* a single chip microcontroller). The slave device performs the\nrequested I/O operation and returns an I/O response in a 64-byte message\nback to the master device.\n\nThe protocol is kept as simple as possible (exactly one 64-byte request\nmessage and one 64- byte response message) to allow using low end single\nchip microcontrollers such as the\n[PIC16F1455](https://www.microchip.com/en-us/product/PIC16F1455) for the\nslave device. Although particularly suited for USB raw HID devices, this\nprotocol can use any transport mechanism that can reliably transmit and\nreceive 64-byte messages.\n",
          "maintainers": [
            "Philip Munts <phil@munts.net>"
          ],
          "maintainers-logins": [
            "pmunts"
          ],
          "name": "remoteio",
          "origin": {
            "hashes": [
              "sha256:6fb1921cc4d9ebe9361aa4959a4ddce0fc22ea3d6a6e37edd6d9ca78261f1a63",
              "sha512:2c297ff2b836a6aae540c1d23c56bd76756744cabc570c63afc68e063d4db0f72734c0eaa72e321bd86e7e30e32c1906a585045bd0be441077843c69ec9ca640"
            ],
            "url": "https://raw.githubusercontent.com/pmunts/alire-crates/a15faffc09ca288cba0bb4f868e6ad1b2eefa1fa/remoteio/remoteio-2.22792.1.tbz2"
          },
          "project-files": [
            "remoteio.gpr"
          ],
          "tags": [
            "embedded",
            "linux",
            "remoteio",
            "adc",
            "dac",
            "gpio",
            "i2c",
            "motor",
            "pwm",
            "sensor",
            "serial",
            "servo",
            "spi",
            "stepper"
          ],
          "version": "2.22792.1",
          "website": "https://github.com/pmunts/libsimpleio"
        },
        "path": "index/re/remoteio/remoteio-2.22792.1.toml",
        "version": "2.22792.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(distribution)=homebrew|macports",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(distribution)=homebrew|macports",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": {
            "case(os)": {
              "linux": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "./postfetch.linux"
                  ],
                  "type": "post-fetch"
                }
              ],
              "macos": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "./postfetch.macos"
                  ],
                  "type": "post-fetch"
                }
              ],
              "windows": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "./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": "*"
                }
              }
            },
            {
              "case(distribution)": {
                "homebrew|macports": {
                  "libhidapi": "*"
                }
              }
            },
            {
              "case(distribution)": {
                "homebrew|macports": {
                  "libusb": "*"
                }
              }
            }
          ],
          "description": "Remote I/O Protocol Client Library for GNAT Ada",
          "licenses": "BSD-1-Clause",
          "long-description": "This crate contains a subset of the [**Linux Simple I/O\nLibrary**](https://github.com/pmunts/libsimpleio) Ada packages that are\nrelevant for building [**Remote I/O\nProtocol**](http://git.munts.com/libsimpleio/doc/RemoteIOProtocol.pdf)\nclient programs.\n\nThis crate can be built for Linux, MacOS, or Windows targets.\n\nThe **Remote I/O Protocol** is a lightweight message protocol for\nperforming remote I/O operations. The protocol is implemented using a\nrequest/reply pattern, where the master device (*e.g.* a Linux computer)\ntransmits an I/O request in a 64-byte message to the slave device\n(*e.g.* a single chip microcontroller). The slave device performs the\nrequested I/O operation and returns an I/O response in a 64-byte message\nback to the master device.\n\nThe protocol is kept as simple as possible (exactly one 64-byte request\nmessage and one 64- byte response message) to allow using low end single\nchip microcontrollers such as the\n[PIC16F1455](https://www.microchip.com/en-us/product/PIC16F1455) for the\nslave device. Although particularly suited for USB raw HID devices, this\nprotocol can use any transport mechanism that can reliably transmit and\nreceive 64-byte messages.\n",
          "maintainers": [
            "Philip Munts <phil@munts.net>"
          ],
          "maintainers-logins": [
            "pmunts"
          ],
          "name": "remoteio",
          "origin": {
            "hashes": [
              "sha256:8542159aef7154aeb4bb8f98d7e39aa37eb8e8e32c2dd3ac25f0ee43b7d5ee5b",
              "sha512:636c0219c1ea8308f5f7c06c024737761e9c03fb3cc4fa5c0e5567f95ff11553bd7950685fed3e333ae4e71a01b2d5a52d0a9748c707646ef811ed428c333e05"
            ],
            "url": "https://raw.githubusercontent.com/pmunts/alire-crates/c9004f97fe87eb70d1d68dfe4bc9895e62012211/remoteio/remoteio-2.22631.1.tbz2"
          },
          "project-files": [
            "remoteio.gpr"
          ],
          "tags": [
            "embedded",
            "linux",
            "remoteio",
            "adc",
            "dac",
            "gpio",
            "i2c",
            "motor",
            "pwm",
            "sensor",
            "serial",
            "servo",
            "spi",
            "stepper"
          ],
          "version": "2.22631.1",
          "website": "https://github.com/pmunts/libsimpleio"
        },
        "path": "index/re/remoteio/remoteio-2.22631.1.toml",
        "version": "2.22631.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(distribution)=homebrew|macports",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(distribution)=homebrew|macports",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": {
            "case(os)": {
              "linux": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "./postfetch.linux"
                  ],
                  "type": "post-fetch"
                }
              ],
              "macos": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "./postfetch.macos"
                  ],
                  "type": "post-fetch"
                }
              ],
              "windows": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "./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": "*"
                }
              }
            },
            {
              "case(distribution)": {
                "homebrew|macports": {
                  "libhidapi": "*"
                }
              }
            },
            {
              "case(distribution)": {
                "homebrew|macports": {
                  "libusb": "*"
                }
              }
            }
          ],
          "description": "Remote I/O Protocol Client Library for GNAT Ada",
          "licenses": "BSD-1-Clause",
          "long-description": "This crate contains a subset of the [**Linux Simple I/O\nLibrary**](https://github.com/pmunts/libsimpleio) Ada packages that are\nrelevant for building [**Remote I/O\nProtocol**](http://git.munts.com/libsimpleio/doc/RemoteIOProtocol.pdf)\nclient programs.\n\nThis crate can be built for Linux, MacOS, or Windows targets.\n\nThe **Remote I/O Protocol** is a lightweight message protocol for\nperforming remote I/O operations. The protocol is implemented using a\nrequest/reply pattern, where the master device (*e.g.* a Linux computer)\ntransmits an I/O request in a 64-byte message to the slave device\n(*e.g.* a single chip microcontroller). The slave device performs the\nrequested I/O operation and returns an I/O response in a 64-byte message\nback to the master device.\n\nThe protocol is kept as simple as possible (exactly one 64-byte request\nmessage and one 64- byte response message) to allow using low end single\nchip microcontrollers such as the\n[PIC16F1455](https://www.microchip.com/en-us/product/PIC16F1455) for the\nslave device. Although particularly suited for USB raw HID devices, this\nprotocol can use any transport mechanism that can reliably transmit and\nreceive 64-byte messages.\n",
          "maintainers": [
            "Philip Munts <phil@munts.net>"
          ],
          "maintainers-logins": [
            "pmunts"
          ],
          "name": "remoteio",
          "origin": {
            "hashes": [
              "sha256:28437dc9111f1f7cfd11a938470028cb0d67ebf517a5381deb116b82008f8b57",
              "sha512:9599c7d5fd65156655023be72f9ecf54508009edd5a191fb97d1264cc4117c1523720177786b20901a5a66eef3e778b8e4b920774e066f0d26f88a5c2fb12778"
            ],
            "url": "https://raw.githubusercontent.com/pmunts/alire-crates/ff212101fe88398db9884d01bebc606aa6bd0a17/remoteio/remoteio-2.22357.1.tbz2"
          },
          "project-files": [
            "remoteio.gpr"
          ],
          "tags": [
            "embedded",
            "linux",
            "remoteio",
            "adc",
            "dac",
            "gpio",
            "i2c",
            "motor",
            "pwm",
            "sensor",
            "serial",
            "servo",
            "spi",
            "stepper"
          ],
          "version": "2.22357.1",
          "website": "https://github.com/pmunts/libsimpleio"
        },
        "path": "index/re/remoteio/remoteio-2.22357.1.toml",
        "version": "2.22357.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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:406605ad4a33ef63953df3381d685f809a8749b12e7253d7db7e0dd47cbe686b",
              "sha512:86f9bdefecf0aff8fe51066336afb960cfb6746fa2c147af3b8a0cc3078d4286a6cdb3e1aa02e7de0918c6ef393e6cde9767530aaaaed3090d4d808e6ac8cd4b"
            ],
            "url": "http://repo.munts.com/alire/remoteio-1.21805.1.tbz2"
          },
          "project-files": [
            "remoteio.gpr"
          ],
          "tags": [
            "embedded",
            "linux",
            "remoteio",
            "adc",
            "dac",
            "gpio",
            "i2c",
            "motor",
            "pwm",
            "sensor",
            "serial",
            "servo",
            "spi",
            "stepper"
          ],
          "version": "1.21805.1",
          "website": "https://github.com/pmunts/libsimpleio"
        },
        "path": "index/re/remoteio/remoteio-1.21805.1.toml",
        "version": "1.21805.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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"
        },
        "path": "index/re/remoteio/remoteio-1.21527.1.toml",
        "version": "1.21527.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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:f486477070330799b089e03d554e0286670e1d5a0542535bc58a1a90987ae90d",
              "sha512:4d8027281fed7d0393e988d1f56b0dc3c3007c555d446ca671ea8a541cb29a90ec84784188c97ad33938840627a1b95ff45bbb28f2609339c640511662c84ec9"
            ],
            "url": "http://repo.munts.com/alire/remoteio-1.21136.1.tbz2"
          },
          "project-files": [
            "remoteio.gpr"
          ],
          "tags": [
            "embedded",
            "linux",
            "remoteio",
            "adc",
            "dac",
            "gpio",
            "i2c",
            "motor",
            "pwm",
            "sensor",
            "serial",
            "servo",
            "spi",
            "stepper"
          ],
          "version": "1.21136.1",
          "website": "https://github.com/pmunts/libsimpleio"
        },
        "path": "index/re/remoteio/remoteio-1.21136.1.toml",
        "version": "1.21136.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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:d62a4ba5ffcfb7255fdef993d6a71b5a824a7ce999b4fae27590195ac72197aa",
              "sha512:f8e39ba14ef49e20f9ed8dd585eecd49c192e46a61f96ef422e00d5484f73439c2994edf25d2f1f014c9fead6cf1e03fc7d84938b90b1f81c931cdfcd7d4e817"
            ],
            "url": "http://repo.munts.com/alire/remoteio-1.21121.1.tbz2"
          },
          "project-files": [
            "remoteio.gpr"
          ],
          "tags": [
            "embedded",
            "linux",
            "remoteio",
            "adc",
            "dac",
            "gpio",
            "i2c",
            "motor",
            "pwm",
            "sensor",
            "serial",
            "servo",
            "spi",
            "stepper"
          ],
          "version": "1.21121.1",
          "website": "https://github.com/pmunts/libsimpleio"
        },
        "path": "index/re/remoteio/remoteio-1.21121.1.toml",
        "version": "1.21121.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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:089ec9febb5c471c4e1a8def0b8261ea0f29eb4deecf0fd43f8037d8deffb07e",
              "sha512:bd58002bd029021d202c8c4e603d8aef78aec36aa4b62e88cb1c4c9dc27a0fc137ceb136860944142378057c6a0efc38eff8c16683b42ed8ecb7c2ac71b66333"
            ],
            "url": "http://repo.munts.com/alire/remoteio-1.20962.1.tbz2"
          },
          "project-files": [
            "remoteio.gpr"
          ],
          "tags": [
            "embedded",
            "linux",
            "remoteio",
            "adc",
            "dac",
            "gpio",
            "i2c",
            "motor",
            "pwm",
            "sensor",
            "serial",
            "servo",
            "spi",
            "stepper"
          ],
          "version": "1.20962.1",
          "website": "https://github.com/pmunts/libsimpleio"
        },
        "path": "index/re/remoteio/remoteio-1.20962.1.toml",
        "version": "1.20962.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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:3465514d6bfe1b9d74c05eb4b545f92aaacba137f59d2ec0089a294be9d9db7d",
              "sha512:658f6eb016124ac958a35a62cbc2dab1b09ee66ae472528e302a498354a0282b6ee70c350f1d2b7cf8f30309f2206105449ffed36fbcd76fbacca88f60ca54d2"
            ],
            "url": "http://repo.munts.com/alire/remoteio-1.20946.1.tbz2"
          },
          "project-files": [
            "remoteio.gpr"
          ],
          "tags": [
            "embedded",
            "linux",
            "remoteio",
            "adc",
            "dac",
            "gpio",
            "i2c",
            "motor",
            "pwm",
            "sensor",
            "serial",
            "servo",
            "spi",
            "stepper"
          ],
          "version": "1.20946.1",
          "website": "https://github.com/pmunts/libsimpleio"
        },
        "path": "index/re/remoteio/remoteio-1.20946.1.toml",
        "version": "1.20946.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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"
        },
        "path": "index/re/remoteio/remoteio-1.20871.1.toml",
        "version": "1.20871.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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:6e281ccb04fb2844c9cafa3929bd440f472cc7b27199ae7eab020427ec973f08",
              "sha512:58599676c199e4c81ab73ed2742ec6e73868cc640cf2228b69497ff687aadd8c84ead7ee003cd7acb8d449679cbb8c67d8b6d0b8235196ddd82e90dfab2027c4"
            ],
            "url": "http://repo.munts.com/alire/remoteio-1.20671.1.tbz2"
          },
          "project-files": [
            "remoteio.gpr"
          ],
          "tags": [
            "embedded",
            "linux",
            "remoteio",
            "adc",
            "dac",
            "gpio",
            "i2c",
            "motor",
            "pwm",
            "sensor",
            "serial",
            "servo",
            "spi",
            "stepper"
          ],
          "version": "1.20671.1",
          "website": "https://github.com/pmunts/libsimpleio"
        },
        "path": "index/re/remoteio/remoteio-1.20671.1.toml",
        "version": "1.20671.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "~1.0",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": {
            "case(os)": {
              "linux": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "sed -i 's/lhidapi/lhidapi-hidraw/g' src/objects/hid-hidapi.ads"
                  ],
                  "type": "post-fetch"
                }
              ],
              "windows": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "mkdir -p ./bin && cp src/win64/*.dll ./bin && mkdir -p ./lib && cp src/win64/*.dll ./lib"
                  ],
                  "type": "post-fetch"
                }
              ]
            }
          },
          "authors": [
            "Philip Munts"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "linux|windows": true
            }
          },
          "depends-on": [
            {
              "case(os)": {
                "linux": {
                  "libhidapi": "*"
                }
              }
            },
            {
              "case(os)": {
                "linux": {
                  "libusb": "~1.0"
                }
              }
            }
          ],
          "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:c3991b8f917416ce85f47f067f33892fec9d0da8b97ba4190ef842e72bac4f68",
              "sha512:94eec7f644e8a0fc57bec7044db9571b2fa7d2c71ad19dfcf74a88419e7e430e2833b998851eb54a09637ffecd44df30abea775cb4bff8ea21d82a44a8a22e93"
            ],
            "url": "http://repo.munts.com/alire/remoteio-1.20650.1.tbz2"
          },
          "project-files": [
            "remoteio.gpr"
          ],
          "tags": [
            "embedded",
            "linux",
            "remoteio",
            "adc",
            "dac",
            "gpio",
            "i2c",
            "motor",
            "pwm",
            "sensor",
            "serial",
            "servo",
            "spi",
            "stepper"
          ],
          "version": "1.20650.1",
          "website": "https://github.com/pmunts/libsimpleio"
        },
        "path": "index/re/remoteio/remoteio-1.20650.1.toml",
        "version": "1.20650.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "~1.0",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": {
            "case(os)": {
              "linux": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "sed -i 's/lhidapi/lhidapi-hidraw/g' src/objects/hid/hid-hidapi.ads"
                  ],
                  "type": "post-fetch"
                }
              ],
              "windows": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "mkdir -p ./bin && cp src/win64/*.dll ./bin && mkdir -p ./lib && cp src/win64/*.dll ./lib"
                  ],
                  "type": "post-fetch"
                }
              ]
            }
          },
          "authors": [
            "Philip Munts"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "linux|windows": true
            }
          },
          "depends-on": [
            {
              "case(os)": {
                "linux": {
                  "libhidapi": "*"
                }
              }
            },
            {
              "case(os)": {
                "linux": {
                  "libusb": "~1.0"
                }
              }
            }
          ],
          "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:64576e563db4b914de34bc316e632522b0d58c3d6a2f86996480bb6770ea0946",
              "sha512:76e58c614dcdf4333fd9d23dd1d2031f6f802c195fcea08b1ed1ec6d25e49430fd4ed8f7aa44cba94ae8f075427eeea3a1e1a045e47e673a5873609c4be265b0"
            ],
            "url": "http://repo.munts.com/alire/remoteio-1.20220.1.tbz2"
          },
          "project-files": [
            "remoteio.gpr",
            "programs.gpr"
          ],
          "tags": [
            "embedded",
            "linux",
            "remoteio",
            "adc",
            "dac",
            "gpio",
            "i2c",
            "motor",
            "pwm",
            "sensor",
            "serial",
            "servo",
            "spi",
            "stepper"
          ],
          "version": "1.20220.1",
          "website": "https://github.com/pmunts/libsimpleio"
        },
        "path": "index/re/remoteio/remoteio-1.20220.1.toml",
        "version": "1.20220.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "~1.0",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": {
            "case(os)": {
              "linux": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "sed -i 's/lhidapi/lhidapi-hidraw/g' src/objects/hid/hid-hidapi.ads"
                  ],
                  "type": "post-fetch"
                }
              ],
              "windows": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "mkdir -p ./bin && cp src/win64/*.dll ./bin && mkdir -p ./lib && cp src/win64/*.dll ./lib"
                  ],
                  "type": "post-fetch"
                }
              ]
            }
          },
          "authors": [
            "Philip Munts"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "linux|windows": true
            }
          },
          "depends-on": [
            {
              "case(os)": {
                "linux": {
                  "libhidapi": "*"
                }
              }
            },
            {
              "case(os)": {
                "linux": {
                  "libusb": "~1.0"
                }
              }
            }
          ],
          "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:81c2457e882c9fa28532a9732a030067e103014c15b568c668069c5651cba68e",
              "sha512:3f33e1d13093abed1a9f8a6ccdcaedbfb53ac7f890485cd867433999f4ee8fd613209ee4dcbb0b1d3692f92885a51446e4593ffed2891d15938546311027a32d"
            ],
            "url": "http://repo.munts.com/alire/remoteio-1.20010.1.tbz2"
          },
          "project-files": [
            "remoteio.gpr",
            "programs.gpr"
          ],
          "tags": [
            "embedded",
            "linux",
            "remoteio",
            "adc",
            "dac",
            "gpio",
            "i2c",
            "motor",
            "pwm",
            "sensor",
            "serial",
            "servo",
            "spi",
            "stepper"
          ],
          "version": "1.20010.1",
          "website": "https://github.com/pmunts/libsimpleio"
        },
        "path": "index/re/remoteio/remoteio-1.20010.1.toml",
        "version": "1.20010.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "~1.0",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": {
            "case(os)": {
              "linux": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "sed -i 's/lhidapi/lhidapi-hidraw/g' src/objects/hid/hid-hidapi.ads"
                  ],
                  "type": "post-fetch"
                }
              ],
              "windows": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "mkdir -p ./bin && cp src/win64/*.dll ./bin && mkdir -p ./lib && cp src/win64/*.dll ./lib"
                  ],
                  "type": "post-fetch"
                }
              ]
            }
          },
          "authors": [
            "Philip Munts"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "linux|windows": true
            }
          },
          "depends-on": [
            {
              "case(os)": {
                "linux": {
                  "libhidapi": "*"
                }
              }
            },
            {
              "case(os)": {
                "linux": {
                  "libusb": "~1.0"
                }
              }
            }
          ],
          "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:ee567b8483dd9b58973464ced6c678b88ab28bbfec66a84cb8e31555ef0c5ac3",
              "sha512:b08000ffb797a8266f56f87fc8cc39b497c34a3e45840dd41b82cf44caabd5d56fba34572522cdc8b2332744d68fbae59060408fb757d8e2a4c73c090558d3e2"
            ],
            "url": "http://repo.munts.com/alire/remoteio-1.19965.2.tbz2"
          },
          "project-files": [
            "remoteio.gpr",
            "programs.gpr"
          ],
          "tags": [
            "embedded",
            "linux",
            "remoteio",
            "adc",
            "dac",
            "gpio",
            "i2c",
            "motor",
            "pwm",
            "sensor",
            "serial",
            "servo",
            "spi",
            "stepper"
          ],
          "version": "1.19965.2",
          "website": "https://github.com/pmunts/libsimpleio"
        },
        "path": "index/re/remoteio/remoteio-1.19965.2.toml",
        "version": "1.19965.2"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "~1.0",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": {
            "case(os)": {
              "linux": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "sed -i 's/lhidapi/lhidapi-hidraw/g' src/objects/hid/hid-hidapi.ads"
                  ],
                  "type": "post-fetch"
                }
              ],
              "windows": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "mkdir -p ./bin && cp src/win64/*.dll ./bin && mkdir -p ./lib && cp src/win64/*.dll ./lib"
                  ],
                  "type": "post-fetch"
                }
              ]
            }
          },
          "authors": [
            "Philip Munts"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "linux|windows": true
            }
          },
          "depends-on": [
            {
              "case(os)": {
                "linux": {
                  "libhidapi": "*"
                }
              }
            },
            {
              "case(os)": {
                "linux": {
                  "libusb": "~1.0"
                }
              }
            }
          ],
          "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": [
              "sha512:ed55539821fae447e16b241c957ba30b83a4dc1329364b939e9cd8bceab6b9ded657af3b48eca5dd057343af13bfa1cb8717416759a340d1c2179700c81d6f65"
            ],
            "url": "http://repo.munts.com/alire/remoteio-1.19965.1.tbz2"
          },
          "project-files": [
            "remoteio.gpr",
            "programs.gpr"
          ],
          "tags": [
            "embedded",
            "linux",
            "remoteio",
            "adc",
            "dac",
            "gpio",
            "i2c",
            "motor",
            "pwm",
            "sensor",
            "serial",
            "servo",
            "spi",
            "stepper"
          ],
          "version": "1.19965.1",
          "website": "https://github.com/pmunts/libsimpleio"
        },
        "path": "index/re/remoteio/remoteio-1.19965.1.toml",
        "version": "1.19965.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "~0.8",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "~1.0",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": {
            "case(os)": {
              "linux": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "sed -i 's/lhidapi/lhidapi-hidraw/g' src/objects/hid/hid-hidapi.ads"
                  ],
                  "type": "post-fetch"
                }
              ],
              "windows": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "mkdir -p ./bin && cp src/win64/*.dll ./bin && mkdir -p ./lib && cp src/win64/*.dll ./lib"
                  ],
                  "type": "post-fetch"
                }
              ]
            }
          },
          "authors": [
            "Philip Munts"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "linux|windows": true
            }
          },
          "depends-on": [
            {
              "case(os)": {
                "linux": {
                  "libhidapi": "~0.8"
                }
              }
            },
            {
              "case(os)": {
                "linux": {
                  "libusb": "~1.0"
                }
              }
            }
          ],
          "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": [
              "sha512:fc6c694fddf9a62f419ca3c189698c0761b3fbe5c6133d30c11ba2176471f88d019de47c058cadc6eaf253efefcf36bd5ce54637b17481a8fde85894d2d2e84f"
            ],
            "url": "http://repo.munts.com/alire/remoteio-1.19937.1.tbz2"
          },
          "project-files": [
            "remoteio.gpr",
            "programs.gpr"
          ],
          "tags": [
            "embedded",
            "linux",
            "remoteio",
            "adc",
            "dac",
            "gpio",
            "i2c",
            "motor",
            "pwm",
            "sensor",
            "serial",
            "servo",
            "spi",
            "stepper"
          ],
          "version": "1.19937.1",
          "website": "https://github.com/pmunts/libsimpleio"
        },
        "path": "index/re/remoteio/remoteio-1.19937.1.toml",
        "version": "1.19937.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libhidapi",
            "package": "libhidapi",
            "provided_version": "system",
            "requirement": "~0.8",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libusb",
            "package": "libusb",
            "provided_version": "system",
            "requirement": "~1.0",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": {
            "case(os)": {
              "linux": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "sed -i 's/lhidapi/lhidapi-hidraw/g' src/objects/hid/hid-hidapi.ads"
                  ],
                  "type": "post-fetch"
                }
              ],
              "windows": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "mkdir -p ./bin && cp src/win64/*.dll ./bin && mkdir -p ./lib && cp src/win64/*.dll ./lib"
                  ],
                  "type": "post-fetch"
                }
              ]
            }
          },
          "authors": [
            "Philip Munts"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "linux|windows": true
            }
          },
          "depends-on": [
            {
              "case(os)": {
                "linux": {
                  "libhidapi": "~0.8"
                }
              }
            },
            {
              "case(os)": {
                "linux": {
                  "libusb": "~1.0"
                }
              }
            }
          ],
          "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": [
              "sha512:6f9f2f580b06ea18d2b462ee08408741d5fecbcd554114802e7303f2d05dd7025592f6a9f2a1205d5dcf782a4c0950c324aab9213be296c692ddfec838ed436f"
            ],
            "url": "http://repo.munts.com/alire/remoteio-1.19928.2.tbz2"
          },
          "project-files": [
            "remoteio.gpr",
            "programs.gpr"
          ],
          "tags": [
            "embedded",
            "linux",
            "remoteio",
            "adc",
            "dac",
            "gpio",
            "i2c",
            "motor",
            "pwm",
            "sensor",
            "serial",
            "servo",
            "spi",
            "stepper"
          ],
          "version": "1.19928.2",
          "website": "https://github.com/pmunts/simpleio"
        },
        "path": "index/re/remoteio/remoteio-1.19928.2.toml",
        "version": "1.19928.2"
      }
    ]
  },
  "schema_version": 4
}
