Test ran at 2025-08-01 12:29:46.446375+00:00 SOLUTION: ali_parse=1.0.0: ALI_Parse - parsing and processing GNAT's .ali files Origin: source archive ali-parse-v1.0.zip at https://sourceforge.net/projects/ali-parse/files/ali-parse-v1.0.zip with hash sha512:64e768d9e4cdd08402d072be32a4ca3be0247c45c2bcb10bcc4dd0fa7bc3d2b2de2d1636cafc063c36ec43729f986ab6813ba6f9735172a135400863dd7f8cae Properties: Author: Gautier de Montmollin Description: ALI_Parse - parsing and processing GNAT's .ali files Executable: gnathtml License: MIT Long_Description: ALI_Parse is a parser for the .ali files generated by the GNAT Ada compiler. ALI means Ada Library Information. You find the .ali files in the same directories as the object files (.o) containing the machine code produced by GNAT. Currently, ALI_Parse is focused at cross-references within a set of Ada source files. Two command-line tools using the parser are provided: * GNATHTML, which generates a set of Web pages from Ada sources * ALI_Stats, which shows the list of entities, the list of cross-references, the count of references to each entity and the list of files. ALI_Parse is pure Ada 2012 and doesn't depend on any other resource. Maintainer: gdemont@hotmail.com Maintainers_Logins: zertovitch Name: ali_parse Project_File: ali_parse.gpr Tag: webview Version: 1.0.0 Website: https://github.com/zertovitch/ali_parse/ LOG: [alr test] Testing ali_parse=1.0.0 [alr test] Spawning retrieval for remote crate: alr -d -n get ali_parse=1.0.0 Note: Deploying ali_parse=1.0.0... ######################################################################## 100.0% ######################################################################## 100.0% ######################################################################## 100.0% ######################################################################## 100.0%#=#=# ######################################### 57.4% ######################################################################## 100.0% ali_parse=1.0.0 successfully retrieved. There are no dependencies. [alr test] Spawning default test for remote crate: alr -d -n build --release -- -cargs:Ada -gnatwn Note: Building ali_parse=1.0.0/ali_parse.gpr... Setup [mkdir] object directory for project ALI_Parse Compile [Ada] gnathtml.adb [Ada] ali_stats.adb [Ada] ali_parse.adb Bind [gprbind] gnathtml.bexch [gprbind] ali_stats.bexch [Ada] ali_stats.ali [Ada] gnathtml.ali Link [link] gnathtml.adb [link] ali_stats.adb Success: Build finished successfully in 9.59 seconds. Found declared GPR file: ali_parse.gpr [alr test] Test completed SUCCESSFULLY