Test ran at 2025-09-06 12:58:38.747407+00:00 SOLUTION: atari_atr_tools=1.5.1: Cross-platform tool for ATR disk images for Atari 8-bit systems Origin: source archive atari_atr_tools-1.5.1.tgz at https://sourceforge.net/projects/tutorial-6502/files/Alire/atari_atr_tools-1.5.1.tgz with hashes sha256:f83e01b4a70cb4ed38169c7aebd6eaa90a10f241d78b050bfaea55c3796c3e54, sha512:65ad2fe793d2fed8d1e12c2de7718ffcf997d602c5b0f4896af15197a24fe6f71359dc94d3c07f93e58e68f84cb5bc633062621ad682b0dca7271750792bc01e Properties: Test run: alr run (from ${CRATE_ROOT}/test) Author: Martin Krischik Build Switches: Description: Cross-platform tool for ATR disk images for Atari 8-bit systems Executable: atr_tools-main License: 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. Key features include: **Header Analysis**: Display detailed metadata of ATR files, including sector size, disk density, track count, and boot sector presence. ```sh > atr_tools-main --print-header test-DD-DS-80.atr File name : test-DD-DS-80.atr Magic : 16#296# Paragraphs : 46056 Sector size : 256 Flags : 2#1# Bad Sectors : 0 Unused : 16#0# Sectors : 2880 Bytes : 736896 Boot Sectors : true Floppy disk double density, double sided, 80 track ``` **Floppy Image Creation**: Format and create ATR files for various disk configurations (e.g., single-sided, double-density, 80 tracks). ```sh > atr_tools-main --verbose --format-floppy --density=DD --side=SS --track=80 test-DD-SS-80.atr File created : test-DD-SS-80.atr Sector size : 256 Sector per track : 18 Tracks per side : 80 Sides per disk : 1 ``` The 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). Maintainer: Martin Krischik Maintainers_Logins: krischik Name: atari_atr_tools Tag: atari Tag: tools Tag: retrocomputing Tag: ada-2022 Version: 1.5.1 Website: https://sourceforge.net/projects/tutorial-6502 Dependencies (direct): adacl^6.3.0 Dependencies (solution): adacl=6.3.0 aunit=25.0.0 Dependencies (graph): adacl=6.3.0 --> aunit=25.0.0 (25.0.0) atari_atr_tools=1.5.1 --> adacl=6.3.0 (^6.3.0) LOG: Note: Alire has selected automatically this toolchain: gprbuild=25.0.1 gnat_native=15.1.2 You can select a different toolchain at any time with `alr toolchain --select` Download will start now: Press Enter to continue or Ctrl-C to abort ERROR: a-tigeli.adb:96 ERROR: alr encountered an unexpected error, re-run with -d for details. ERROR: error location: 0x10faee1 Ada.Text_Io.Get_Line.Get_Chunk at a-tigeli.adb:96 [alr test] Test action exited with error code 1