Skip to content

Commit

Permalink
pragmarc 1.0.0 (via alr publish --submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracke committed Jul 8, 2024
1 parent a1c0ae1 commit befd85b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions index/pr/pragmarc/pragmarc-1.0.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "pragmarc"
description = "The PragmAda Reusable Components"
version = "1.0.0"

authors = ["Jeff Carter"]
maintainers = ["Bent Bracke <[email protected]>"]
maintainers-logins = ["bracke"]
licenses = "BSD-3-Clause"
website = "https://github.com/bracke/PragmARC"
tags = ["cards","conversions","datastructures","encryption","matching","randomness","safety","sorting","taskcom","tty","containers"]

[build-switches]
"*".style_checks = "No"
"*".ada_version = "Ada12"

[[depends-on]] # Avoid bug in GNAT 13
gnat = "<13.0 | >=13.3"

[origin]
commit = "3ae8fb5e1d71b350633b160859062939b2c17f84"
url = "git+https://github.com/bracke/PragmARC.git"

0 comments on commit befd85b

Please sign in to comment.