From 31a7fb5d9fa306fff3fca31e74c34ad467b126bd Mon Sep 17 00:00:00 2001 From: Bent Bracke Date: Fri, 19 Jul 2024 17:51:48 +0200 Subject: [PATCH] encryption_utilities 20220701.0.0 (via `alr publish --submit`) --- .../encryption_utilities-20220701.0.0.toml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 index/en/encryption_utilities/encryption_utilities-20220701.0.0.toml diff --git a/index/en/encryption_utilities/encryption_utilities-20220701.0.0.toml b/index/en/encryption_utilities/encryption_utilities-20220701.0.0.toml new file mode 100644 index 000000000..619cd3724 --- /dev/null +++ b/index/en/encryption_utilities/encryption_utilities-20220701.0.0.toml @@ -0,0 +1,27 @@ +name = "encryption_utilities" +description = "Utility programs for the encryption algorithms included in the PragmARC" +version = "20220701" + +authors = ["Jeff Carter"] +maintainers = ["Bent Bracke "] +maintainers-logins = ["bracke"] +licenses = "GPL-3.0-or-later" +website = "https://github.com/bracke/Encryption-utilities" +tags = ["threefish256", "threefish512", "threefish1024", "xor"] + +executables = ["tf_crypt","tf_test","tf_test_512","tf_test_1024","xcrypt"] + +[build-switches] +"*".style_checks = "No" +"*".ada_version = "Ada12" + +[[depends-on]] # Avoid bug in GNAT 13 +gnat = "<13.0 | >=13.3" + +[[depends-on]] +pragmarc = "^20240323.0.0" + +[origin] +commit = "23214bed45c5c920ce5f4e60ec445871eb20ba69" +url = "git+https://github.com/bracke/Encryption-utilities.git" +