Test ran at 2024-02-29 01:11:18.602551+00:00 SOLUTION: atari_atr_tools=1.5.0: Atari / SIO2PC tools for ATR-files Origin: source archive atari_atr_tools-1.5.0.tgz at https://sourceforge.net/projects/tutorial-6502/files/Alire/atari_atr_tools-1.5.0.tgz with hashes sha256:5ab5b1710dca691b2a42bf9833961e227de99f1f01140b0e150f9e2274ff801c, sha512:39108450a978f951e37df11cb01074ac0fe1abe826ecf9fcdb0196caf706e5324c3d08863b1a4b083caa6e0d0e9192471ec8319e4f3947d6a18a0611633949d6 Properties: Test run: ${CRATE_DIR}/test/alr run Author: Martin Krischik Build Switches: Description: Atari / SIO2PC tools for ATR-files Executable: atr_tools-main License: GPL-3.0-or-later Long_Description: This is a tool to analyse, create and convert ATR files. ATR files are used by various Atari 8bit emulators and hardware add ons. Currently implemented # Print Header ```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 ``` # Create Floppy image ```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 ``` Development versions available with: ```sh alr index --add "git+https://github.com/krischik/alire-index.git#develop" --name krischik ``` Source code and testsuite available on [SourceForge](https://git.code.sf.net/p/tutorial-6502/git) Maintainer: Martin Krischik Maintainers_Logins: krischik Name: atari_atr_tools Tag: atari Tag: tools Tag: retrocomputing Tag: ada-2022 Version: 1.5.0 Website: https://sourceforge.net/projects/tutorial-6502 Dependencies (direct): adacl^5.15.1 gnat>=12 & <2000 Dependencies (solution): adacl=5.15.1 gnat=13.2.1 (gnat_external) (installed) Dependencies (graph): adacl=5.15.1 --> gnat=13.2.1 (gnat_external) (>=12 & <2000) atari_atr_tools=1.5.0 --> adacl=5.15.1 (^5.15.1) atari_atr_tools=1.5.0 --> gnat=13.2.1 (gnat_external) (>=12 & <2000) LOG: Note: Deploying atari_atr_tools=1.5.0... #=#=# ##=#=# ######################################################################## 100.0% ######################################################################## 100.0% Note: Deploying adacl=5.15.1... #=#=# ##=#=# ##-=#=-# ######################################################################## 100.0%# #=O#- # ######################################################################## 100.0% atari_atr_tools=1.5.0 successfully retrieved. Dependencies were solved as follows: + adacl 5.15.1 (new) +i gnat 13.2.1 (new,installed,gnat_external) Welcome to the toolchain selection assistant In this assistant you can set up the default toolchain to be used with any crate that does not specify its own top-level dependency on a version of gnat or gprbuild. If you choose "None", Alire will use whatever version is found in the environment. Note: gnat is currently not configured. (alr will use the version found in the environment.) Please select the gnat version for use with this configuration 1. gnat_native=13.2.1 2. None 3. gnat_external=13.2.1 [Detected at /usr/sbin/gnat] 4. gnat_arm_elf=13.2.1 5. gnat_avr_elf=13.2.1 6. gnat_riscv64_elf=13.2.1 7. gnat_arm_elf=13.1.0 8. gnat_avr_elf=13.1.0 9. gnat_native=13.1.0 0. gnat_riscv64_elf=13.1.0 a. (See more choices...) Enter your choice index (first is default): > ERROR: Canceled.