26 lines
791 B
TOML
26 lines
791 B
TOML
[general]
|
|
description = "Pretty print physical values in properly scaled metric (SI) units."
|
|
licenses = ["WTFPL"]
|
|
maintainers = ["vinzent@heisenbug.eu"]
|
|
maintainers-logins = ["Jellix"]
|
|
|
|
project-files = ["si_units_lib.gpr", "si_units.gpr"]
|
|
|
|
tags=["utilities", "formatting"]
|
|
|
|
website = "https://github.heisenbug.eu/si_units"
|
|
|
|
[general.available.'case(distribution)']
|
|
"debian" = false # Compilation hangs on this system (debian-stable)...
|
|
"..." = true
|
|
|
|
[general.gpr-externals]
|
|
BUILD = ["debug", "release"]
|
|
|
|
[general.gpr-set-externals]
|
|
BUILD = "release"
|
|
|
|
['0.1.0']
|
|
origin = "https://github.com/HeisenbugLtd/si_units/archive/v0.1.0.tar.gz"
|
|
origin-hashes = ["sha512:f41afc8d41c391a51e6dcff9d075b474aaf871d3555347921d7173fb5efdad26d4447c686c672b65ab156286755e693e1e56ead89bda1aea09c5428135c0efa3"]
|