Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

controlled_io 20240401.0.0 #1128

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions index/co/controlled_io/controlled_io-20240401.0.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "controlled_io"
description = "Files that are open while they exist and closed when they don't "
version = "20240401"

authors = ["Jeffrey Carter"]
maintainers = ["Bent Bracke <[email protected]>"]
maintainers-logins = ["bracke"]
licenses = "BSD-3-Clause"
website = "https://github.com/bracke/Controlled_IO"
tags = ["io", "files", "controlled","scope","binary","text"]

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

[[depends-on]] # Avoid bug in GNAT 13
gnat = "<13.0 | >=13.3"
[origin]
commit = "ba5b16b92647b34dc16f6512f98b1ce02a03d3c7"
url = "git+https://github.com/bracke/Controlled_IO.git"

Loading