Test ran at 2025-09-09 12:37:11.323520+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: Synchronizing workspace... Dependencies automatically updated as follows: + adacl 6.3.0 (new) +. atari_atr_tools 1.5.1 (new,path=..) + aunit 25.0.0 (new) Note: Building atari_atr_tools=1.5.1/atari_atr_tools.gpr... Setup [mkdir] object directory for project Atari_Atr_Tools [mkdir] exec directory for project Atari_Atr_Tools Compile [Ada] atr_tools-main.adb [Ada] aunit-time_measure.adb [Ada] aunit-reporter-xml.adb [Ada] aunit-reporter-text.adb gnat1: invalid switch: -gnat2022 compilation of atr_tools-main.adb failed gprbuild: *** compilation phase failed ERROR: Command ["gprbuild", "-s", "-j0", "-p", "-P", "D:\a\alire-crates-ci\alire-crates-ci\test\005d5e99-39b4-435c-b2bd-fc77dfb6b5a7\atari_atr_tools_1.5.1_f83e01b4\atari_atr_tools.gpr"] exited with code 4 ERROR: Build failed [alr test] Test action exited with error code 1