From 680037c5cd66da015168d222f998c26eadd913f3 Mon Sep 17 00:00:00 2001 From: Bent Bracke Date: Wed, 17 Jul 2024 17:51:14 +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 00000000..e8f6fb80 --- /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 = ["encryption_utilities"] + +[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 = "dd44653365299278bd6f2ba304b3443d4f728357" +url = "git+https://github.com/bracke/Encryption-utilities.git" +