{
  "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_aarch64": "*"
        }
      }
    }
  ],
  "description": "MuntsOS Embedded Linux support for AArch64 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)** AArch64 / ARMv8 / arm64\ntarget computer.\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_aarch64\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_aarch64",
  "origin": {
    "hashes": [
      "sha256:9bccdb14899d957a51666d951de367af60eee2fdad7493f46c5a1ea2b50cbf1c",
      "sha512:0a6b2cab2192c06a6ad55243bb55c2347c59846653e07177c2908a7975efd44f0d691e4afc82c0e186ec2f576f5d39b677b89d6b8b2a3d7f8da0a179c8a9f1d9"
    ],
    "url": "https://raw.githubusercontent.com/pmunts/alire-crates/0debf2c7d1e5e3e31cee99aaf03dd199e5bb0643/muntsos_aarch64/muntsos_aarch64-11.0.1.tbz2"
  },
  "project-files": [
    "aws.gpr",
    "libsimpleio.gpr"
  ],
  "tags": [
    "muntsos",
    "embedded",
    "linux",
    "arm64",
    "aarch64"
  ],
  "version": "11.0.1",
  "website": "https://github.com/pmunts/muntsos"
}
