Skip to content

Commit

Permalink
encryption_utilities 20220701.0.0 (via alr publish --submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracke committed Jul 19, 2024
1 parent 6faf741 commit 31a7fb5
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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"

0 comments on commit 31a7fb5

Please sign in to comment.