{
  "actions": [
    {
      "command": [
        "sh",
        "-c",
        "./postfetch"
      ],
      "type": "post-fetch"
    }
  ],
  "authors": [
    "Philip Munts"
  ],
  "available": {
    "case(os)": {
      "...": false,
      "linux": true
    }
  },
  "configuration": {
    "disabled": true
  },
  "depends-on": [
    {
      "muntsos_dev_aarch64": "*"
    }
  ],
  "description": "MuntsOS Embedded Linux support for AArch64 targets",
  "long-description": "Introduction\n============\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 Linux development computer before you can use this\ncrate. See [Application Note\n#1](http://git.munts.com/muntsos/doc/AppNote1-Setup-Debian.pdf) for\nDebian distributions or [Application Note\n#2](http://git.munts.com/muntsos/doc/AppNote2-Setup-RPM.pdf) for RPM\ndistributions.\n\nEach **MuntsOS Embedded Linux** cross toolchain contains prebuilt **[Ada\nWeb Server](https://github.com/AdaCore/aws)** and **[Linux Simple I/O\nLibrary](https://github.com/pmunts/libsimpleio)** components. Therefore,\n**DO NOT** attempt to **`alr with`** any of the **aws**,\n**libsimpleio**, **mcp2221**, or **remoteio** crates in a project using\nthis crate.\n\nEnvironment Variables\n=====================\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\nExample\n=======\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](http://git.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:d2798151374972411a2771536ed96948fdf129f7f667834ecfeac65e9ec3f678",
      "sha512:093ab444880ce6d8faafc54d98a4bea5a82c7fa42bb017175b62dda0d8e19f52384e1730bff9711f7d779f4a9bc87b1d2cf39c8592065245d07dadf477410161"
    ],
    "url": "https://raw.githubusercontent.com/pmunts/alire-crates/75da2e559247e12db407cb2a31f59f2aeac75214/muntsos_aarch64/muntsos_aarch64-9.3.1.tbz2"
  },
  "project-files": [
    "aws.gpr",
    "libsimpleio.gpr"
  ],
  "tags": [
    "muntsos",
    "embedded",
    "linux",
    "arm64",
    "aarch64"
  ],
  "version": "9.3.1",
  "website": "https://github.com/pmunts/muntsos"
}
