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 17, 2024
1 parent 9462066 commit 680037c
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 = ["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"

0 comments on commit 680037c

Please sign in to comment.