{
  "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"
}
