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