{
  "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 ATR disk images for Atari 8-bit systems",
    "development_only": false,
    "latest_version": "1.5.2",
    "name": "atari_atr_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 <krischik@users.sourceforge.net>"
          ],
          "build-switches": {
            "*": {
              "ada_version": "Ada2022",
              "source_encoding": "UTF_8"
            },
            "development": {
              "compile_checks": "Warnings",
              "contracts": "Yes",
              "debug_info": "Yes",
              "optimization": "Debug",
              "runtime_checks": "Overflow"
            },
            "release": {
              "compile_checks": "Warnings",
              "contracts": "No",
              "debug_info": "No",
              "optimization": "Performance",
              "runtime_checks": "Default"
            },
            "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 ATR disk images for Atari 8-bit systems",
          "executables": [
            "atr_tools-main"
          ],
          "licenses": "GPL-3.0-or-later",
          "long-description": "Atari ATR Tools is a versatile, cross-platform utility written in Ada 2022 for managing ATR disk image files used by Atari 8-bit emulators (e.g., Altirra, Atari800) and hardware add-ons like SIO2PC. Unlike most existing tools, which are Windows-only, this tool runs seamlessly on macOS, Linux, and Windows, making it ideal for retro computing enthusiasts across all major platforms.\n\nKey features include:\n\n**Header Analysis**: Display detailed metadata of ATR files, including sector\nsize, disk density, track count, and boot sector presence.\n\n```sh\n  > atr_tools-main --print-header test-DD-DS-80.atr\n  File name\t   : test-DD-DS-80.atr\n  Magic\t\t   :\t  16#296#\n  Paragraphs\t   :\t    46056\n  Sector size\t   :\t      256\n  Flags\t\t   :\t     2#1#\n  Bad Sectors\t   :\t\t0\n  Unused\t   :\t    16#0#\n  Sectors\t   :\t     2880\n  Bytes\t\t   :\t   736896\n  Boot Sectors\t   : true\n  Floppy disk double density, double sided, 80 track\n```\n\n**Floppy Image Creation**: Format and create ATR files for various disk\nconfigurations (e.g., single-sided, double-density, 80 tracks).\n\n```sh\n> atr_tools-main --verbose --format-floppy --density=DD --side=SS --track=80 test-DD-SS-80.atr\nFile created\t : test-DD-SS-80.atr\nSector size\t :\t    256\nSector per track :\t     18\nTracks per side  :\t     80\nSides per disk\t :\t      1\n```\n\nThe tool includes a comprehensive test suite to ensure reliability across platforms and configurations. Source code and tests are available on SourceForge. Detailed GNATdoc documentation can be found at [6502 Tutorial](https://tutorial-6502.sourceforge.io/gnatdoc/atr_tools/index.html).\n",
          "maintainers": [
            "Martin Krischik <krischik@users.sourceforge.net>"
          ],
          "maintainers-logins": [
            "krischik"
          ],
          "name": "atari_atr_tools",
          "origin": {
            "hashes": [
              "sha256:2dd660ea6cd895dd06a7d2a644c6f31cc8955bdaf8cde4fc7287e0fab259ec4a",
              "sha512:9451eaa0a84c282c4063a8939ff3b95e80d503a329e5768f13702fa6589e90054aa44a91b7d97a798fe9a69874cb2137dfc7cd4f00ed8c970d5c7b66d0c84268"
            ],
            "url": "https://sourceforge.net/projects/tutorial-6502/files/Alire/atari_atr_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_atr_tools/atari_atr_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 <krischik@users.sourceforge.net>"
          ],
          "build-switches": {
            "*": {
              "ada_version": "Ada2022",
              "source_encoding": "UTF_8"
            },
            "development": {
              "compile_checks": "Warnings",
              "contracts": "Yes",
              "debug_info": "Yes",
              "optimization": "Debug",
              "runtime_checks": "Overflow"
            },
            "release": {
              "compile_checks": "Warnings",
              "contracts": "No",
              "debug_info": "No",
              "optimization": "Performance",
              "runtime_checks": "Default"
            },
            "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 ATR disk images for Atari 8-bit systems",
          "executables": [
            "atr_tools-main"
          ],
          "licenses": "GPL-3.0-or-later",
          "long-description": "Atari ATR Tools is a versatile, cross-platform utility written in Ada 2022 for managing ATR disk image files used by Atari 8-bit emulators (e.g., Altirra, Atari800) and hardware add-ons like SIO2PC. Unlike most existing tools, which are Windows-only, this tool runs seamlessly on macOS, Linux, and Windows, making it ideal for retro computing enthusiasts across all major platforms.\n\nKey features include:\n\n**Header Analysis**: Display detailed metadata of ATR files, including sector\nsize, disk density, track count, and boot sector presence.\n\n```sh\n  > atr_tools-main --print-header test-DD-DS-80.atr\n  File name        : test-DD-DS-80.atr\n  Magic            :      16#296#\n  Paragraphs       :        46056\n  Sector size      :          256\n  Flags            :         2#1#\n  Bad Sectors      :            0\n  Unused           :        16#0#\n  Sectors          :         2880\n  Bytes            :       736896\n  Boot Sectors     : true\n  Floppy disk double density, double sided, 80 track\n```\n\n**Floppy Image Creation**: Format and create ATR files for various disk\nconfigurations (e.g., single-sided, double-density, 80 tracks).\n\n```sh\n> atr_tools-main --verbose --format-floppy --density=DD --side=SS --track=80 test-DD-SS-80.atr\nFile created     : test-DD-SS-80.atr\nSector size      :          256\nSector per track :           18\nTracks per side  :           80\nSides per disk   :            1\n```\n\nThe tool includes a comprehensive test suite to ensure reliability across platforms and configurations. Source code and tests are available on SourceForge. Detailed GNATdoc documentation can be found at [6502 Tutorial](https://tutorial-6502.sourceforge.io/gnatdoc/atr_tools/index.html).\n",
          "maintainers": [
            "Martin Krischik <krischik@users.sourceforge.net>"
          ],
          "maintainers-logins": [
            "krischik"
          ],
          "name": "atari_atr_tools",
          "origin": {
            "hashes": [
              "sha256:f83e01b4a70cb4ed38169c7aebd6eaa90a10f241d78b050bfaea55c3796c3e54",
              "sha512:65ad2fe793d2fed8d1e12c2de7718ffcf997d602c5b0f4896af15197a24fe6f71359dc94d3c07f93e58e68f84cb5bc633062621ad682b0dca7271750792bc01e"
            ],
            "url": "https://sourceforge.net/projects/tutorial-6502/files/Alire/atari_atr_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_atr_tools/atari_atr_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 <krischik@users.sourceforge.net>"
          ],
          "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 / SIO2PC tools for ATR-files",
          "executables": [
            "atr_tools-main"
          ],
          "licenses": "GPL-3.0-or-later",
          "long-description": "This is a tool to analyse, create and convert ATR files.\n\nATR files are used by various Atari 8bit emulators and hardware add ons. Currently implemented\n\n# Print Header\n\n```sh\n>atr_tools-main --print-header test-DD-DS-80.atr \nFile name        : test-DD-DS-80.atr\nMagic            :      16#296#\nParagraphs       :        46056\nSector size      :          256\nFlags            :         2#1#\nBad Sectors      :            0\nUnused           :        16#0#\nSectors          :         2880\nBytes            :       736896\nBoot Sectors     : true        \n\nFloppy disk double density, double sided, 80 track\n```\n\n# Create Floppy image\n\n```sh\n>atr_tools-main --verbose --format-floppy --density=DD --side=SS --track=80 test-DD-SS-80.atr\nFile created     : test-DD-SS-80.atr\nSector size      :          256\nSector per track :           18\nTracks per side  :           80\nSides per disk   :            1\n```\n\nDevelopment versions available with:\n\n```sh\nalr index --add \"git+https://github.com/krischik/alire-index.git#develop\" --name krischik\n```\n\nSource code and testsuite 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_atr_tools",
          "origin": {
            "hashes": [
              "sha256:5ab5b1710dca691b2a42bf9833961e227de99f1f01140b0e150f9e2274ff801c",
              "sha512:39108450a978f951e37df11cb01074ac0fe1abe826ecf9fcdb0196caf706e5324c3d08863b1a4b083caa6e0d0e9192471ec8319e4f3947d6a18a0611633949d6"
            ],
            "url": "https://sourceforge.net/projects/tutorial-6502/files/Alire/atari_atr_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_atr_tools/atari_atr_tools-1.5.0.toml",
        "version": "1.5.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "adacl",
            "package": "adacl",
            "provided_version": "7.2.0",
            "requirement": ">=5.13.1",
            "resolved": true,
            "version": "7.2.0"
          },
          {
            "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 <krischik@users.sourceforge.net>"
          ],
          "build-switches": {
            "development": {
              "contracts": "Yes",
              "runtime_checks": "Overflow"
            },
            "release": {
              "contracts": "No",
              "runtime_checks": "Default"
            },
            "validation": {
              "contracts": "Yes",
              "runtime_checks": "Everything"
            }
          },
          "depends-on": [
            {
              "adacl": ">=5.13.1",
              "gnat": ">=12 & <2000"
            }
          ],
          "description": "Atari / SIO2PC tools for ATR-files",
          "executables": [
            "atr_tools-main"
          ],
          "licenses": "GPL-3.0-or-later",
          "long-description": "This is a tool to analyse, create and convert ATR files.\n\nATR files are used by various Atari 8bit emulators and hardware add ons. Currently implemented\n\n# Print Header\n\n```sh\n>atr_tools-main --print-header test-DD-DS-80.atr \nFile name        : test-DD-DS-80.atr\nMagic            :      16#296#\nParagraphs       :        46056\nSector size      :          256\nFlags            :         2#1#\nBad Sectors      :            0\nUnused           :        16#0#\nSectors          :         2880\nBytes            :       736896\nBoot Sectors     : true        \n\nFloppy disk double density, double sided, 80 track\n```\n\n# Create Floppy image\n\n```sh\n>atr_tools-main --verbose --format-floppy --density=DD --side=SS --track=80 test-DD-SS-80.atr\nFile created     : test-DD-SS-80.atr\nSector size      :          256\nSector per track :           18\nTracks per side  :           80\nSides per disk   :            1\n```\n\nDevelopment versions available with:\n\n```sh\nalr index --add \"git+https://github.com/krischik/alire-index.git#develop\" --name krischik\n```\n\nSource code and testsuite 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_atr_tools",
          "origin": {
            "hashes": [
              "sha256:1e2cccbbeee5c0158b5453a73e5e66c69d27b312f88b9b430b6355446465a8df",
              "sha512:241e48bd6d5b80fe6aaac9bdce0dfa5a3a21689f6143fcbe04cfbc307eeceea5c010825f210eaebb436f17f534352f00957a5952c0bf9998b7f20877a8a340bd"
            ],
            "url": "https://sourceforge.net/projects/tutorial-6502/files/Alire/atari_atr_tools-1.1.3.tgz"
          },
          "tags": [
            "atari",
            "tools",
            "retrocomputing",
            "ada-2022"
          ],
          "version": "1.1.3",
          "website": "https://sourceforge.net/projects/tutorial-6502"
        },
        "path": "index/at/atari_atr_tools/atari_atr_tools-1.1.3.toml",
        "version": "1.1.3"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "adacl",
            "package": "adacl",
            "provided_version": "7.2.0",
            "requirement": ">=5.12.0",
            "resolved": true,
            "version": "7.2.0"
          },
          {
            "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": {
          "authors": [
            "Martin Krischik <krischik@users.sourceforge.net>"
          ],
          "build-switches": {
            "development": {
              "contracts": "Yes",
              "runtime_checks": "Overflow"
            },
            "release": {
              "contracts": "No",
              "runtime_checks": "Default"
            },
            "validation": {
              "contracts": "Yes",
              "runtime_checks": "Everything"
            }
          },
          "depends-on": [
            {
              "adacl": ">=5.12.0",
              "gnat": ">=12 & <2000"
            }
          ],
          "description": "Atari / SIO2PC tools for ATR-files",
          "executables": [
            "atr_tools-main"
          ],
          "licenses": "GPL-3.0-or-later",
          "long-description": "This is a tool to analyse, create and convert ATR files.\n\nATR files are used by various Atari 8bit emulators and hardware add ons. Currently implemented\n\n# Print Header\n\n```sh\n>atr_tools-main --print-header test-DD-DS-80.atr \nFile name        : test-DD-DS-80.atr\nMagic            :      16#296#\nParagraphs       :        46056\nSector size      :          256\nFlags            :         2#1#\nBad Sectors      :            0\nUnused           :        16#0#\nSectors          :         2880\nBytes            :       736896\nBoot Sectors     : true        \n\nFloppy disk double density, double sided, 80 track\n```\n\n# Create Floppy image\n\n```sh\n>atr_tools-main --verbose --format-floppy --density=DD --side=SS --track=80 test-DD-SS-80.atr\nFile created     : test-DD-SS-80.atr\nSector size      :          256\nSector per track :           18\nTracks per side  :           80\nSides per disk   :            1\n```\n\nDevelopment versions available with:\n\n```sh\nalr index --add \"git+https://github.com/krischik/alire-index.git#develop\" --name krischik\n```\n\nSource code and testsuite 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_atr_tools",
          "origin": {
            "hashes": [
              "sha256:e9f2be5c15332d483f505ac75824cef95bf49c9b54ecb7cf6521bf1558b9ef8b",
              "sha512:bd4baeacce7679ae94f30c4f683e467983fa2f4df1eb33cec5d134c84d6c0ae19ad5d82ad4fd689df3849a05c13f9bb42f6dbe43bb7f81a83e796005968ab196"
            ],
            "url": "https://sourceforge.net/projects/tutorial-6502/files/Alire/atari_atr_tools-1.1.1.tgz"
          },
          "tags": [
            "atari",
            "tools",
            "retrocomputing",
            "ada2022"
          ],
          "version": "1.1.1",
          "website": "https://sourceforge.net/projects/tutorial-6502"
        },
        "path": "index/at/atari_atr_tools/atari_atr_tools-1.1.1.toml",
        "version": "1.1.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "adacl",
            "package": "adacl",
            "provided_version": "5.9.8",
            "requirement": "5.9.8",
            "resolved": true,
            "version": "5.9.8"
          },
          {
            "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": {
          "authors": [
            "Martin Krischik <krischik@users.sourceforge.net>"
          ],
          "depends-on": [
            {
              "adacl": "5.9.8",
              "gnat": ">=12 & <2000"
            }
          ],
          "description": "Atari / SIO2PC tools for ATR-files",
          "executables": [
            "atr_tools-main"
          ],
          "licenses": "GPL-3.0-or-later",
          "long-description": "This is a tool to analyse, create and convert ATR files.\n\nATR files are used by various Atari 8bit emulators and hardware add ons. Currently implemented\n\n# Print Header\n\n```sh\n>atr_tools-main --print-header test-DD-DS-80.atr \nFile name        : test-DD-DS-80.atr\nMagic            :      16#296#\nParagraphs       :        46056\nSector size      :          256\nFlags            :         2#1#\nBad Sectors      :            0\nUnused           :        16#0#\nSectors          :         2880\nBytes            :       736896\nBoot Sectors     : true        \n\nFloppy disk double density, double sided, 80 track\n```\n\n# Create Floppy immage\n\n```sh\n>atr_tools-main --verbose --format-floppy --density=DD --side=SS --track=80 test-DD-SS-80.atr\nFile created     : test-DD-SS-80.atr\nSector size      :          256\nSector per track :           18\nTracks per side  :           80\nSides per disk   :            1\n```\n\nDevelopment versions available with:\n\nalr index --add \"git+https://github.com/krischik/alire-index.git#develop\" --name krischik\n",
          "maintainers": [
            "Martin Krischik <krischik@users.sourceforge.net>"
          ],
          "maintainers-logins": [
            "krischik"
          ],
          "name": "atari_atr_tools",
          "origin": {
            "hashes": [
              "sha256:cabbfea1eaf65b4836a3deef576dba337877e6cb13b209c78390793970430a9e",
              "sha512:50df90b23d7399ea1b1b079b33b6616157fe4cf21d1351c350cb15939b7dbc0e0a12b8f6d6f96e491d89e5fceb32aa75f69dbddb8d608167732242635d450d77"
            ],
            "url": "https://sourceforge.net/projects/tutorial-6502/files/Alire/atari_atr_tools-1.0.0.tgz"
          },
          "tags": [
            "atari",
            "tools",
            "retrocomputing",
            "ada2022"
          ],
          "version": "1.0.0",
          "website": "https://sourceforge.net/projects/tutorial-6502"
        },
        "path": "index/at/atari_atr_tools/atari_atr_tools-1.0.0.toml",
        "version": "1.0.0"
      }
    ]
  },
  "schema_version": 4
}
