Test ran at 2023-11-11 12:40:38.729366+00:00 SOLUTION: si_units=0.2.0: Pretty print physical values in properly scaled metric (SI) units. Origin: commit 13606e4922ac7c1dc9e456db9967a057ced1e9ea from https://github.com/HeisenbugLtd/si_units.git Properties: Author: Vinzent "Jellix" Saranen Description: Pretty print physical values in properly scaled metric (SI) units. GPR Scenario: SI_UNITS_BUILD_MODE := debug | release License: WTFPL Long_Description: Provides generic conversion (`Image`) functions that convert values into human readable strings with appropriate SI prefixes. This is especially convenient when you have to deal with printing values from a potentially large interval, and you need to represent such values as something an average human will easily be able to read. Then you can use `SI_Units` to take care of the conversion into an appropriate string representation for you. Converting values into a string is supported with all SI prefixes which are a power of 1000 (yocto .. Yotta), additionally there is a generic that can deal with binary prefixes (i.e. prefixes that denote powers of 1024). Scaling (i.e. conversion between different prefixes, like from kilo(meter) to centi(meter)) between all defined SI prefixes is also supported, similar for binary prefixes. See the project's [website](https://github.heisenbug.eu/si_units) for more details. Version 0.2.0 is source code identical to the previous 0.1.3 release, but adds full support for Alire integration. In the process, the provided `gnat` project files have been streamlined, so if you upgrade to this version from a previous release, you will need to adjust your own project files accordingly. Maintainer: vinzent@heisenbug.eu Maintainers_Logins: Jellix Name: si_units Project_File: si_units.gpr Tag: utilities Tag: formatting Version: 0.2.0 Website: https://github.heisenbug.eu/si_units LOG: Note: Deploying si_units=0.2.0... Note: Migrating lockfile from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/1952669d-dd72-4e8f-b13a-eb43ed69b5fc/si_units_0.2.0_13606e49/alire.lock to /Users/runner/work/alire-crates-ci/alire-crates-ci/test/1952669d-dd72-4e8f-b13a-eb43ed69b5fc/si_units_0.2.0_13606e49/alire/alire.lock Note: Building si_units/si_units.gpr... Setup [mkdir] object directory for project SI_Units [mkdir] library directory for project SI_Units Compile [Ada] si_units-metric.adb [Ada] si_units-float_io.ads [Ada] si_units.ads [Ada] si_units-binary-scaling.adb [Ada] si_units-names.ads [Ada] si_units-metric-scaling.adb [Ada] si_units-binary.adb Build Libraries [gprlib] si_units.lexch [archive] libsi_units.a [index] libsi_units.a Build finished successfully in 0.96 seconds. si_units=0.2.0 successfully retrieved and built. There are no dependencies. Found declared GPR file: si_units.gpr