{
  "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": "MuntsOS Embedded Linux support for ARMv6 Raspberry Pi 1 targets",
    "development_only": false,
    "latest_version": "11.0.1",
    "name": "muntsos_raspberrypi1",
    "selected_version": "11.0.1",
    "versions": [
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "muntsos_dev_raspberrypi1",
            "package": "muntsos_dev_raspberrypi1",
            "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"
                }
              ],
              "windows": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "./postfetch.windows"
                  ],
                  "type": "post-fetch"
                }
              ]
            }
          },
          "authors": [
            "Philip Munts"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "linux|windows": true
            }
          },
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "case(os)": {
                "linux": {
                  "muntsos_dev_raspberrypi1": "*"
                }
              }
            }
          ],
          "description": "MuntsOS Embedded Linux support for ARMv6 Raspberry Pi 1 targets",
          "forbids": [
            {
              "aws": "*",
              "libsimpleio": "*",
              "mcp2221": "*",
              "remoteio": "*",
              "wioe5_ham1": "*",
              "wioe5_ham2": "*",
              "wioe5_p2p": "*"
            }
          ],
          "licenses": "BSD-1-Clause",
          "long-description": "# Introduction\n\nThis crate modifies an Alire program project to build a cross-compiled\nprogram for a **[MuntsOS Embedded\nLinux](https://github.com/pmunts/muntsos)** ARMv6 Raspberry Pi 1 target\ncomputer.\n\nThe **MuntsOS Embedded Linux** cross toolchain packages must be\ninstalled on your development computer before you can use this crate.\nSee:\n\n[Application Note\n#1](https://repo.munts.com/muntsos/doc/AppNote1-Setup-Debian.pdf) for\nDebian Linux distributions  \n[Application Note\n#2](https://repo.munts.com/muntsos/doc/AppNote2-Setup-RPM.pdf) for RPM\nLinux distributions  \n[Application Note\n#24](https://repo.munts.com/muntsos/doc/AppNote24-Setup-RPM.pdf) for\nx86-64 Windows 10 or 11.\n\n# Environment Variables\n\nIf **`ALIRE_DISABLESTYLECHECKS`** is set to **`yes`**, the postfetch\nscript will disable style checking in the project **`.gpr`** file.\n\nIf **`ALIRE_INSTALLMAKEFILE`** is set to **`yes`**, the postfetch script\nwill install an optional but useful **`Makefile`** to the project\ndirectory.\n\nYou can add the following to **`~/.bashrc`** or its equivalent to\npermanently define these environment variables:\n\n    export ALIRE_DISABLESTYLECHECKS=yes\n    export ALIRE_INSTALLMAKEFILE=yes\n\n# Example\n\nThe following commands illustrate how to create an Alire program project\nthat will cross-compile a program to run on a **MuntsOS Embedded Linux**\ntarget computer. The result is a pristine (*i.e.* all temporary, working\nand deliverable files removed) project, suitable for checking into a\nsource code control repository.\n\n    alr -n init --bin myexample\n    cd myexample\n    alr -n with muntsos_raspberrypi1\n    ALIRE_DISABLESTYLECHECKS=yes ALIRE_INSTALLMAKEFILE=yes alr action -r post-fetch\n    make reallyclean\n\nSee also [Application Note\n#7](https://repo.munts.com/muntsos/doc/AppNote7-Flash-LED-Ada-Alire.pdf).\n",
          "maintainers": [
            "Philip Munts <phil@munts.net>"
          ],
          "maintainers-logins": [
            "pmunts"
          ],
          "name": "muntsos_raspberrypi1",
          "origin": {
            "hashes": [
              "sha256:59d4848b25302a58f82e1f25ada77542c183bebcb03c6d1484bcbd1b6b16b472",
              "sha512:b5ab32cc1d6ed2eb2be740840a694f07fc4b723d50f44d83b8921e0c76ddcd3e2a4126c84b44c8342659504e1aafd60b9cf33c271ea250edac180adb99584b4b"
            ],
            "url": "https://raw.githubusercontent.com/pmunts/alire-crates/80adb384fcf8bf936abd65f098a180183117a41a/muntsos_raspberrypi1/muntsos_raspberrypi1-11.0.1.tbz2"
          },
          "project-files": [
            "aws.gpr",
            "libsimpleio.gpr"
          ],
          "tags": [
            "muntsos",
            "embedded",
            "linux",
            "arm",
            "raspberrypi1"
          ],
          "version": "11.0.1",
          "website": "https://github.com/pmunts/muntsos"
        },
        "path": "index/mu/muntsos_raspberrypi1/muntsos_raspberrypi1-11.0.1.toml",
        "version": "11.0.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "muntsos_dev_raspberrypi1",
            "package": "muntsos_dev_raspberrypi1",
            "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"
                }
              ],
              "windows": [
                {
                  "command": [
                    "sh",
                    "-c",
                    "./postfetch.windows"
                  ],
                  "type": "post-fetch"
                }
              ]
            }
          },
          "authors": [
            "Philip Munts"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "linux|windows": true
            }
          },
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "case(os)": {
                "linux": {
                  "muntsos_dev_raspberrypi1": "*"
                }
              }
            }
          ],
          "description": "MuntsOS Embedded Linux support for ARMv6 Raspberry Pi 1 targets",
          "forbids": [
            {
              "aws": "*",
              "libsimpleio": "*",
              "mcp2221": "*",
              "remoteio": "*",
              "wioe5_ham1": "*",
              "wioe5_ham2": "*",
              "wioe5_p2p": "*"
            }
          ],
          "licenses": "BSD-1-Clause",
          "long-description": "# Introduction\n\nThis crate modifies an Alire program project to build a cross-compiled\nprogram for a **[MuntsOS Embedded\nLinux](https://github.com/pmunts/muntsos)** ARMv6 Raspberry Pi 1 target\ncomputer.\n\nThe **MuntsOS Embedded Linux** cross toolchain packages must be\ninstalled on your development computer before you can use this crate.\nSee:\n\n[Application Note\n#1](https://repo.munts.com/muntsos/doc/AppNote1-Setup-Debian.pdf) for\nDebian Linux distributions  \n[Application Note\n#2](https://repo.munts.com/muntsos/doc/AppNote2-Setup-RPM.pdf) for RPM\nLinux distributions  \n[Application Note\n#24](https://repo.munts.com/muntsos/doc/AppNote24-Setup-RPM.pdf) for\nx86-64 Windows 10 or 11.\n\n# Environment Variables\n\nIf **`ALIRE_DISABLESTYLECHECKS`** is set to **`yes`**, the postfetch\nscript will disable style checking in the project **`.gpr`** file.\n\nIf **`ALIRE_INSTALLMAKEFILE`** is set to **`yes`**, the postfetch script\nwill install an optional but useful **`Makefile`** to the project\ndirectory.\n\nYou can add the following to **`~/.bashrc`** or its equivalent to\npermanently define these environment variables:\n\n    export ALIRE_DISABLESTYLECHECKS=yes\n    export ALIRE_INSTALLMAKEFILE=yes\n\n# Example\n\nThe following commands illustrate how to create an Alire program project\nthat will cross-compile a program to run on a **MuntsOS Embedded Linux**\ntarget computer. The result is a pristine (*i.e.* all temporary, working\nand deliverable files removed) project, suitable for checking into a\nsource code control repository.\n\n    alr -n init --bin myexample\n    cd myexample\n    alr -n with muntsos_raspberrypi1\n    ALIRE_DISABLESTYLECHECKS=yes ALIRE_INSTALLMAKEFILE=yes alr action -r post-fetch\n    make reallyclean\n\nSee also [Application Note\n#7](https://repo.munts.com/muntsos/doc/AppNote7-Flash-LED-Ada-Alire.pdf).\n",
          "maintainers": [
            "Philip Munts <phil@munts.net>"
          ],
          "maintainers-logins": [
            "pmunts"
          ],
          "name": "muntsos_raspberrypi1",
          "origin": {
            "hashes": [
              "sha256:9c97871c8ed96550918dd3558617e747da254f067a8ccecba7a4c5c436262dbe",
              "sha512:9ef92328139ea1e26931d20a001fc05246c893e90b3678244a10374c38b44acb77338ea8e001d186d4fa97c746f4159cb5b81d06a8635ac84c6475d6cebf2431"
            ],
            "url": "https://raw.githubusercontent.com/pmunts/alire-crates/e11cfb6abed15d2daf4272b335ec7db2ec96fe03/muntsos_raspberrypi1/muntsos_raspberrypi1-11.0.0.tbz2"
          },
          "project-files": [
            "aws.gpr",
            "libsimpleio.gpr"
          ],
          "tags": [
            "muntsos",
            "embedded",
            "linux",
            "arm",
            "raspberrypi1"
          ],
          "version": "11.0.0",
          "website": "https://github.com/pmunts/muntsos"
        },
        "path": "index/mu/muntsos_raspberrypi1/muntsos_raspberrypi1-11.0.0.toml",
        "version": "11.0.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "muntsos_dev_raspberrypi1",
            "package": "muntsos_dev_raspberrypi1",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": [
            {
              "command": [
                "sh",
                "-c",
                "./postfetch"
              ],
              "type": "post-fetch"
            }
          ],
          "authors": [
            "Philip Munts"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "linux": true
            }
          },
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "muntsos_dev_raspberrypi1": "*"
            }
          ],
          "description": "MuntsOS Embedded Linux support for RaspberryPi1 targets",
          "maintainers": [
            "Philip Munts <phil@munts.net>"
          ],
          "maintainers-logins": [
            "pmunts"
          ],
          "name": "muntsos_raspberrypi1",
          "origin": {
            "hashes": [
              "sha256:f3c9199dee4c58bad47f92051ad09bcac5d1943fa7f3b4593a9cc62b30b7f437",
              "sha512:ad517a32593e7cafa3fd24f45f68eccb78a29d970a413fda02f5d32a876360aa90f67715640405ee949b9d424b5af4e6afc00e48d21b01a7d6a634eea34fcad6"
            ],
            "url": "http://repo.munts.com/alire/muntsos_raspberrypi1-9.1.0.tbz2"
          },
          "project-files": [
            "aws.gpr",
            "libsimpleio.gpr"
          ],
          "tags": [
            "muntsos",
            "embedded",
            "linux",
            "arm",
            "raspberrypi1"
          ],
          "version": "9.1.0",
          "website": "https://github.com/pmunts/muntsos"
        },
        "path": "index/mu/muntsos_raspberrypi1/muntsos_raspberrypi1-9.1.0.toml",
        "version": "9.1.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "muntsos_dev_raspberrypi1",
            "package": "muntsos_dev_raspberrypi1",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": [
            {
              "command": [
                "sh",
                "-c",
                "./postfetch"
              ],
              "type": "post-fetch"
            }
          ],
          "authors": [
            "Philip Munts"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "linux": true
            }
          },
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "muntsos_dev_raspberrypi1": "*"
            }
          ],
          "description": "MuntsOS Embedded Linux support for RaspberryPi1 targets",
          "maintainers": [
            "Philip Munts <phil@munts.net>"
          ],
          "maintainers-logins": [
            "pmunts"
          ],
          "name": "muntsos_raspberrypi1",
          "origin": {
            "hashes": [
              "sha256:7b5c723c232570bb3bf97a8dc2bfef2aba842e7c1032a3a6de71210b7aa023c7",
              "sha512:ea20c3fa84c5a8be5a69b6ae3c5568a1928a6509f5a1c08f86b58b2c1918bd5a710e34c7b894491d87354ea3cf5b337c3e29ad93bb07811f5e52af6176f4b5ac"
            ],
            "url": "http://repo.munts.com/alire/muntsos_raspberrypi1-9.0.0.tbz2"
          },
          "project-files": [
            "aws.gpr",
            "libsimpleio.gpr"
          ],
          "tags": [
            "muntsos",
            "embedded",
            "linux",
            "arm",
            "raspberrypi1"
          ],
          "version": "9.0.0",
          "website": "https://github.com/pmunts/muntsos"
        },
        "path": "index/mu/muntsos_raspberrypi1/muntsos_raspberrypi1-9.0.0.toml",
        "version": "9.0.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "muntsos_dev_raspberrypi1",
            "package": "muntsos_dev_raspberrypi1",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": [
            {
              "command": [
                "sh",
                "-c",
                "./postfetch"
              ],
              "type": "post-fetch"
            }
          ],
          "authors": [
            "Philip Munts"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "linux": true
            }
          },
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "muntsos_dev_raspberrypi1": "*"
            }
          ],
          "description": "MuntsOS Embedded Linux support for RaspberryPi1 targets",
          "maintainers": [
            "Philip Munts <phil@munts.net>"
          ],
          "maintainers-logins": [
            "pmunts"
          ],
          "name": "muntsos_raspberrypi1",
          "origin": {
            "hashes": [
              "sha256:d5a5acb97f3e3df5c4775722e0732a0c71c94f76e809eb3cf0b802cc7a7639d1",
              "sha512:3a97be31a7b7858e8e973689b229e6afe9cc81e53bb5766cf6658d8ff28fb13f710fc4c315ec9a3c96b153a05baea4815dcf257a7b39ad4af016d9682c3be8b4"
            ],
            "url": "http://repo.munts.com/alire/muntsos_raspberrypi1-2.0.0.tbz2"
          },
          "project-files": [
            "aws.gpr",
            "libsimpleio.gpr"
          ],
          "tags": [
            "muntsos",
            "embedded",
            "linux",
            "arm",
            "raspberrypi1"
          ],
          "version": "2.0.0",
          "website": "https://github.com/pmunts/muntsos"
        },
        "path": "index/mu/muntsos_raspberrypi1/muntsos_raspberrypi1-2.0.0.toml",
        "version": "2.0.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "muntsos_dev_raspberrypi1",
            "package": "muntsos_dev_raspberrypi1",
            "provided_version": "system",
            "requirement": "*",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": [
            {
              "command": [
                "sh",
                "-c",
                "./postfetch"
              ],
              "type": "post-fetch"
            }
          ],
          "authors": [
            "Philip Munts"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "linux": true
            }
          },
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "muntsos_dev_raspberrypi1": "*"
            }
          ],
          "description": "MuntsOS Embedded Linux support for RaspberryPi1 targets",
          "maintainers": [
            "Philip Munts <phil@munts.net>"
          ],
          "maintainers-logins": [
            "pmunts"
          ],
          "name": "muntsos_raspberrypi1",
          "origin": {
            "hashes": [
              "sha256:7cc1995655ebb4e1d01f8f9964eb1846b4b604fbdea3eac243da44913927ab17",
              "sha512:899850e3a83b34a6f8d71bb72f26eff4b0efa4df8f6897328af60cf9700726e0ac6722988030efb357515b7ce486abc1704ff71c87efa9d627fe4b3f4daa8739"
            ],
            "url": "http://repo.munts.com/alire/muntsos_raspberrypi1-1.0.0.tbz2"
          },
          "project-files": [
            "aws.gpr",
            "libsimpleio.gpr"
          ],
          "tags": [
            "muntsos",
            "embedded",
            "linux",
            "arm",
            "raspberrypi1"
          ],
          "version": "1.0.0",
          "website": "https://github.com/pmunts/muntsos"
        },
        "path": "index/mu/muntsos_raspberrypi1/muntsos_raspberrypi1-1.0.0.toml",
        "version": "1.0.0"
      }
    ]
  },
  "schema_version": 4
}
