Skip to content

Commit

Permalink
lined 20240419.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 e2b424a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions index/li/lined/lined-20240419.0.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name = "lined"
description = "Ada Implementation of the Line Editor from Software Tools"
version = "20240419"

authors = ["Jeff Carter"]
maintainers = ["Bent Bracke <[email protected]>"]
maintainers-logins = ["bracke"]
licenses = "BSD-3-Clause"
website = "https://github.com/bracke/Lined"
tags = ["line", "editor"]

executables = ["lined-program"]

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

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

[[depends-on]]
pragmarc = "^20240323.0.0"

[origin]
commit = "77c7046118adf0d2efd5c736755f4224faa40044"
url = "git+https://github.com/bracke/Lined.git"

0 comments on commit e2b424a

Please sign in to comment.