{
  "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": "Cross-platform tool for analysing and inspecting Atari 8-bit EXE files",
    "development_only": false,
    "latest_version": "1.5.2",
    "name": "atari_exe_tools",
    "selected_version": "1.5.2",
    "versions": [
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "adacl",
            "package": "adacl",
            "provided_version": "7.2.0",
            "requirement": "^7.2.0",
            "resolved": true,
            "version": "7.2.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": [
            {
              "command": [
                "alr",
                "--chdir=test",
                "run"
              ],
              "directory": ".",
              "type": "test"
            }
          ],
          "authors": [
            "Martin Krischik"
          ],
          "build-switches": {
            "*": {
              "ada_version": "Ada2022",
              "source_encoding": "UTF_8"
            },
            "development": {
              "compile_checks": "Warnings",
              "contracts": "Yes",
              "debug_info": "Yes",
              "optimization": "Debug",
              "runtime_checks": "Everything"
            },
            "release": {
              "compile_checks": "Warnings",
              "contracts": "Yes",
              "debug_info": "No",
              "optimization": "Performance",
              "runtime_checks": "Everything"
            },
            "validation": {
              "compile_checks": "Warnings",
              "contracts": "Yes",
              "debug_info": "Yes",
              "optimization": "Debug",
              "runtime_checks": "Everything"
            }
          },
          "depends-on": [
            {
              "adacl": "^7.2.0"
            }
          ],
          "description": "Cross-platform tool for analysing and inspecting Atari 8-bit EXE files",
          "executables": [
            "exe_tools-main"
          ],
          "licenses": "GPL-3.0-or-later",
          "long-description": "Atari EXE Tools is a robust, cross-platform utility written in Ada 2022 for analysing Atari 8-bit executable (EXE) files, used in Atari 400/800 and XL/XE systems or emulators like Altirra and Atari800. Unlike most existing tools, which are typically Windows-only, this tool operates seamlessly on macOS, Linux, and Windows, making it an essential asset for retro computing enthusiasts and developers working across diverse platforms.\n\nKey features include:\n\n**Header Analysis**: Extract and display detailed metadata from EXE files,\nincluding memory start/end addresses, segment lengths, and init/run vectors.\n\n```sh\n  > exe_tools-main --print-header ./test/share/atari_check_exe_test/HELLO_C.EXE\n  File: ./test/share/atari_check_exe_test/HELLO_C.EXE\n  Magic: $FFFF; Start: $2E00; End: $2EF5; Length: 246\n  Magic: $0000; Start: $02E2; End: $02E3; Length: 2; Init: $2E47\n  Magic: $0000; Start: $2400; End: $28DE; Length: 1247\n  Magic: $0000; Start: $02E0; End: $02E1; Length: 2; Run: $2401\n```\n\nData Dumping: Output hexadecimal data from EXE files for inspection, with ATASCII portions omitted to ensure compatibility with non-UTF-8 environments.\n\n\n```sh\n> exe_tools-main --print-data ./test/share/atari_check_exe_test/HELLO_A.EXE\nFile: ./test/share/atari_check_exe_test/HELLO_A.EXE\n2400: 60 60 A2 00 A9 0B 9D 42 03 A9 3F 9D 44 03 A9 24\n2410: 9D 45 03 A9 2E 9D 48 03 A9 00 9D 49 03 20 56 E4\n2420: A2 00 A9 07 9D 42 03 A9 6D 9D 44 03 A9 24 9D 45\n2430: 03 A9 01 9D 48 03 A9 00 9D 49 03 20 56 E4 60 48\n2440: 65 6C 6C 6F 20 57 6F 72 6C 64 21 9B 28 75 73 69\n2450: 6E 67 20 61 20 65 78 65 63 75 74 61 62 6C 65 20\n2460: 69 6E 20 61 73 73 65 6D 62 6C 65 72 29 9B 00\n02E0: 02 24\nRun: $2402\n```\n\nThe tool includes a comprehensive AUnit test suite to ensure reliability across\nplatforms and Atari 8-bit configurations. Source code and tests are available\non SourceForge. Detailed GNATdoc documentation can be found at 6502\nTutorial.\n",
          "maintainers": [
            "Martin Krischik <krischik@users.sourceforge.net>"
          ],
          "maintainers-logins": [
            "krischik"
          ],
          "name": "atari_exe_tools",
          "origin": {
            "hashes": [
              "sha256:01d0627a4dddd72d91329f87fa2390923294c2ca32903ea8ab44649258309dfb",
              "sha512:eca8be393926f918fcf1d2fb89f01ea143de0395c18790b5454bd58f4617d77c837425dacd9fdd55be30dfefc2a0ee56b893c493870d64b0429a513d49c70be3"
            ],
            "url": "https://sourceforge.net/projects/tutorial-6502/files/Alire/atari_exe_tools-1.5.2.tgz"
          },
          "tags": [
            "atari",
            "tools",
            "retrocomputing",
            "ada-2022"
          ],
          "version": "1.5.2",
          "website": "https://sourceforge.net/projects/tutorial-6502"
        },
        "path": "index/at/atari_exe_tools/atari_exe_tools-1.5.2.toml",
        "version": "1.5.2"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "adacl",
            "package": "adacl",
            "provided_version": "6.3.0",
            "requirement": "^6.3.0",
            "resolved": true,
            "version": "6.3.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": [
            {
              "command": [
                "alr",
                "run"
              ],
              "directory": "test",
              "type": "test"
            }
          ],
          "authors": [
            "Martin Krischik"
          ],
          "build-switches": {
            "*": {
              "ada_version": "Ada2022",
              "source_encoding": "UTF_8"
            },
            "development": {
              "compile_checks": "Warnings",
              "contracts": "Yes",
              "debug_info": "Yes",
              "optimization": "Debug",
              "runtime_checks": "Everything"
            },
            "release": {
              "compile_checks": "Warnings",
              "contracts": "Yes",
              "debug_info": "No",
              "optimization": "Performance",
              "runtime_checks": "Everything"
            },
            "validation": {
              "compile_checks": "Warnings",
              "contracts": "Yes",
              "debug_info": "Yes",
              "optimization": "Debug",
              "runtime_checks": "Everything"
            }
          },
          "depends-on": [
            {
              "adacl": "^6.3.0"
            }
          ],
          "description": "Cross-platform tool for analysing and inspecting Atari 8-bit EXE files",
          "executables": [
            "exe_tools-main"
          ],
          "licenses": "GPL-3.0-or-later",
          "long-description": "Atari EXE Tools is a robust, cross-platform utility written in Ada 2022 for analysing Atari 8-bit executable (EXE) files, used in Atari 400/800 and XL/XE systems or emulators like Altirra and Atari800. Unlike most existing tools, which are typically Windows-only, this tool operates seamlessly on macOS, Linux, and Windows, making it an essential asset for retro computing enthusiasts and developers working across diverse platforms.\n\nKey features include:\n\n**Header Analysis**: Extract and display detailed metadata from EXE files,\nincluding memory start/end addresses, segment lengths, and init/run vectors.\n\n```sh\n  > exe_tools-main --print-header ./test/share/atari_check_exe_test/HELLO_C.EXE\n  File: ./test/share/atari_check_exe_test/HELLO_C.EXE\n  Magic: $FFFF; Start: $2E00; End: $2EF5; Length: 246\n  Magic: $0000; Start: $02E2; End: $02E3; Length: 2; Init: $2E47\n  Magic: $0000; Start: $2400; End: $28DE; Length: 1247\n  Magic: $0000; Start: $02E0; End: $02E1; Length: 2; Run: $2401\n```\n\nData Dumping: Output hexadecimal data from EXE files for inspection, with ATASCII portions omitted to ensure compatibility with non-UTF-8 environments.\n\n\n```sh\n> exe_tools-main --print-data ./test/share/atari_check_exe_test/HELLO_A.EXE\nFile: ./test/share/atari_check_exe_test/HELLO_A.EXE\n2400: 60 60 A2 00 A9 0B 9D 42 03 A9 3F 9D 44 03 A9 24\n2410: 9D 45 03 A9 2E 9D 48 03 A9 00 9D 49 03 20 56 E4\n2420: A2 00 A9 07 9D 42 03 A9 6D 9D 44 03 A9 24 9D 45\n2430: 03 A9 01 9D 48 03 A9 00 9D 49 03 20 56 E4 60 48\n2440: 65 6C 6C 6F 20 57 6F 72 6C 64 21 9B 28 75 73 69\n2450: 6E 67 20 61 20 65 78 65 63 75 74 61 62 6C 65 20\n2460: 69 6E 20 61 73 73 65 6D 62 6C 65 72 29 9B 00\n02E0: 02 24\nRun: $2402\n```\n\nThe tool includes a comprehensive AUnit test suite to ensure reliability across\nplatforms and Atari 8-bit configurations. Source code and tests are available\non SourceForge. Detailed GNATdoc documentation can be found at 6502\nTutorial.\n",
          "maintainers": [
            "Martin Krischik <krischik@users.sourceforge.net>"
          ],
          "maintainers-logins": [
            "krischik"
          ],
          "name": "atari_exe_tools",
          "origin": {
            "hashes": [
              "sha256:d60e073111d639242eedebd3e11b18f781b9d600c12e3d04fbd4bf1dd3f7a9e6",
              "sha512:c2700ec5d401dab2d48027d265d70ccd0985a1c735c6bba692352576c746d83b4195965850e03867de8827e06739e3e09b1375130f0e17db1d5e8cdf362889c5"
            ],
            "url": "https://sourceforge.net/projects/tutorial-6502/files/Alire/atari_exe_tools-1.5.1.tgz"
          },
          "tags": [
            "atari",
            "tools",
            "retrocomputing",
            "ada-2022"
          ],
          "version": "1.5.1",
          "website": "https://sourceforge.net/projects/tutorial-6502"
        },
        "path": "index/at/atari_exe_tools/atari_exe_tools-1.5.1.toml",
        "version": "1.5.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "adacl",
            "package": "adacl",
            "provided_version": "5.16.1",
            "requirement": "^5.15.1",
            "resolved": true,
            "version": "5.16.1"
          },
          {
            "catalog": "flyology",
            "condition": null,
            "name": "gnat",
            "package": "gnat_flyology_native",
            "provided_version": "16.2.0",
            "requirement": ">=12 & <2000",
            "resolved": true,
            "version": "16.2.0-patchset.1.1.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": [
            {
              "command": [
                "alr",
                "run"
              ],
              "directory": "test",
              "type": "test"
            }
          ],
          "authors": [
            "Martin Krischik"
          ],
          "build-switches": {
            "development": {
              "contracts": "Yes",
              "runtime_checks": "Overflow"
            },
            "release": {
              "contracts": "No",
              "runtime_checks": "Default"
            },
            "validation": {
              "contracts": "Yes",
              "runtime_checks": "Everything"
            }
          },
          "depends-on": [
            {
              "adacl": "^5.15.1",
              "gnat": ">=12 & <2000"
            }
          ],
          "description": "Atari tools for for handling EXE-files",
          "executables": [
            "exe_tools-main"
          ],
          "licenses": "GPL-3.0-or-later",
          "long-description": "This is a tool to analyse Atari 8 bit EXE files.\n\n# Print Header\n\n```sh\n>exe_tools-main --print-header ./test/share/atari_check_exe_test/HELLO_C.EXE\"\nFile: ./test/share/atari_check_exe_test/HELLO_C.EXE\nMagic: $FFFF; Start: $2E00; End: $2EF5; Length: 246\nMagic: $0000; Start: $02E2; End: $02E3; Length: 2; Init: $2E47\nMagic: $0000; Start: $2400; End: $28DE; Length: 1247\nMagic: $0000; Start: $02E0; End: $02E1; Length: 2; Run: $2401\n```\n\n# Print Data\n\n```sh\n--print-data ./test/share/atari_check_exe_test/HELLO_A.EXE\"\nFile: ./test/share/atari_check_exe_test/HELLO_A.EXE\n2400: 60 60 A2 00 A9 0B 9D 42 03 A9 3F 9D 44 03 A9 24  \n2410: 9D 45 03 A9 2E 9D 48 03 A9 00 9D 49 03 20 56 E4  \n2420: A2 00 A9 07 9D 42 03 A9 6D 9D 44 03 A9 24 9D 45  \n2430: 03 A9 01 9D 48 03 A9 00 9D 49 03 20 56 E4 60 48  \n2440: 65 6C 6C 6F 20 57 6F 72 6C 64 21 9B 28 75 73 69  \n2450: 6E 67 20 61 20 65 78 65 63 75 74 61 62 6C 65 20  \n2460: 69 6E 20 61 73 73 65 6D 62 65 72 29 9B 00        \n02E0: 02 24                                            \nRun: $2402\n>exe_tools-main \n```\n\nThe ATASCII part of the hexdump has been removed as Alire is not UTF8 compatible.\n\nDevelopment versions and testsuite available using the follwowing index:\n\n```sh\nalr index --add \"git+https://github.com/krischik/alire-index.git#develop\" --name krischik\n```\n\nSource code including AUnit tests available on [SourceForge](https://git.code.sf.net/p/tutorial-6502/git)\n",
          "maintainers": [
            "Martin Krischik <krischik@users.sourceforge.net>"
          ],
          "maintainers-logins": [
            "krischik"
          ],
          "name": "atari_exe_tools",
          "origin": {
            "hashes": [
              "sha256:cfa984352e70e528ee768124141eaa3d56dc595f7613ce7c1bf12be578005349",
              "sha512:e166df5c4b7afc02f30463495cb76c482801985d8f8f1bda2af6b8408da2d18f6435cbc95a003e306c217b725f18493d325080fc34c1144d0891040cc89c1e0d"
            ],
            "url": "https://sourceforge.net/projects/tutorial-6502/files/Alire/atari_exe_tools-1.5.0.tgz"
          },
          "tags": [
            "atari",
            "tools",
            "retrocomputing",
            "ada-2022"
          ],
          "version": "1.5.0",
          "website": "https://sourceforge.net/projects/tutorial-6502"
        },
        "path": "index/at/atari_exe_tools/atari_exe_tools-1.5.0.toml",
        "version": "1.5.0"
      }
    ]
  },
  "schema_version": 4
}
