Files
alire-index-community/index/li/libadacrypt.toml
T
2019-04-05 11:39:11 +02:00

33 lines
950 B
TOML

[general]
description = "A crypto library for Ada with a nice API"
licenses = ["GMGPL 2.0", "GMGPL 3.0"]
authors = ["Christian Forler"]
maintainers = ["alejandro@mosteo.com"]
project-files = ["libadacrypt.gpr"]
executables = ["test-asymmetric_ciphers",
"test-big_number",
"test-kdf",
"test-symmetric_ciphers",
"test-tests"]
[general.gpr-externals]
system = ["unix", "windows"]
mode = ["debug", "release"]
[general.gpr-set-externals]
[general.gpr-set-externals.system.'case(os)']
linux = "unix"
windows = "windows"
['0.8.7']
origin = "git+https://github.com/alire-project/Ada-Crypto-Library.git@33d15283abbc6d8a51d717de2bd822e026710c0d"
notes = "It fails self-tests; might be a spurious warning"
['0.8.7'.depends-on]
aunit = "^2017"
['0.8.7'.available.'case(compiler)']
'gnat-fsf-7.3|gnat-community-2018' = true
'..' = false